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
|
Source: python-hpack
Section: python
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools,
python-pytest, python-hypothesis, python3-all, python3-setuptools,
python3-pytest, python3-hypothesis
Standards-Version: 3.9.8
Homepage: http://hyper.readthedocs.org/en/latest/
Vcs-Git: git://anonscm.debian.org/collab-maint/python-hpack.git
Vcs-Browser: http://anonscm.debian.org/git/collab-maint/python-hpack.git
Package: python-hpack
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Pure-Python HTTP/2 header encoding (HPACK)
This module contains a pure-Python HTTP/2 header encoding (HPACK) logic
for use in Python programs that implement HTTP/2. It also contains a
compatibility layer that automatically enables the use of nghttp2 if
it’s available.
Package: python3-hpack
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: Pure-Python3 HTTP/2 header encoding (HPACK)
This module contains a pure-Python HTTP/2 header encoding (HPACK) logic
for use in Python programs that implement HTTP/2. It also contains a
compatibility layer that automatically enables the use of nghttp2 if
it’s available.
.
This is the Python 3 version of the package.
|