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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Source: m2crypto
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
libssl-dev,
links <!nodoc>,
openssl <!nocheck>,
python3-all-dev,
python3-docutils <!nodoc>,
python3-parameterized <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
swig (>= 1.3.40),
Standards-Version: 4.7.3
Homepage: https://sr.ht/~mcepl/m2crypto/
Vcs-Git: https://salsa.debian.org/python-team/packages/m2crypto.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/m2crypto
X-Style: black
Package: python3-m2crypto
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests:
python-m2crypto-doc,
Provides:
m2crypto,
${python3:Provides},
Description: Python wrapper for the OpenSSL library
m2crypto features the following:
* RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES).
* SSL functionality to implement clients and servers.
* HTTPS extensions to Python's httplib, urllib, and xmlrpclib.
* Unforgeable HMAC'ing AuthCookies for web session management.
* FTP/TLS client and server.
* S/MIME.
* ZServerSSL: A HTTPS server for Zope.
* ZSmime: An S/MIME messenger for Zope.
Package: python-m2crypto-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Suggests:
python3-m2crypto,
Breaks:
m2crypto-doc (<< 0.35.2-2),
python-m2crypto (<< 0.27.0-6),
Replaces:
m2crypto-doc (<< 0.35.2-2),
Description: Python wrapper for the OpenSSL library (docs)
m2crypto features the following:
* RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES).
* SSL functionality to implement clients and servers.
* HTTPS extensions to Python's httplib, urllib, and xmlrpclib.
* Unforgeable HMAC'ing AuthCookies for web session management.
* FTP/TLS client and server.
* S/MIME.
* ZServerSSL: A HTTPS server for Zope.
* ZSmime: An S/MIME messenger for Zope.
.
This package contains the documentation.
|