Description
Reads and writes YAML while preserving dictionary order. It helps Python tools handle configuration, metadata, and generated YAML files where stable ordering improves readability or reproducibility.
YAML can express complex structures and configuration that changes application behavior. Validate untrusted YAML and avoid unsafe loaders.