comparison README.txt @ 94:2b79ddc0f92b

Begin a basic introduction chapter
author Franz Glasner <hg@dom66.de>
date Sun, 18 Mar 2018 16:45:51 +0100
parents 75738d488e9d
children 21d92ff8cf31
comparison
equal deleted inserted replaced
93:84b9578cacce 94:2b79ddc0f92b
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 - INI files 21 - INI files
22 - executable Python files 22 - executable Python scripts
23 23
24 It then merges them together into a tree-ish configuration dictionary and 24 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 25 presents them as such to the API user. Reading can be done with
26 keyword expansion from other configuration values. 26 keyword expansion from other configuration values.
27 27