Pyyaml does not preserve comments.
Ruamel.yaml does, but seems to have some issues updating pypi because of the way they package inside a namespace.
Pyyaml safe_load doesn't adhere to YAML 1.2 rules to treat 'yes', 'no', 'on', 'off' as strings (not bool) whether they are quoted or not.
safe_dump doesn't allow for list indentation that IDEs can use to guess collapsability.
Pyyaml does not preserve comments.
Ruamel.yaml does, but seems to have some issues updating pypi because of the way they package inside a namespace.
Pyyaml safe_load doesn't adhere to YAML 1.2 rules to treat 'yes', 'no', 'on', 'off' as strings (not bool) whether they are quoted or not.
safe_dump doesn't allow for list indentation that IDEs can use to guess collapsability.