pyyaml==6.0.3
# YAML parser and emitter for Python
$ pip install pyyaml
downloads/wk
267,401,398
license
MIT
version
6.0.3
python
>=3.8
What is pyyaml?
PyYAML is a library for reading and writing YAML files in Python, allowing you to parse YAML configuration files into Python data structures and serialize Python objects back to YAML format. Developers use it to work with YAML-based configuration files, data files, and other structured text formats that are human-readable and commonly used in modern applications.
Author
Kirill Simonov