Differences between revisions 2 and 3
Revision 2 as of 2013-11-13 18:05:55
Size: 895
Editor: techtonik
Comment: words
Revision 3 as of 2013-11-13 18:12:21
Size: 988
Editor: techtonik
Comment: add salt
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 * salt - http://docs.saltstack.com/topics/tutorials/starting_states.html#default-data-yaml

YAML may be the most human friendly format for structured data invented so far.

YAML examples and usage in notable Python apps

YAML is a feature-overcrept language. Most packages below use its subset.

Full YAML parsers

PyYAML - http://pyyaml.org/ - due to complexity of YAML spec, this is the only package that tried to be compliant. It is C-based.

Parsers for YAML subsets

Luckily, you may not need the full YAML spec. These libraries can parse only the sweetest parts of YAML spec that you may reuse in your configs.

YAML (last edited 2021-03-28 17:42:24 by eriky)

Unable to edit the page? See the FrontPage for instructions.