cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2013-10-31 15:03:53 -07:00
cryptography Fixed pep8 issues 2013-10-31 15:03:53 -07:00
docs fix 2013-10-31 11:28:13 -07:00
tests Fixed pep8 issues 2013-10-31 15:03:53 -07:00
.coveragerc exclude abstractmethod decorator from coverage 2013-10-22 08:27:06 -05: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 Use raw vector files 2013-10-31 14:16:24 -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 Merge branch 'master' into fernet 2013-10-31 14:59:13 -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