cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2013-10-18 18:02:21 -05:00
cryptography add OpenSSL EVP_MD* functions for upcoming cryptographic hash support 2013-10-18 16:56:01 -05:00
docs DOcument the use of spaces here 2013-10-18 14:57:18 -07:00
tests update loader and test to handle lines with brackets 2013-10-18 18:02:21 -05:00
.coveragerc Enable branch coverage 2013-10-05 17:19:34 -07:00
.gitignore Ignore the htmlcov dir 2013-10-16 14:49:30 -07:00
.travis.yml Fix this in the right way 2013-10-18 15:15:35 -07:00
AUTHORS.rst Typo fix 2013-10-02 15:12:05 -07:00
CONTRIBUTING.rst More fully document the contribution process, move most of the details from 2013-09-09 21:44:26 -07:00
dev-requirements.txt remove install dependencies 2013-10-01 20:58:31 +01:00
LICENSE Initial commit. Migrates over basic project files, and the OpenSSL bindings 2013-08-06 19:31:02 -07:00
MANIFEST.in Include all of our files in the distributions, and install packages 2013-08-11 17:29:21 -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 update readme to add mailing list link and IRC info 2013-10-07 15:58:33 -05:00
setup.py move abc, inline introspect method, use six for abcs 2013-09-10 19:47:50 -05:00
tox.ini Use a None default so composition is easier 2013-10-03 09:58:45 -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 primitives and
recipes 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 documentation at `Read The Docs`_.

.. _`Read The Docs`: https://cryptography.readthedocs.org/

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.

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