-
Notifications
You must be signed in to change notification settings - Fork 16
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
Feat: Add pyaml-env constructor PyamlEnvConstructor #23
base: main
Are you sure you want to change the base?
Feat: Add pyaml-env constructor PyamlEnvConstructor #23
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍, thanks for the addition! Besides the one comment for the relative imports, do you think it would be beneficial to add any tests for your change?
Hi, @dougppaz @mkaranasou |
Simple way to add !ENV constructor to a pyyaml loader.
Motivation: a pyaml loader can have multiple custom constructors and many any ways to load a YAML content.