1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-keepalive
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 10),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-keepalive
Vcs-Git: https://salsa.debian.org/python-team/modules/python-keepalive.git
Homepage: https://github.com/wikier/keepalive
Package: python3-keepalive
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: urllib keepalive support for Python 3
An HTTP handler for urllib2 that supports HTTP 1.1 and keepalive.
.
This package provides keepalive for Python 3.
|