File: control

package info (click to toggle)
python-httplib2 0.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,448 kB
  • sloc: python: 6,629; javascript: 3,563; makefile: 56
file content (47 lines) | stat: -rw-r--r-- 1,279 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: python-httplib2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andrea Colangelo <warp10@debian.org>,
 Chris Lamb <lamby@debian.org>,
Build-Depends:
 ca-certificates,
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-cryptography <!nocheck>,
 python3-pyparsing <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-timeout <!nocheck>,
 python3-six <!nocheck>,
 python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/httplib2/httplib2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-httplib2.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-httplib2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-httplib2
Architecture: all
Breaks:
 python3-wsgi-intercept (<< 1.9.0),
Depends:
 ca-certificates,
 ${misc:Depends},
 ${python3:Depends},
Description: comprehensive HTTP client library written for Python3
 httplib2.py supports many features left out of other HTTP libraries.
  * HTTP and HTTPS
  * Keep-Alive
  * Authentication
  * Caching
  * All Methods
  * Redirects
  * Compression
  * Lost update support
  * Unit Tested
 .
 This package provides module for python3 series.