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

Reimplement configuration files #69

Open
3 tasks
Tracked by #62
chrisbrickhouse opened this issue Sep 23, 2022 · 0 comments
Open
3 tasks
Tracked by #62

Reimplement configuration files #69

chrisbrickhouse opened this issue Sep 23, 2022 · 0 comments
Labels
feature Add a new feature
Milestone

Comments

@chrisbrickhouse
Copy link
Collaborator

chrisbrickhouse commented Sep 23, 2022

In #61 we decided to reimplement config files using YAML. This is a tracking task for that goal.

Specs

  • Configuration file settings MUST overwrite defaults.
  • Command line flags MUST overwrite configuration file settings
  • The old method using argparse where flags were specified in a file MUST remain for backwards compatibility
  • An external YAML parser SHOULD be used (probably PyYAML)

To do

  • Write tests for the "must" specs above
  • Implement yaml config
  • write tutorial / documentation page
@chrisbrickhouse chrisbrickhouse added this to the Version 2.1 milestone Sep 23, 2022
@chrisbrickhouse chrisbrickhouse added the feature Add a new feature label Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add a new feature
Projects
None yet
Development

No branches or pull requests

1 participant