pylipp / financeager

Organize your finances easily - from the command line!
GNU General Public License v3.0
82 stars 22 forks source link

Avoid using string (raw) values when creating config #56

Closed pylipp closed 4 years ago

pylipp commented 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.

pylipp commented 4 years ago

Possible alternative to built-in configparse module: https://configobj.readthedocs.io/en/latest/index.html