cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2013-11-05 16:29:00 -08:00
cryptography Fixed 2013-11-05 16:18:45 -08:00
docs pep8 fix 2013-11-04 10:30:28 -08:00
tests 79 cols 2013-11-04 19:30:20 -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 Added coveralls back 2013-11-05 16:27:27 -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 Put this back in the readme 2013-11-05 16:29:00 -08:00
setup.py remove unneeded import...whoops 2013-10-21 22:21:22 -05:00
tox.ini Disable coverage on pypy temporarily. 2013-10-31 15:53:59 -07: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+, as well as 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