cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2013-11-06 11:44:15 -08:00
.travis Use a script so you can write something resembling real code and reason about how it works. 2013-11-06 11:44:15 -08:00
cryptography Merge pull request #226 from reaperhulk/blockcipher-rename 2013-11-06 09:48:00 -08:00
docs update docs 2013-11-06 15:53:40 +08:00
tests block cipher rename 2013-11-06 12:22:09 +08:00
.coveragerc Ignore abstractproperty. 2013-10-30 13:24:20 -07:00
.gitignore Ignore the htmlcov dir 2013-10-16 14:49:30 -07:00
.travis.yml Use a script so you can write something resembling real code and reason about how it works. 2013-11-06 11:44:15 -08:00
AUTHORS.rst Typo fix 2013-10-02 15:12:05 -07:00
CONTRIBUTING.rst Use the https://cryptography.io domain name 2013-10-19 22:39:44 -04:00
dev-requirements.txt Update the requirements file for our direct invocations of coverage 2013-10-27 08:58:39 -07:00
LICENSE Initial commit. Migrates over basic project files, and the OpenSSL bindings 2013-08-06 19:31:02 -07:00
MANIFEST.in Move primtives into a hazmat package 2013-10-28 08:37:33 -04:00
pytest.ini add pytest.ini with flags to show skipped test reasons, revert tox.ini 2013-10-06 17:31:31 -05:00
README.rst kikc ci 2013-11-05 18:19:39 -08:00
setup.py remove unneeded import...whoops 2013-10-21 22:21:22 -05:00
tox.ini DOn't fail tox on coverage 2013-11-05 16:29:19 -08:00

Cryptography
============

.. image:: https://travis-ci.org/pyca/cryptography.png?branch=master
    :target: https://travis-ci.org/pyca/cryptography

.. image:: https://coveralls.io/repos/pyca/cryptography/badge.png?branch=master
    :target: https://coveralls.io/r/pyca/cryptography?branch=master


``cryptography`` is a package designed to expose cryptographic recipes and
primitives to Python developers.

It is currently in early development and isn't recommended for general usage
yet. It targets Python 2.6-2.7, Python 3.2+, and PyPy.

You can find more information in the `documentation`_.


Discussion
~~~~~~~~~~

We maintain a `cryptography-dev`_ mailing list for development discussion.

You can also join ``#cryptography-dev`` on Freenode to ask questions or get
involved.


.. _`documentation`: https://cryptography.io/
.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev