Mercurial > hgrepos > Python > libs > ConfigMix
comparison README.txt @ 122:21d92ff8cf31
Begin the handling of JSON-style configuration files
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 04 Apr 2018 09:45:29 +0200 |
| parents | 2b79ddc0f92b |
| children | 252645c69c7b |
comparison
equal
deleted
inserted
replaced
| 121:0d378dcc018b | 122:21d92ff8cf31 |
|---|---|
| 16 "ConfigMix" is a library for helping with configuration files. | 16 "ConfigMix" is a library for helping with configuration files. |
| 17 | 17 |
| 18 It reads configuration files in the following styles: | 18 It reads configuration files in the following styles: |
| 19 | 19 |
| 20 - YAML files | 20 - YAML files |
| 21 - JSON files | |
| 21 - INI files | 22 - INI files |
| 22 - executable Python scripts | 23 - executable Python scripts |
| 23 | 24 |
| 24 It then merges them together into a tree-ish configuration dictionary and | 25 It then merges them together into a tree-ish configuration dictionary and |
| 25 presents them as such to the API user. Reading can be done with | 26 presents them as such to the API user. Reading can be done with |
