Source: python-tiered-debug
Standards-Version: 4.7.4
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-single-binary,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tiered-debug
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tiered-debug.git
Homepage: https://github.com/untergeek/tiered-debug

Package: python3-tiered-debug
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${python3:Recommends},
Suggests:
 ${python3:Suggests},
Description: Python logging helper module that allows multiple levels
 This module provides a way to enable multiple tiers of debug logging.
 It's not doing anything fancy.
 It's just a wrapper around a standard logger.debug()
 call that caps the highest tier of debug logging to a value which can
 be set via the environment variable TIERED_DEBUG_LEVEL at runtime,
 which has a default of 1, but can be set to any value between 1 and 5.
 It can also be set interactively via the set_level() function.
