File: control

package info (click to toggle)
python-webob 1%3A1.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,680 kB
  • sloc: python: 21,405; makefile: 171
file content (58 lines) | stat: -rw-r--r-- 1,676 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: python-webob
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Soren Hansen <soren@ubuntu.com>,
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 python3-sphinx,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-doc,
 python3-legacy-cgi,
 python3-pytest,
 python3-simplejson,
Standards-Version: 3.9.8
Homepage: https://webob.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-webob.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-webob

Package: python-webob-doc
Architecture: all
Section: doc
Depends:
 python3-simplejson,
 ${misc:Depends},
 ${sphinxdoc:Depends},
Suggests:
 libjs-jquery,
Description: Python module providing WSGI request and response objects (documentation)
 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.
 .
 This is the common documentation.

Package: python3-webob
Architecture: all
Depends:
 python3,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-webob-doc,
Description: Python module providing WSGI request and response objects (Python 3)
 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.
 .
 This is the Python 3 version of the package.