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

Adding ability to configure conda-store via Traitlets #61

Closed
costrouc opened this issue Jun 3, 2021 · 1 comment · Fixed by #87
Closed

Adding ability to configure conda-store via Traitlets #61

costrouc opened this issue Jun 3, 2021 · 1 comment · Fixed by #87

Comments

@costrouc
Copy link
Member

costrouc commented Jun 3, 2021

Considered several options for making conda-store configurable. Ultimately the python configuration that is possible via traitlets allows for heavily customization that would be hard without it.

Packages worth looking at:

These can show how to configure traitlets in a way that is convenient to end users.

@costrouc
Copy link
Member Author

This will be an issue that will encompass much of the code. Currently cli options are used to configure conda-store. However, over time is has become apparent that there will be too many cli options. Thus is would be nice to use traitlets to configure all of these options.

Release 0.3.0 automation moved this from Backlog to Done Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant