blob: c9baddea35cb2dcf02957e8dcafc5500dccbb224 [file] [log] [blame]
Alex Gaynor8d7fb752013-08-06 19:30:47 -07001Cryptography
2============
3
Donald Stufft85707942013-10-04 23:55:27 -04004.. image:: https://travis-ci.org/pyca/cryptography.png?branch=master
5 :target: https://travis-ci.org/pyca/cryptography
Hynek Schlawackf30db512013-08-07 20:50:05 +02006
Donald Stufft95904672013-10-27 16:53:34 -04007``cryptography`` is a package designed to expose cryptographic recipes and
8primitives to Python developers.
Alex Gaynor7a6b5cb2013-08-07 09:56:34 -07009
10It is currently in early development and isn't recommended for general usage
11yet. It targets Python 2.6-2.7, Python 3.2+, as well as PyPy.
12
Donald Stufftbf9df012013-10-19 22:39:44 -040013You can find more information in the `documentation`_.
14
Paul Kehrerc01ddc82013-10-07 15:58:33 -050015
16Discussion
17~~~~~~~~~~
18
19We maintain a `cryptography-dev`_ mailing list for development discussion.
20
Alex Gaynore21e14a2013-10-22 14:25:49 -070021You can also join ``#cryptography-dev`` on Freenode to ask questions or get
22involved.
Paul Kehrerc01ddc82013-10-07 15:58:33 -050023
Alex Gaynore21e14a2013-10-22 14:25:49 -070024
25.. _`documentation`: https://cryptography.io/
Paul Kehrerc01ddc82013-10-07 15:58:33 -050026.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev