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
|
Source: python-headerparser
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stephan Lachnit <stephanlachnit@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3-all,
python3-attr,
python3-deprecated,
python3-setuptools,
python3-sphinx,
python3-sphinx-copybutton,
python3-sphinx-rtd-theme,
python3-doc,
python3-pytest,
python3-pytest-mock,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/jwodder/headerparser
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-headerparser
Vcs-Git: https://salsa.debian.org/python-team/packages/python-headerparser.git
Package: python3-headerparser
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Parse key-value pairs in RFC 822 style headers
This Python module parses key-value pairs in the style of RFC 822 (e-mail)
headers and converts them into case-insensitive dictionaries with the
trailing message body (if any) attached. Low-level functions for just
scanning header fields (breaking them into sequences of key-value pairs
without any further processing) are also included.
Package: python3-headerparser-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
python3-doc,
Description: Parse key-value pairs in RFC 822 style headers - documentation
This Python module parses key-value pairs in the style of RFC 822 (e-mail)
headers and converts them into case-insensitive dictionaries with the
trailing message body (if any) attached. Low-level functions for just
scanning header fields (breaking them into sequences of key-value pairs
without any further processing) are also included.
.
This package contains documentation for the headerparser module.
|