The textproc/py-yaml,python3 port
py3-yaml-5.3.1p1 – YAML parser and emitter in Python
(cvsweb
github)
Description
PyYAML is a YAML parser and emitter for the Python programming language.
PyYAML features
* a complete YAML 1.1 parser. In particular, PyYAML can parse all
examples from the specification. The parsing algorithm is simple
enough to be a reference for YAML parser implementors.
* Unicode support including UTF-8/UTF-16 input/output and \u escape
sequences.
* low-level event-based parser and emitter API (like SAX).
* high-level API for serializing and deserializing native Python
objects (like DOM or pickle).
* support for all types from the YAML types repository. A simple
extension API is provided.
* relatively sensible error messages.
WWW:
https://pyyaml.org/wiki/PyYAML
Maintainer
Pierre-Emmanuel Andre
Categories
lang/python
textproc
Library dependencies
Build dependencies
Run dependencies
- /usr/local/lib/python3.8/site-packages/PyYAML-5.3.1-py3.8.egg-info
- /usr/local/lib/python3.8/site-packages/_yaml.cpython-38.so
- /usr/local/lib/python3.8/site-packages/yaml/
- /usr/local/lib/python3.8/site-packages/yaml/__init__.py
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/__init__.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/composer.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/constructor.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/cyaml.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/dumper.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/emitter.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/error.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/events.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/loader.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/nodes.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/parser.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/reader.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/representer.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/resolver.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/scanner.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/serializer.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/__pycache__/tokens.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/yaml/composer.py
- /usr/local/lib/python3.8/site-packages/yaml/constructor.py
- /usr/local/lib/python3.8/site-packages/yaml/cyaml.py
- /usr/local/lib/python3.8/site-packages/yaml/dumper.py
- /usr/local/lib/python3.8/site-packages/yaml/emitter.py
- /usr/local/lib/python3.8/site-packages/yaml/error.py
- /usr/local/lib/python3.8/site-packages/yaml/events.py
- /usr/local/lib/python3.8/site-packages/yaml/loader.py
- /usr/local/lib/python3.8/site-packages/yaml/nodes.py
- /usr/local/lib/python3.8/site-packages/yaml/parser.py
- /usr/local/lib/python3.8/site-packages/yaml/reader.py
- /usr/local/lib/python3.8/site-packages/yaml/representer.py
- /usr/local/lib/python3.8/site-packages/yaml/resolver.py
- /usr/local/lib/python3.8/site-packages/yaml/scanner.py
- /usr/local/lib/python3.8/site-packages/yaml/serializer.py
- /usr/local/lib/python3.8/site-packages/yaml/tokens.py