File: control

package info (click to toggle)
python-webob 1.1.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 988 kB
  • sloc: python: 10,636; makefile: 43
file content (26 lines) | stat: -rw-r--r-- 1,110 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
Source: python-webob
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christoph Haas <haas@debian.org>, Piotr Ożarowski <piotr@debian.org>,
 Soren Hansen <soren@ubuntu.com>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python-all (>= 2.6.6-3),
 python-setuptools (>= 0.6b3-1~), python-sphinx (>= 1.0.7+dfsg-1~),
 python-webtest, python-nose
Standards-Version: 3.9.2
Homepage: http://webob.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-webob/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-webob/trunk/
X-Python-Version: >= 2.5

Package: python-webob
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python
Suggests: libjs-jquery
Description: Python module providing WSGI request and response objects
 WebOb provides wrappers around the WSGI request environment, and an object to
 help create WSGI responses.
 .
 The objects map much of the specified behavior of HTTP, including header
 parsing and accessors for other standard parts of the environment.