[ 源代码: python-cfg-diag ]
软件包:python3-cfg-diag(0.4.0-2)
python3-cfg-diag 的相关链接
Debian 的资源:
下载源码包 python-cfg-diag:
- [python-cfg-diag_0.4.0-2.dsc]
- [python-cfg-diag_0.4.0.orig.tar.gz]
- [python-cfg-diag_0.4.0.orig.tar.gz.asc]
- [python-cfg-diag_0.4.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.