| Alex Gaynor | 8d7fb75 | 2013-08-06 19:30:47 -0700 | [diff] [blame] | 1 | Cryptography |
| 2 | ============ |
| 3 | |
| Donald Stufft | 8570794 | 2013-10-04 23:55:27 -0400 | [diff] [blame] | 4 | .. image:: https://travis-ci.org/pyca/cryptography.png?branch=master |
| 5 | :target: https://travis-ci.org/pyca/cryptography |
| Hynek Schlawack | f30db51 | 2013-08-07 20:50:05 +0200 | [diff] [blame] | 6 | |
| Donald Stufft | 8570794 | 2013-10-04 23:55:27 -0400 | [diff] [blame] | 7 | .. image:: https://coveralls.io/repos/pyca/cryptography/badge.png?branch=master |
| 8 | :target: https://coveralls.io/r/pyca/cryptography?branch=master |
| Alex Gaynor | c0f2855 | 2013-08-07 13:56:11 -0700 | [diff] [blame] | 9 | |
| Alex Gaynor | 8d7fb75 | 2013-08-06 19:30:47 -0700 | [diff] [blame] | 10 | ``cryptography`` is a package designed to expose cryptographic primitives and |
| 11 | recipes to Python developers. |
| Alex Gaynor | 7a6b5cb | 2013-08-07 09:56:34 -0700 | [diff] [blame] | 12 | |
| 13 | It is currently in early development and isn't recommended for general usage |
| 14 | yet. It targets Python 2.6-2.7, Python 3.2+, as well as PyPy. |
| 15 | |
| Alex Gaynor | 3e989d6 | 2013-08-11 08:26:30 -0400 | [diff] [blame] | 16 | You can find more documentation at `Read The Docs`_. |
| Alex Gaynor | 711b014 | 2013-08-11 08:24:12 -0400 | [diff] [blame] | 17 | |
| 18 | .. _`Read The Docs`: https://cryptography.readthedocs.org/ |
| Paul Kehrer | c01ddc8 | 2013-10-07 15:58:33 -0500 | [diff] [blame] | 19 | |
| 20 | Discussion |
| 21 | ~~~~~~~~~~ |
| 22 | |
| 23 | We maintain a `cryptography-dev`_ mailing list for development discussion. |
| 24 | |
| 25 | You can also join #cryptography-dev on Freenode to ask questions or get involved. |
| 26 | |
| 27 | .. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev |