summaryrefslogtreecommitdiffstats
path: root/libraries/python3-ruamel.yaml/README
blob: b6476a7c67717cc1985755eae827562cfc157dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
YAML is a human friendly data serialization standard for all programming
languages. It is commonly used for configuration files, logs, etc.

ruamel.yaml is a YAML 1.2 loader/dumper package for Python. It is a
derivative of Kirill Simonov's PyYAML 3.11.

ruamel.yaml supports YAML 1.2 and has round-trip loaders and dumpers
that preserves, among others:

* comments
* block style and key ordering are kept, so you can diff the
    round-tripped source
* flow style sequences ( ‘a: b, c, d’)
* anchor names that are hand-crafted (i.e. not of the form``idNNN``)
* merges in dictionaries are preserved