File: control

package info (click to toggle)
python-multidict 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 940 kB
  • ctags: 1,412
  • sloc: python: 1,082; makefile: 213
file content (38 lines) | stat: -rw-r--r-- 1,597 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
Source: python-multidict
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-python,
               python3-all-dev, python3-all-dbg,
               python3-setuptools,
               python3-pytest,
               cython3
Standards-Version: 3.9.8
Homepage: https://github.com/aio-libs/multidict/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-multidict.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-multidict.git

Package: python3-multidict
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: multidict implementation (Python library)
 Multidicts are useful for working with HTTP headers, URL query args etc.
 .
 HTTP Headers and URL query string require specific data structure:
 multidict. It behaves mostly like a dict but it can have
 several values for the same key.

Package: python3-multidict-dbg
Architecture: any
Depends: python3-multidict (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Priority: extra
Section: debug
Description: multidict implementation (Python library, debug extension)
 Multidicts are useful for working with HTTP headers, URL query args etc.
 .
 HTTP Headers and URL query string require specific data structure:
 multidict. It behaves mostly like a dict but it can have
 several values for the same key.
 .
 This package contains extension built for the Python 3 debug interpreter.