Contents

oyaml 1.0

0

Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering

Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering

Stars: 170, Watchers: 170, Forks: 14, Open Issues: 0

The wimglenn/oyaml repo was created 6 years ago and the last code push was 1 years ago.
The project is popular with 170 github stars!

How to Install oyaml

You can install oyaml using pip

pip install oyaml

or add it to a project with poetry

poetry add oyaml

Package Details

Author
Wim Glenn
License
MIT
Homepage
https://github.com/wimglenn/oyaml
PyPi:
https://pypi.org/project/oyaml/
GitHub Repo:
https://github.com/wimglenn/oyaml
No  oyaml  pypi packages just yet.

Errors

A list of common oyaml errors.

Code Examples

Here are some oyaml code examples and snippets.

Related Packages & Articles

metayaml 1.2

Enhancements of yaml format to support include and python expression

dumbyaml 0.9.3

A YAML parser that reads only a restricted version of YAML.

ruamel.yaml 0.18.6

ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order