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
|
Source: python-cfg-diag
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Peter Pentchev <roam@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-single-binary,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://github.com/storpool/python-cfg_diag
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cfg-diag.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cfg-diag
Rules-Requires-Root: no
Package: python3-cfg-diag
Architecture: all
Multi-Arch: foreign
Breaks: remrun (<< 0.2.3-1~)
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Provides: ${python3:Provides}
Description: common configuration-storage class with a .diag() method
This module provides four classes that may be used as base classes for
storing program runtime configuration with a `verbose` boolean field.
The classes provide a `.diag(msg)` method that decides whether to
output the provided message based on the value of the object's
`verbose` field.
.
This package contains the Python 3.x library.
|