cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2013-08-31 10:09:16 -07:00
cryptography put this back 2013-08-31 10:07:10 -07:00
docs Test the symmetric encryption doc snippets using doctest 2013-08-12 07:34:39 -04:00
tests Add mandatory headers to files touched by this branch 2013-08-11 09:54:59 +02:00
.gitignore Ignore the dist directory 2013-08-11 17:29:21 -04:00
.travis.yml Notify IRC on travis runs 2013-08-07 16:59:41 -04:00
AUTHORS.rst use py.test for testing 2013-08-11 15:09:21 +02:00
CONTRIBUTING.rst Add requirements for code files to CONTRIBUTING 2013-08-11 11:15:01 +02: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 This isn't a thing 2013-08-31 10:09:16 -07:00
tox.ini Merge branch 'master' into simple-symmetric-encryption 2013-08-12 07:26:16 -04: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/