Closed pylipp closed 4 years ago
See https://github.com/pylipp/financeager/blob/f0b5fba2bfd3fc156df042dae8b1853cd538c479/financeager/config.py#L62.
This requires config values to be converted when using them.
Possible alternative to built-in configparse module: https://configobj.readthedocs.io/en/latest/index.html
configparse
See https://github.com/pylipp/financeager/blob/f0b5fba2bfd3fc156df042dae8b1853cd538c479/financeager/config.py#L62.
This requires config values to be converted when using them.