python-ruamel.yaml
Port variant v13
Summary YAML 1.2 parser/emitter (3.13)
Package version 0.19.1
Homepage No known homepage
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v14
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 23 JAN 2026, 17:07:15 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)
PY313 ON Build using Python 3.13 PY314 OFF Build using Python 3.14
Package Dependencies by Type
Build (only) python313:dev:std
python-pip:single:v13
autoselect-python:single:std
Build and Runtime python313:primary:std
Download groups
main mirror://PYPIWHL/b8/0c/51f6841f1d84f404f92463fc2b1ba0da357ca1e3db6b7fbda26956c3b82a
Distribution File Information
27592957fedf6e0b62f281e96effd28043345e0e66001f97683aa9a40c667c93 118102 python-src/ruamel_yaml-0.19.1-py3-none-any.whl
Ports that require python-ruamel.yaml:v13
python-nb2an:v13 Netbox to Ansible config comparison tool (3.13)
python-netmiko:v13 Simplify CLI connections to network devices (3.13)
python-nornir:v13 Automation framework to manage devices (3.13)