Description
Reads and writes YAML data from Python using the faster libYAML-backed implementation. It helps applications load configuration files, structured documents, and data exchange formats with less custom parsing code.
Developers use it as a data-format library. YAML can construct unsafe objects if used incorrectly, so prefer safe loading APIs when processing files from users or other untrusted sources.