Source: ndg-httpsclient Section: python Priority: optional Maintainer: Gianfranco Costamagna Build-Depends: debhelper-compat (= 13), dh-python, openssl, python3-all, python3-openssl, python3-pyasn1, python3-setuptools Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://github.com/cedadev/ndg_httpsclient Vcs-Git: https://salsa.debian.org/debian/ndg-httpsclient.git Vcs-Browser: https://salsa.debian.org/debian/ndg-httpsclient Package: python3-ndg-httpsclient Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: enhanced HTTPS support for httplib and urllib2 using PyOpenSSL for Python3 ndg-httpsclient is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation over the default provided with Python and importantly enables full verification of the SSL peer. . This is the Python3 package