cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2013-11-02 14:03:34 -07:00
cryptography Document and implement the public API for when the backend doesn't support the requested algorithm 2013-11-02 14:03:34 -07:00
docs Document and implement the public API for when the backend doesn't support the requested algorithm 2013-11-02 14:03:34 -07:00
tests Document and implement the public API for when the backend doesn't support the requested algorithm 2013-11-02 14:03:34 -07: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 a tox/travis just for running flake8 under py3k 2013-10-31 11:37:11 -07: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 recipes first 2013-10-28 08:37:33 -04: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

``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