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
|
Source: python-multipart
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-atomicwrites,
python3-attr,
python3-coverage,
python3-mock,
python3-more-itertools,
python3-pbr,
python3-pluggy,
python3-py,
python3-pytest <!nocheck>,
python3-setuptools,
python3-six,
python3-yaml,
Standards-Version: 4.5.1
Homepage: https://github.com/andrew-d/python-multipart
Vcs-Git: https://salsa.debian.org/python-team/packages/python-multipart.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-multipart
Package: python3-multipart
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Description: streaming multipart parser for Python
Python-Multipart is a streaming multipart parser for Python.
|