Zuehlke / ConfZ

ConfZ is a configuration management library for Python based on pydantic.
https://confz.readthedocs.io
MIT License
227 stars 11 forks source link

Filewatcher and Reload #83

Open KhanMechAI opened 1 year ago

KhanMechAI commented 1 year ago

Hey team,

It would be super useful if there was some kind of file watcher or a reload method to reload a modified config at runtime.

I guess this would fall under enhancement or feature request.

silvanmelchior commented 1 year ago

Interesting idea! I don't have the time to do this now, but open for further discussions about how this should work (not very trivial with the singletons and multi-source setup) or a PR