File debian.control of Package python-cryptography
Source: python-cryptography
Section: unstable/devel
Priority: optional
Maintainer: Pascal Combes <pascom@orange.fr>
Build-Depends: debhelper (>= 9),
dh-python,
libffi-dev,
libssl-dev,
python-dev,
python3-dev,
python-setuptools (>= 11.3),
python3-setuptools (>= 11.3),
python-cffi (>= 1.7),
python3-cffi (>= 1.7)
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Package: python-cryptography
Architecture: any
Depends: ${python:Depends}, ${misc:Depends}
Description: Cryptographic recipes and primitives for Python
This package contains a Python library exposing cryptographic recipes and
primitives. Our goal is for it to be your "cryptographic standard library".
It supports Python 2.6-2.7 and Python 3.2+.
.
The library includes both high level recipes, and low level interfaces
to common cryptographic algorithms such as symmetric ciphers, message digests
and key derivation functions.
Package: python3-cryptography
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}
Description: Cryptographic recipes and primitives for Python
This package contains a Python library exposing cryptographic recipes and
primitives. Our goal is for it to be your "cryptographic standard library".
It supports Python 2.6-2.7 and Python 3.2+.
.
The library includes both high level recipes, and low level interfaces
to common cryptographic algorithms such as symmetric ciphers, message digests
and key derivation functions.