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 59 60 61 62
|
Source: python-charset-normalizer
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dominik George <natureshadow@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
libpython3-all-dev,
pybuild-plugin-pyproject,
python3-all:native,
python3-all-dev:native,
python3-mypy:native,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-setuptools,
sphinx-common,
Build-Depends-Indep:
python3-sphinx,
furo,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/ousret/charset_normalizer
Vcs-Git: https://salsa.debian.org/python-team/packages/python-charset-normalizer.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-charset-normalizer
Package: python-charset-normalizer-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: charset, encoding and language detection for Python (Documentation)
charset-normalizer is a library for detection of charsets, encodings,
and languages in Python programs. It can be compared to chardet, with
a different approach, which intends to make it faster and more reliable.
charset-normalizer can also detect natural languages.
.
All IANA character set names for which the Python core library provides
codecs are supported.
.
This package contains the documentation.
Package: python3-charset-normalizer
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Suggests:
python-charset-normalizer-doc,
Description: charset, encoding and language detection (Python 3)
charset-normalizer is a library for detection of charsets, encodings,
and languages in Python programs. It can be compared to chardet, with
a different approach, which intends to make it faster and more reliable.
charset-normalizer can also detect natural languages.
.
All IANA character set names for which the Python core library provides
codecs are supported.
.
This package installs the library for Python 3.
|