tuulyaml

Low level tuuls for interacting with YAML files.

Parse an input YAML file

tuulyaml.parse.parse_yaml(filename)

Given input path filename, parse YAML file.

Update a simple top-level value in a YAML file

tuulyaml.update_simple_value.update_value(inout_path, existing_key, new_value)

Update existing_key to new_value in the existing inout_path YAML file.