pyyaml: YAML parser and emitter for Python¶
Description¶
YAML parser and emitter for Python
License¶
MIT
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
cython: C-Extensions for Python, an optimizing static compiler
Version Information¶
package-version.txt:
6.0.2
version_requirements.txt:
PyYAML
Installation commands¶
$ pip install PyYAML
$ sage -i pyyaml
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then
./configure
will check if the system package can be used.