https://github.com/kudato/abconfig
Simple and powerful configuration manager for Python projects
https://github.com/kudato/abconfig
12-factor config python3
Last synced: 5 months ago
JSON representation
Simple and powerful configuration manager for Python projects
- Host: GitHub
- URL: https://github.com/kudato/abconfig
- Owner: kudato
- License: mit
- Created: 2019-02-10T16:58:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T05:29:55.000Z (about 6 years ago)
- Last Synced: 2025-10-29T01:09:50.193Z (7 months ago)
- Topics: 12-factor, config, python3
- Language: Python
- Homepage: https://abconfig.readthedocs.io
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ABConfig
[](https://travis-ci.org/kudato/abconfig) [](https://coveralls.io/github/kudato/abconfig?branch=master)
The configuration should be simple, this project aims to give you all the power while maintaining ease of use.
## Features
- Json or Yaml files and environment variables are supported as source;
- Correct data types (even for environment variables);
- Create configurations in django models style;
- The result object is a regular dictionary;
## Read the docs
**Documentation**: http://abconfig.readthedocs.io/
> Also strongly recommend that you read ["The twelve-factor app" for config](https://12factor.net/ru/config) before starting.