obr.core.parse_yaml¶
Module Contents¶
Functions¶
|
|
|
Replace {{include.filename}} by the content of that file |
|
Replaces ${{ domain.value }} expressions with environmental variable values |
|
Replaces ${{ domain.value }} expressions with environmental variable values |
|
Tries evaluate ${{ }} expressions |
- obr.core.parse_yaml.read_yaml(kwargs: dict) str¶
- obr.core.parse_yaml.add_includes(yaml_location: pathlib.Path, config_str: str) str¶
Replace {{include.filename}} by the content of that file
- obr.core.parse_yaml.parse_special_variables(in_str: str, args: dict, domain: str, verbose: bool) str¶
Replaces ${{ domain.value }} expressions with environmental variable values
- obr.core.parse_yaml.parse_queries(in_str: str, args: dict, domain: str) str¶
Replaces ${{ domain.value }} expressions with environmental variable values
- obr.core.parse_yaml.eval_generator_expressions(in_str: str) str¶
Tries evaluate ${{ }} expressions