diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-11-21 09:17:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-21 09:17:22 +0700 |
commit | 3b4067483c1480dcebe4b33c057f61360aeeddcb (patch) | |
tree | da7b96b4908728f1a4e7bee5bd4bf9a43ff01a56 /libraries/python3-PyYAML/README | |
parent | 0ce249c55f427884377c909d3f46f9a1b63e7c8b (diff) | |
download | slackbuilds-3b4067483c1480dcebe4b33c057f61360aeeddcb.tar.gz |
libraries/python3-PyYAML: Added (YAML parser and emitter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..ea05ab9eee --- /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. |