yodl

UNKNOWN


License
Other
Install
pip install yodl==1.0.0

Documentation

yodl

Build Status PyPI

Use PyYAML to load a document into a Python OrderedDict.

import yaml
import yodl

data = yaml.load(input, yodl.OrderedDictYAMLLoader)

Installing

yodl is available on PyPI.