comparison README.txt @ 202:2e66178a09d8

Docu: Ban "keyword expansion" -- use "variable interpolation" instead "Variable interpolation" or "variable expansion" or "variable substitution" are the proper wordings.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 05 May 2019 12:07:27 +0200
parents c6904d02beae
children 657cf709463b
comparison
equal deleted inserted replaced
201:24f4ab79a3ab 202:2e66178a09d8
25 - TOML files 25 - TOML files
26 - executable Python scripts 26 - executable Python scripts
27 27
28 It then merges the parsed contents of given files into a *unified* 28 It then merges the parsed contents of given files into a *unified*
29 tree-ish configuration dictionary and presents them as such to the 29 tree-ish configuration dictionary and presents them as such to the
30 application. Reading can be done with keyword expansion from other 30 application. Reading can be done with variable interpolation from
31 configuration values. 31 other configuration values.
32 32
33 33
34 References and Inspirations 34 References and Inspirations
35 --------------------------- 35 ---------------------------
36 36