python-ruamel.yaml
Port variant v12
Summary YAML 1.2 parser/emitter (3.12)
Package version 0.18.14
Homepage No known homepage
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v13
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 13 JUN 2025, 15:59:21 UTC
Port created 16 APR 2018, 13:51:05 UTC
Subpackage Descriptions
single ruamel.yaml supports YAML 1.2 and has round-trip loaders and dumpers. A round-trip is a YAML load-modify-save sequence and ruamel.yaml tries to preserve, 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') (based on request and test by Anthony Sottile) * anchor names that are hand-crafted (i.e. not of the formidNNN) * merges in dictionaries are preserved * This preservation is normally not broken unless you severely alter the structure of a component (delete a key in a dict, remove list entries). Reassigning values or replacing list items, etc., is fine. Although individual indentation of lines is not preserved, you can specify separate indentation levels for mappings and sequences (counting for sequences does not include the dash for a sequence element) and specific offset of block sequence dashes within that indentation.
Configuration Switches (platform-specific settings discarded)
PY312 ON Build using Python 3.12 PY313 OFF Build using Python 3.13
Package Dependencies by Type
Build (only) python312:dev:std
python-pip:single:v12
autoselect-python:single:std
Build and Runtime python312:primary:std
Runtime (only) python-ruamel.yaml.clib:single:v12
Download groups
main mirror://PYPIWHL/af/6d/6fe4805235e193aad4aaf979160dd1f3c487c57d48b810c816e6e842171b
Distribution File Information
710ff198bb53da66718c7db27eec4fbcc9aa6ca7204e4c1df2f282b6fe5eb6b2 118570 python-src/ruamel.yaml-0.18.14-py3-none-any.whl
Ports that require python-ruamel.yaml:v12
python-nb2an:v12 Netbox to Ansible config comparison tool (3.12)
python-netmiko:v12 Simplify CLI connections to network devices (3.12)
python-nornir:v12 Automation framework to manage devices (3.12)