python3-cfg-diag

common configuration-storage class with a .diag() method
  https://github.com/storpool/python-cfg_diag
  0
  no reviews



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.