/yamlip

Yaml internal interpolation

Primary LanguagePythonMIT LicenseMIT

yamlip

Small tool to make internal interpolations in yaml files. Variables are defined according to the python string.Template sytax ($varname or ${varname}).

The varnames are 'paths' in the yaml tree structure.

Note: Cannot be use recursively yet!