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
|
Source: ndg-httpsclient
Section: python
Priority: optional
Maintainer: Julien Cristau <julien.cristau@logilab.fr>
Build-Depends:
debhelper (>= 7),
python-all,
python-support,
python-setuptools,
quilt,
Standards-Version: 3.9.5
Homepage: https://pypi.python.org/pypi/ndg-httpsclient
Vcs-Git: git://git.debian.org/git/users/jcristau/ndg-httpsclient
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/jcristau/ndg-httpsclient.git
Package: python-ndg-httpsclient
Architecture: all
Depends:
python-openssl,
${python:Depends},
${misc:Depends},
Recommends:
python-pyasn1,
Description: enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
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.
|