Source: python-webob
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-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 (>= 9), quilt
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, python3-all (>= 3.1.2-7~),
 python3-setuptools, python3-nose
Standards-Version: 3.9.4
Homepage: http://webob.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-webob/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-webob/trunk/
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.0

Package: python-webob
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python
Suggests: libjs-jquery
Description: Python module providing WSGI request and response objects (python2)
 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.

Package: python3-webob
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3
Suggests: libjs-jquery
Description: Python module providing WSGI request and response objects (python3)
 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.
