File: control

package info (click to toggle)
python-http-parser 0.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 708 kB
  • sloc: python: 1,773; ansic: 1,677; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 839 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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: python-all-dev (>= 2.6.6-3), debhelper (>= 7.0.50~), python-setuptools
Standards-Version: 3.9.3
X-Python-Version: >= 2.5
Homepage: https://github.com/benoitc/http-parser/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-http-parser/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-http-parser/trunk/


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.