New in version 1.1.1.
YAML: Human-readable data serialization
| Requires: | PyYAML |
|---|
Write a Python structure into a YAML document.
| Returns: | (str charset, object doc) |
|---|
Read a YAML document into a Python structure.
| Returns: | (collection args, dict params) |
|---|
See also