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: bidict
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: William Grzybowski <william@grzy.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
furo,
pybuild-plugin-pyproject,
python3-all,
python3-hypothesis <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-benchmark <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-setuptools,
python3-sortedcollections <!nocheck>,
python3-sortedcontainers <!nocheck>,
python3-sphinx,
python3-sphinx-copybutton,
python3-typing-extensions <!nocheck>,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://bidict.readthedocs.io
Vcs-Browser: https://salsa.debian.org/python-team/packages/bidict
Vcs-Git: https://salsa.debian.org/python-team/packages/bidict.git
Package: python3-bidict
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Suggests: python-bidict-doc,
Description: Bidirectional map data structures and related functionality
Features:
- has carefully designed APIs for safety, simplicity, flexibility,
and ergonomics
- has extensive test coverage (including property-based tests and benchmarks)
run continuously on all supported Python versions and OSes
- integrates natively with Python’s collections interfaces
- is implemented in concise, well-factored, well-documented pure Python that
leverages a number of advanced language features
Package: python-bidict-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: Bidirectional map data structures and related functionality - documentation
Features:
- has carefully designed APIs for safety, simplicity, flexibility,
and ergonomics
- has extensive test coverage (including property-based tests and benchmarks)
run continuously on all supported Python versions and OSes
- integrates natively with Python’s collections interfaces
- is implemented in concise, well-factored, well-documented pure Python that
leverages a number of advanced language features
.
This package contains the HTML documentation.
|