File: control

package info (click to toggle)
python-http-parser 0.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,792 kB
  • sloc: ansic: 1,860; python: 1,047; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download
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
Source: python-http-parser
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all-dev (>= 2.6.6-3),
               python3-all-dev,
               python-setuptools,
               python3-setuptools
Standards-Version: 4.2.1
Homepage: https://github.com/benoitc/http-parser/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-http-parser.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-http-parser


Package: python-http-parser
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Description: http request/response parser
 HTTP request/response parser for Python in C under MIT License, based on
 http-parser from Ryan Dahl.

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.