cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2013-09-12 13:07:59 -04:00
cryptography CFB support 2013-09-11 09:38:45 -05:00
docs add CFB to documentation 2013-09-11 09:48:04 -05:00
tests CFB support 2013-09-11 09:38:45 -05:00
.gitignore Ignore the dist directory 2013-08-11 17:29:21 -04:00
.travis.yml Use the version of PyPy from PPAs to get PyPy 2.1 2013-09-12 13:07:59 -04:00
AUTHORS.rst update authors 2013-09-09 18:01:56 -05:00
CONTRIBUTING.rst More fully document the contribution process, move most of the details from 2013-09-09 21:44:26 -07: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
README.rst Merge branch 'master' into why-cryptography 2013-08-11 09:09:10 -04:00
setup.py move abc, inline introspect method, use six for abcs 2013-09-10 19:47:50 -05:00
tox.ini address style on import + remove a tox dependency (in setup.py already) 2013-09-10 19:47:50 -05:00

Cryptography
============

.. image:: https://travis-ci.org/alex/cryptography.png?branch=master
   :target: https://travis-ci.org/alex/cryptography

.. image:: https://coveralls.io/repos/alex/cryptography/badge.png?branch=master
    :target: https://coveralls.io/r/alex/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/