File: control

package info (click to toggle)
ndg-httpsclient 0.3.2-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 224 kB
  • sloc: python: 1,050; makefile: 18; sh: 1
file content (28 lines) | stat: -rw-r--r-- 908 bytes parent folder | download | duplicates (2)
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.