diff options
Diffstat (limited to 'libraries/python3-PyYAML/README')
-rw-r--r-- | libraries/python3-PyYAML/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/python3-PyYAML/README b/libraries/python3-PyYAML/README new file mode 100644 index 000000000000..ea05ab9eee29 --- /dev/null +++ b/libraries/python3-PyYAML/README @@ -0,0 +1,8 @@ +pyyaml (YAML parser and emitter for Python) + +YAML is a data serialization format designed for human readability +and interaction with scripting languages. PyYAML is a YAML parser and +emitter for Python. + +This builds the python3 version of PyYAML. It is safe to install this +on a system that has the SBo's PyYAML (python2) package installed. |