# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-cryptography VERSION= 2.7 KEYWORDS= python VARIANTS= py27 py36 py37 SDESC[py36]= Cryptographic recipes and primitives (PY 36) SDESC[py37]= Cryptographic recipes and primitives (PY 37) SDESC[py27]= Cryptographic recipes and primitives (PY 27) HOMEPAGE= https://github.com/pyca/cryptography CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPI/c/cryptography DISTFILE[1]= cryptography-2.7.tar.gz:main DF_INDEX= 1 SPKGS[py36]= single SPKGS[py37]= single SPKGS[py27]= single OPTIONS_AVAILABLE= PY27 PY36 PY37 OPTIONS_STANDARD= none VOPTS[py36]= PY27=OFF PY36=ON PY37=OFF VOPTS[py37]= PY27=OFF PY36=OFF PY37=ON VOPTS[py27]= PY27=ON PY36=OFF PY37=OFF USES= ssl DISTNAME= cryptography-2.7 GENERATED= yes [PY36].BUILDRUN_DEPENDS_ON= python-asn1crypto:single:py36 python-six:single:py36 python-cffi:single:py36 [PY36].USES_ON= python:py36 [PY37].BUILDRUN_DEPENDS_ON= python-asn1crypto:single:py37 python-six:single:py37 python-cffi:single:py37 [PY37].USES_ON= python:py37 [PY27].BUILDRUN_DEPENDS_ON= python-asn1crypto:single:py27 python-six:single:py27 python-cffi:single:py27 [PY27].USES_ON= python:py27 [FILE:2562:descriptions/desc.single] pyca/cryptography ================= .. image:: https://img.shields.io/pypi/v/cryptography.svg :target: https://pypi.org/project/cryptography/ :alt: Latest Version .. image:: https://readthedocs.org/projects/cryptography/badge/?version=latest :target: https://cryptography.io :alt: Latest Docs .. image:: https://travis-ci.org/pyca/cryptography.svg?branch=master :target: https://travis-ci.org/pyca/cryptography .. image:: https://dev.azure.com/pyca/cryptography/_apis/build/status/Azure%20CI?branc hName=master :target: https://dev.azure.com/pyca/cryptography/_build/latest?definitionId=3&branch Name=master .. image:: https://codecov.io/github/pyca/cryptography/coverage.svg?branch=master :target: https://codecov.io/github/pyca/cryptography?branch=master ``cryptography`` is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.7, Python 3.4+, and PyPy 5.4+. ``cryptography`` includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions. For example, to encrypt something with ``cryptography``'s high level symmetric encryption recipe: .. code-block:: pycon >>> from cryptography.fernet import Fernet >>> # Put this somewhere safe! >>> key = Fernet.generate_key() >>> f = Fernet(key) >>> token = f.encrypt(b"A really secret message. Not for prying eyes.") >>> token '...' >>> f.decrypt(token) 'A really secret message. Not for prying eyes.' You can find more information in the `documentation`_. You can install ``cryptography`` with: .. code-block:: console $ pip install cryptography For full details see `the installation documentation`_. Discussion ~~~~~~~~~~ If you run into bugs, you can file them in our `issue tracker`_. We maintain a `cryptography-dev`_ mailing list for development discussion. You can also join ``#cryptography-dev`` on Freenode to ask questions or get involved. Security ~~~~~~~~ Need to report a security issue? Please consult our `security reporting`_ documentation. .. _`documentation`: https://cryptography.io/ .. _`the installation documentation`: https://cryptography.io/en/latest/installation/ .. _`issue tracker`: https://github.com/pyca/cryptography/issues .. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev .. _`security reporting`: https://cryptography.io/en/latest/security/ [FILE:102:distinfo] e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6 495877 cryptography-2.7.tar.gz