diff options
Diffstat (limited to 'python/python3-six/README')
-rw-r--r-- | python/python3-six/README | 4 |
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. |