cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2013-12-24 11:00:15 -08:00
.travis Travis now has an up to date pypy 2013-11-20 11:05:39 -08:00
cryptography fix erroneous indent and add abstractmethod to HMACBackend 2013-12-23 17:25:54 -06:00
docs Forgotten file 2013-12-24 11:00:15 -08:00
tests add more skip check lambdas 2013-12-23 19:38:08 -06:00
.coveragerc Ignore abstractproperty. 2013-10-30 13:24:20 -07:00
.gitignore Added .cache/ to the gitignore, it shows up if you have pytest-cache installed 2013-11-13 13:48:47 -08: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 Include all the requirements in the dev-requirements, even those which will be installed by pip install . 2013-11-08 10:15:00 -08:00
CONTRIBUTING.rst giv eup and use a header 2013-11-12 17:45:30 -08:00
dev-requirements.txt Merge branch 'master' into rtd-theme 2013-11-08 14:10:31 -08: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 Run py.test with catpure=no for more faster. 2013-12-23 15:56:21 -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