py-yamlloader-1.6.0

loaders and dumpers for PyYAML

Index | textproc

Description

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.

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

Run Dependencies