1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: oscrypto
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Joseph Nahmias <jello@debian.org>,
Build-Depends: debhelper-compat (=13),
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-commonmark <!nodoc>,
ca-certificates <!nocheck>,
python3-asn1crypto (>= 1.5.1) <!nocheck>,
python3-pytest <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/wbond/oscrypto
Vcs-Browser: https://salsa.debian.org/python-team/packages/oscrypto
Vcs-Git: https://salsa.debian.org/python-team/packages/oscrypto.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: python3-oscrypto
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: cryptography library for Python
TLS (SSL) sockets, key generation, encryption, decryption, signing,
verification and KDFs using the OS crypto libraries. Does not require a
compiler, and relies on the OS for patching. Works on Windows, OS X and
Linux/BSD.
|