Source: python-catalogus
Maintainer: Jelmer Vernooĳ <jelmer@debian.org>
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3 (>= 3.9), python3-all, python3-setuptools (>= 61.0), python3-setuptools-scm (>= 6.2)
Standards-Version: 4.7.3.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/catalogus
Vcs-Git: https://salsa.debian.org/python-team/packages/catalogus.git -b debian/main
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Section: python

Package: python3-catalogus
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Classes to provide name-to-object registry-like support
 Catalogus provides a simple and extensible registry system that allows you to:
 .
  * Register objects by name
  * Retrieve objects by name
  * Support lazy loading of objects
  * Maintain type safety with generic support
