cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2014-01-20 10:08:36 -08:00
.travis Merge pull request #448 from reaperhulk/travis-add-brew-osx 2014-01-12 21:14:57 -08:00
cryptography Remove register_cipher_adapter from the interface and the documentation. 2014-01-20 10:08:36 -08:00
docs Remove register_cipher_adapter from the interface and the documentation. 2014-01-20 10:08:36 -08:00
tests Merge pull request #459 from public/use-pytest-fixture 2014-01-11 15:51:48 -08:00
.coveragerc Ignore abstractproperty. 2013-10-30 13:24:20 -07:00
.gitignore Ignore all eggs 2014-01-08 19:39:55 -06:00
.travis.yml remove unneeded openssl bottle 2014-01-10 00:11:13 -06:00
AUTHORS.rst I guess I should take some of the blame. 2014-01-08 13:24:26 -08:00
CONTRIBUTING.rst giv eup and use a header 2013-11-12 17:45:30 -08:00
dev-requirements.txt This is also a requirement 2014-01-16 13:19:30 -06: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 mark that allows us to do skip tests on backends via decorators 2013-12-26 20:13:45 -06:00
README.rst kikc ci 2013-11-05 18:19:39 -08:00
setup.py On OS X at build time compile the CC bindings 2014-01-19 23:44:31 -06:00
tasks.py Python 2.6 support 2014-01-07 11:12:47 -08:00
tox.ini This is a dep 2014-01-10 09:00:12 -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