cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2013-08-11 15:33:51 +02:00
cryptography Make api poitn to the right object 2013-08-10 15:44:43 -04:00
docs Another issue we're targetting 2013-08-11 09:13:27 -04:00
tests Made the load NIST vectors test utility use bytes correctly 2013-08-10 15:23:38 -04:00
.gitignore use py.test for testing 2013-08-11 15:09:21 +02: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
README.rst Merge branch 'master' into why-cryptography 2013-08-11 09:09:10 -04:00
setup.py drop setup.py test again 2013-08-11 15:33:51 +02:00
tox.ini Add a test utility functions to read & process NIST vector files 2013-08-09 01:01:03 -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/