Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate using TOML as config file format #11

Open
chrishoage opened this issue Dec 13, 2020 · 0 comments
Open

Investigate using TOML as config file format #11

chrishoage opened this issue Dec 13, 2020 · 0 comments

Comments

@chrishoage
Copy link
Owner

TOML might be a better choice than ini

  • Allows for numbers / floats
  • Allows for easier structuring of nested data.
  • Allows for easier structuring of models to fit nested data

In particular, the song and dance that is done to get the headers to parse in the INI isn't great. This is a lot simpler with TOML.

The downside is another dependency. However with pyprorject.toml it might be a dependency that is already widely installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant