RxConf

RxConf library, easy to use, powerful and flexible for [realtime] configuration management in Python

Coverage Tests status PyPI version Supported Python versions Supported OS Downloads per month


Documentation: https://realkarych.github.io/rxconf/

Source code: https://github.com/realkarych/rxconf/

TL;DR: pip install rxconf


Currently in develop...

  • [x] Implement RxConf DAO
  • [x] Implement base DAO
  • [x] Implement env-vars & dotenv-files DAO
  • [x] Implement yaml DAO
  • [x] Implement toml DAO
  • [x] Implement ini DAO
  • [x] Implement json DAO
  • [x] Implement concurrent IO mode for DAOs
  • [ ] Implement observers
  • [ ] Add base observer
  • [ ] Add decorator that provides DI mechanism to inject actual config state