Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/realkarych/rxconf
- Owner: realkarych
- License: mit
- Created: 2024-07-30T21:09:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T00:21:23.000Z (about 1 month ago)
- Last Synced: 2024-11-24T00:23:41.878Z (about 1 month ago)
- Topics: config, python, settings
- Language: Python
- Homepage: https://realkarych.github.io/rxconf/
- Size: 1.97 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/guidelines.md
- License: LICENSE
Awesome Lists containing this project
README
RxConf library, easy to use, powerful and flexible for [realtime] configuration management in Python
---
**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