jjmurre / yamlip

Yaml internal interpolation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Yaml internal interpolation

License:MIT License


Languages

Language:Python 100.0%