Reference
Classes
Wrapper types for tagged nodes and unhashable mapping keys
- Yaml
- Tagged node or hashable wrapper for unhashable mapping keys.
Functions
Public functions for parsing and emitting YAML
- parse_yaml()
- Parse YAML text into Python values.
- read_yaml()
- Read a YAML file from
pathand parse it. - format_yaml()
- Serialize a Python value to a YAML string.
- write_yaml()
- Write a Python value to YAML at
pathor stdout.