loader and dumper for PyYAML allowing keeping items order
This module provide a loader and a dumper for PyYAML allowing to keep
items order when loading a file (by putting them in OrderedDict objects)
and to manage OrderedDict objects when dumping to a file.

This is deprecated; new code should use Phynix/yamlloader instead.

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

WWW: https://github.com/fmenabe/python-yamlordereddictloader
