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
Maintained by: Alexander Verbovetsky
Keywords: ruamel,yaml,parser,pyyaml,whipper
ChangeLog: python-ruamel.yaml
Homepage:
https://sourceforge.net/p/ruamel-yaml
Download SlackBuild:
python-ruamel.yaml.tar.gz
python-ruamel.yaml.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
python-ruamel.yaml.SlackBuild |
python-ruamel.yaml.info |
slack-desc |
© 2006-2023 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds