ports/textproc/py-pyaml/pkg/DESCR

7 lines
243 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
PyYAML-based Python module to produce pretty and readable YAML-serialized
data.
This module is for serialization only, see ruamel.yaml module for
literate YAML parsing (keeping track of comments, spacing, line/column
numbers of values, etc).