Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 926 Bytes

README.rst

File metadata and controls

25 lines (15 loc) · 926 Bytes

actions codecov pypi womm

oyaml

oyaml is a drop-in replacement for PyYAML which preserves dict ordering. Both Python 2 and Python 3 are supported. Just pip install oyaml, and import as shown below:

import oyaml as yaml

You'll no longer be annoyed by screwed-up mappings when dumping/loading.