%general-entities; ]> PyYAML-&PyYAML-version; PyYAML Introduction to PyYAML Module PyYAML is a Python module that implements the next generation YAML parser and emitter. &lfs90_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &PyYAML-md5sum; Download size: &PyYAML-size; Estimated disk space required: &PyYAML-buildsize; Estimated build time: &PyYAML-time; PyYAML Dependencies Required Optional User Notes: Installation of PyYAML Both Python 2 and Python 3 modules can be built and installed without any conflicts. To build both Python 2 and Python 3 modules, run the following commands: python2 setup.py build && python3 setup.py build To install both modules, run the following commands as the root user: python2 setup.py install --optimize=1 && python3 setup.py install --optimize=1 Contents Installed Programs Installed Libraries Installed Directories None _yaml.so /usr/lib/python&python2-majorver;/site-packages/yaml and/or /usr/lib/python&python3-majorver;/site-packages/yaml