cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2013-10-28 17:34:37 -05:00
cryptography address initial review comments 2013-10-28 17:34:37 -05:00
docs clean up loader and make docs default to hmac sha256 2013-10-28 17:34:37 -05:00
tests clean up loader and make docs default to hmac sha256 2013-10-28 17:34:37 -05: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 Disabled coveralls 2013-10-22 14:25:49 -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 Also linkcheck the docs 2013-10-27 08:57:56 -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