module documentation

YAML serializer.

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

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