Source: bidict
Standards-Version: 4.7.4
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 William Grzybowski <william@grzy.org>,
Section: python
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 furo,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hypothesis <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-xdist <!nocheck>,
 python3-uv-build,
 python3-sortedcollections <!nocheck>,
 python3-sortedcontainers <!nocheck>,
 python3-sphinx,
 python3-sphinx-copybutton,
 python3-typing-extensions <!nocheck>,
Vcs-Browser: https://salsa.debian.org/python-team/packages/bidict
Vcs-Git: https://salsa.debian.org/python-team/packages/bidict.git
Homepage: https://bidict.readthedocs.io

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.
