summaryrefslogtreecommitdiffstats
path: root/python/python3-six/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-04-16 13:07:37 +0200
committer Willy Sudiarto Raharjo2017-04-16 13:07:37 +0200
commit44cc81242b1cf0eed44158ca9e1403b39f8aebad (patch)
tree8784c6af26510f7b808584597c43b40624677e92 /python/python3-six/README
parenta94c3e07d85191b4e46f9b9533a7e791f64053ea (diff)
downloadslackbuilds-44cc81242b1cf0eed44158ca9e1403b39f8aebad.tar.gz
python/python3-six: Added (Python 2 and 3 compatibility utilities).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-six/README')
-rw-r--r--python/python3-six/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-six/README b/python/python3-six/README
new file mode 100644
index 0000000000..ee25e72d18
--- /dev/null
+++ b/python/python3-six/README
@@ -0,0 +1,4 @@
+Six is a Python 2 and 3 compatibility library. It provides utility functions for
+smoothing over the differences between the Python versions with the goal of
+writing Python code that is compatible on both Python versions. See the
+documentation for more information on what is provided.