jneug / parboil

:rice: Parboil lets you generate boilerplate projects from template files.
MIT License
0 stars 0 forks source link

Proposal: Switch to ini for config files #18

Open jneug opened 3 years ago

jneug commented 3 years ago

INI files are more readable and allow for comments to be included in the config file.

INI files can easily be parsed with ConfigParser.

See https://stackoverflow.com/questions/335695/lists-in-configparser for ideas how to use lists in INI files.

jneug commented 3 years ago

Maybe toml would be better, since it natively allows for lists as values.