SlackBuildsOrg/libraries/python3-ruamel.yaml
Alexander Verbovetsky eb7f400a26
libraries/python3-ruamel.yaml: Updated for version 0.17.40.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-10-28 09:14:24 +07:00
..
python3-ruamel.yaml.info
python3-ruamel.yaml.SlackBuild
README
slack-desc

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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