Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering
Project Links
Meta
Author: Wim Glenn
Classifiers
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.
1.0
Aug 18, 2020
0.9
Mar 28, 2019
0.8
Mar 13, 2019
0.7
Sep 13, 2018
0.6
Aug 29, 2018
0.5
Jun 27, 2018
0.4
Apr 23, 2018
0.3
Apr 18, 2018
0.2
Feb 26, 2018
0.1
Feb 21, 2018
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
pyyaml