loaders and dumpers for PyYAML
This module works with PyYAML and allows yaml files to be loaded to
Python objects and Python objects to be dumped to yaml files.
It works with both OrderedDicts and regular dicts. It started as
a copy of "yamlordereddict" but has since been improved.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/Phynix/yamlloader
