Config reading
read_config_file(path, parse_float=float)
use parse_float argument to select whether you want numbers to be recognized as float or Decimal (typically)
Source code in configcalc/read_cfg_file.py
8 9 10 11 12 |
|