blob: def2e1fc8f6d252647fd37b16bc258b136a31c61 [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
Alex Gaynor45afb352013-11-05 16:29:00 -08005 :target: https://travis-ci.org/pyca/cryptography
6
7.. image:: https://coveralls.io/repos/pyca/cryptography/badge.png?branch=master
8 :target: https://coveralls.io/r/pyca/cryptography?branch=master
9
Hynek Schlawackf30db512013-08-07 20:50:05 +020010
Donald Stufft95904672013-10-27 16:53:34 -040011``cryptography`` is a package designed to expose cryptographic recipes and
12primitives to Python developers.
Alex Gaynor7a6b5cb2013-08-07 09:56:34 -070013
14It is currently in early development and isn't recommended for general usage
Alex Gaynor2c2ef152013-11-05 18:19:39 -080015yet. It targets Python 2.6-2.7, Python 3.2+, and PyPy.
Alex Gaynor7a6b5cb2013-08-07 09:56:34 -070016
Donald Stufftbf9df012013-10-19 22:39:44 -040017You can find more information in the `documentation`_.
18
Paul Kehrerc01ddc82013-10-07 15:58:33 -050019
20Discussion
21~~~~~~~~~~
22
23We maintain a `cryptography-dev`_ mailing list for development discussion.
24
Alex Gaynore21e14a2013-10-22 14:25:49 -070025You can also join ``#cryptography-dev`` on Freenode to ask questions or get
26involved.
Paul Kehrerc01ddc82013-10-07 15:58:33 -050027
Alex Gaynore21e14a2013-10-22 14:25:49 -070028
29.. _`documentation`: https://cryptography.io/
Paul Kehrerc01ddc82013-10-07 15:58:33 -050030.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev