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

TOML configuration file support #151

Open
curtisma opened this issue Sep 30, 2022 · 1 comment
Open

TOML configuration file support #151

curtisma opened this issue Sep 30, 2022 · 1 comment

Comments

@curtisma
Copy link

TOML is another configuration file format that is a little simpler to read and has a learning curve that's a bit less steep than YAML.

It would be great if we could use either format for the config files. There are existing libraries for reading a TOML file into a dictionary. So ideally the 2 formats could be interchangeable. Perhaps there could be an option to make the config files TOML-only, YAML-only, or either one depending on the file extension.

Is anybody else interested in this?

@sampsyo
Copy link
Member

sampsyo commented Oct 2, 2022

Seems pretty cool indeed! There are a few scattered YAML-specific notions around in the code, such as the dump method, so perhaps a good first step here would just be evolving the APIs to be more language-agnostic.

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

2 participants