We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Maybe:
get_config_value('mount.serial.port')
ChainMap
Would be nice:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rely on config file instead of env vars (Consider dropping most environment variables #555).Maybe:
Have a directory config file in $PANDIR and a script for parsing (discussed in Consider dropping most environment variables #555).get_config_value('mount.serial.port')
that can be used to retrieve a single (nested) value, mostly for use in utility functions. -or-Convert config toChainMap
rather than using a simple dict update. This allows for updates to underlying configs and easier overriding.Would be nice:
The text was updated successfully, but these errors were encountered: