Module yaml

Module yaml 

Source
Expand description

YAML processing utilities

Functionsยง

from_yaml
Deserialize YAML string to data structure
read_yaml_file
Read and parse YAML file
to_yaml
Serialize data structure to YAML string with proper multi-line formatting
write_yaml_file
Write data structure to YAML file