From ae1f5fc645545e7e113b15a695ac323f5ee77567 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Wed, 2 Jul 2014 19:44:00 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 056ccef..316ff5d 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by - [High Performance](#high-performance) - [Algorithms and Design Patterns](#algorithms-and-design-patterns) - [Miscellaneous](#miscellaneous) + - [Cryptography](#Cryptography) - [Editor Plugins](#editor-plugins) - [Resources](#resources) - [Websites](#websites) @@ -644,6 +645,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [IPython](https://github.com/ipython/ipython) - IPython provides a rich toolkit to help you make the most out of using Python interactively. +## Cryptography +* [PyCA's Cryptography](https://cryptography.io/en/latest/) - cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. + ## Editor Plugins *Plugins for various editors* From 6fe4408fcc8fd47526eecf5a262c03c8d02eda95 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Wed, 2 Jul 2014 19:45:24 +0800 Subject: [PATCH 2/2] Fixed link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 316ff5d..2860418 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by - [High Performance](#high-performance) - [Algorithms and Design Patterns](#algorithms-and-design-patterns) - [Miscellaneous](#miscellaneous) - - [Cryptography](#Cryptography) + - [Cryptography](#cryptography) - [Editor Plugins](#editor-plugins) - [Resources](#resources) - [Websites](#websites)