yaml-1.3 · PyPI
https://pypi.org/project/yaml-1.305.07.2017 · yaml-1.3 0.1.0 pip install yaml-1.3 Copy PIP instructions. Latest version. Released: Jul 5, 2017 next YAML parser. Navigation. Project description Release history Download files Project links. Homepage Statistics. View statistics for this project via ...
PyYAML · PyPI
pypi.org › project › PyYAMLOct 13, 2021 · pip install PyYAML Copy PIP instructions. Latest version. Released ... YAML is a data serialization format designed for human readability and interaction with ...
Installing — Python YAML package documentation
yaml.readthedocs.io › en › latestInstalling ¶. Installing. Make sure you have a recent version of pip and setuptools installed. The later needs environment marker support ( setuptools>=20.6.8) and that is e.g. bundled with Python 3.4.6 but not with 3.4.4. It is probably best to do: pip install -U pip setuptools wheel. in your environment ( virtualenv, (Docker) container, etc) before installing ruamel.yaml.