Skip to content

⚙️ Powerful and flexible library for realtime configuration management in Python.

License

Notifications You must be signed in to change notification settings

realkarych/rxconf

Repository files navigation

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...

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