Source: python-cryptography Maintainer: Tristan Seligmann Uploaders: Debian Python Modules Team , Section: python Priority: optional Build-Depends: debhelper (>= 11), dh-python (>= 2.20151103), dpkg-dev (>= 1.17.14), libssl-dev, python-asn1crypto (>= 0.21.0~), python-cffi (>= 1.7~), python-cryptography-vectors (<< 2.6.2~) , python-cryptography-vectors (>= 2.6.1~) , python-dev, python-enum34, python-hypothesis , python-idna (>= 2.0~), python-ipaddress, python-iso8601 , python-pretend , python-pytest (>= 2.9.0) , python-setuptools (>= 11.3), python-six (>= 1.4.1~), python-sphinx-rtd-theme , python-tz , python3-asn1crypto (>= 0.21.0~), python3-cffi (>= 1.7~), python3-cryptography-vectors (<< 2.6.2~) , python3-cryptography-vectors (>= 2.6.1~) , python3-dev, python3-hypothesis , python3-idna (>= 2.0~), python3-iso8601 , python3-pretend , python3-pytest (>= 2.9.0) , python3-setuptools (>= 11.3), python3-six (>= 1.4.1~), python3-sphinx , python3-tz , Standards-Version: 4.1.5 Homepage: https://cryptography.io/ Vcs-Git: https://salsa.debian.org/python-team/modules/python-cryptography.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-cryptography Package: python-cryptography Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Breaks: python-openssl (<< 16.0.0) Suggests: python-cryptography-doc, python-cryptography-vectors Description: Python library exposing cryptographic recipes and primitives (Python 2) The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python. . As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries: - Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults. . This package contains the Python 2 version of cryptography. Package: python3-cryptography Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Breaks: python3-openssl (<< 16.0.0) Suggests: python-cryptography-doc, python3-cryptography-vectors Description: Python library exposing cryptographic recipes and primitives (Python 3) The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python. . As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries: - Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults. . This package contains the Python 3 version of cryptography. Package: python-cryptography-doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Section: doc Build-Profiles: Description: Python library exposing cryptographic recipes and primitives (documentation) The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python. . As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries: - Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults. . This package contains the documentation for cryptography.