module documentation

YAML serializer. Requires PyYaml (https://pyyaml.org/), but that's checked for in __init__.

Class DjangoSafeDumper Undocumented
Class Serializer Convert a queryset to YAML.
Function Deserializer Deserialize a stream or string of YAML data.
def Deserializer(stream_or_string, **options): (source)

Deserialize a stream or string of YAML data.