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
|
Source: python-treq
Section: python
Priority: optional
Maintainer: Orestis Ioannou <orestis@oioannou.com>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
python-attr,
python-incremental,
python-openssl,
python-requests (>= 2.1.0),
python-service-identity,
python-setuptools,
python-six,
python-sphinx,
python-twisted (>= 16.4.0),
python3-all,
python3-attr,
python3-incremental,
python3-openssl (>= 0.15.1),
python3-requests (>= 2.1.0),
python3-service-identity,
python3-setuptools,
python3-six,
python3-twisted (>= 16.4.0),
Standards-Version: 3.9.8
Homepage: http://treq.readthedocs.org/en/latest/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-treq.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-treq
Package: python-treq
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
Description: Higher level API for making HTTP requests with Twisted (Python 2)
Treq is a HTTP library inspired by requests written on top of Twisted.
It provides a simple, higher level API for making HTTP requests when using
Twisted.
.
This is the Python 2 package.
Package: python3-treq
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Higher level API for making HTTP requests with Twisted (Python 3)
Treq is a HTTP library inspired by requests written on top of Twisted.
It provides a simple, higher level API for making HTTP requests when using
Twisted.
.
This is the Python 3 package.
Package: python-treq-doc
Architecture: all
Depends:
${misc:Depends},
Section: doc
Description: Higher level API for making HTTP requests with Twisted (doc)
Treq is a HTTP library inspired by requests written on top of Twisted.
It provides a simple, higher level API for making HTTP requests when using
Twisted.
.
This package contains the HTML documentation.
|