slackbuilds_ponce/python/python3-six/README
Benjamin Trigona-Harany 44cc81242b python/python3-six: Added (Python 2 and 3 compatibility utilities).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-04-16 18:07:37 +07:00

4 lines
285 B
Text

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.