-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support configuration in multiple ways #44
Milestone
Comments
Now not ideal, as config fields are used on import time. For example at
You need to change configuration before importing things that use config. |
Use https://pypi.org/project/xdg-base-dirs/ to get cache and config dir |
sverhoeven
modified the milestones:
Sprint one: data retrieval,
Sprint 4: Use case for Europe
Jul 13, 2023
springtime --output-dir /tmp/outputdir --cache ~/.cache/springtime --config ~/.config/springtime <recipe>
# for example ~/.config/springtime/pep725_credentials.txt |
I would like to have several options for output location:
If |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perhaps use hydra https://hydra.cc/docs/intro/
The text was updated successfully, but these errors were encountered: