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

Shared configurations #101

Open
ajnelson-nist opened this issue Mar 1, 2023 · 0 comments
Open

Shared configurations #101

ajnelson-nist opened this issue Mar 1, 2023 · 0 comments

Comments

@ajnelson-nist
Copy link
Member

This package came up in a conversation about how to handle some command-line parameters that will potentially be in-common across several of the case_utils commands:

https://pypi.org/project/ConfigArgParse/

One example is the "Local UUID" opt-in mechanism, that generates consistent UUID5s with some dependencies on an environment variable.

Another example is a coming incorporation of this script's UUIDv5 IRI scheme for uco-types:Hash nodes - which I think should be opt-in, but the place where that opt-in check would be made could potentially be deep in a shared library.

If we find a demonstration of multiple use cases, we might want to consider ConfigArgParse or something similar if it offers sufficient advantages over copying and pasting .add_argument("--...") lines between scripts.

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