https://github.com/zillow/config-enhance
Add reuse to ConfigParser style config files.
https://github.com/zillow/config-enhance
Last synced: 2 months ago
JSON representation
Add reuse to ConfigParser style config files.
- Host: GitHub
- URL: https://github.com/zillow/config-enhance
- Owner: zillow
- License: mit
- Created: 2013-11-15T22:26:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-16T07:12:08.000Z (over 12 years ago)
- Last Synced: 2025-12-31T11:57:23.518Z (6 months ago)
- Language: Python
- Size: 207 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
config-enhance
==============
config-enhance adds re-use capabilities to ConfigParser style config
files.
It introduces a reserved key: '<<='
The '<<=' key should be assigned a list of enhancements like:
::
[section]
<<=
`__