Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realkarych/rxconf

⚙️ Powerful and flexible library for realtime configuration management in Python.
https://github.com/realkarych/rxconf

config python settings

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        



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:**

**Source code:**

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