Source: pyopenssl Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Andrey Rakhmatullin Build-Depends: ca-certificates , debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, openssl , python3-all, python3-cffi , python3-cryptography (<< 43), python3-cryptography (>= 41.0.5), python3-pretend , python3-pytest , python3-pytest-rerunfailures , python3-setuptools, python3-sphinx , python3-sphinx-rtd-theme , Standards-Version: 4.6.2 Homepage: https://pyopenssl.org/ Vcs-Git: https://salsa.debian.org/python-team/packages/pyopenssl.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pyopenssl Rules-Requires-Root: no Testsuite: autopkgtest-pkg-pybuild Package: python-openssl-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Built-Using: ${sphinxdoc:Built-Using} Suggests: python3-openssl, Description: Python wrapper around the OpenSSL library (documentation package) High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. . This package contains documentation for python-openssl. Package: python3-openssl Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python-openssl-doc, Description: Python 3 wrapper around the OpenSSL library High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. . This package contains the Python 3 version of pyopenssl.