Source: python-andi
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andrey Rakhmatullin <wrar@debian.org>
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-attr <!nocheck>,
 python3-hatchling,
 python3-pytest <!nocheck>,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-andi
Vcs-Git: https://salsa.debian.org/python-team/packages/python-andi.git
Homepage: https://github.com/scrapinghub/andi
Testsuite: autopkgtest-pkg-pybuild

Package: python3-andi
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library for annotation-based dependency injection
 andi makes easy implementing custom dependency injection mechanisms where
 dependencies are expressed using type annotations.
 .
 andi is useful as a building block for frameworks, or as a library which
 helps to implement dependency injection (thus the name - ANnotation-based
 Dependency Injection).
