#960389 ITP: python-configclass -- A Python class to hold configuration values

#960389#5
Date:
2020-05-12 08:42:35 UTC
From:
To:
* Package name    : python-configclass
  Version         : 0.2.0
  Upstream Author : Eduardo Naufel Schettino <schettino72@gmail.com>
* URL             : https://github.com/schettino72/configclass
* License         : MIT
  Programming Lang: Python
  Description     : A Python class to hold configuration values

Config is a dict where existing items can be modified but no items can be added.
It has make() method so you can easily created derived configs where
duplicated values will be merged according to mergedict.ConfigDict.merge().

Needed as a dependency to close an RC bug in src:doit