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

Config File Updates Overview #564

Open
12 of 15 tasks
wtgee opened this issue Aug 27, 2018 · 0 comments
Open
12 of 15 tasks

Config File Updates Overview #564

wtgee opened this issue Aug 27, 2018 · 0 comments
Labels
config Items related to configuration or the config file.
Milestone

Comments

@wtgee
Copy link
Member

wtgee commented Aug 27, 2018

Maybe:

  • Have a directory config file in $PANDIR and a script for parsing (discussed in Consider dropping most environment variables #555).
  • Add a get_config_value('mount.serial.port') that can be used to retrieve a single (nested) value, mostly for use in utility functions. -or-
  • Add a config query service.
  • Convert config to ChainMap rather than using a simple dict update. This allows for updates to underlying configs and easier overriding.
  • Consider using the pydantic Settings module.

Would be nice:

@wtgee wtgee changed the title Config File Updates Config File Updates Overview Aug 27, 2018
@wtgee wtgee added the config Items related to configuration or the config file. label Feb 16, 2020
@wtgee wtgee added this to the v0.8.0 milestone Feb 16, 2020
@wtgee wtgee modified the milestones: v0.8.0, v0.9.0 Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Items related to configuration or the config file.
Projects
None yet
Development

No branches or pull requests

1 participant