Description
Enables PyYAML to use the faster libyaml parser and emitter. It helps applications read and write YAML more efficiently while keeping the familiar PyYAML API.
YAML can express complex structures, and unsafe loading can be dangerous. Use safe loaders for untrusted input and review configuration output before applying it.