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
|
Source: python-http-parser
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
cython3,
python3-all-dev,
python3-setuptools
Standards-Version: 4.6.2
Homepage: https://github.com/benoitc/http-parser/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-http-parser.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-http-parser
Package: python3-http-parser
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Description: http request/response parser (Python 3)
HTTP request/response parser for Python in C under MIT License, based on
http-parser from Ryan Dahl.
.
This package installs the library for Python 3.
|