2013-04-24 02:48:04 +02:00
|
|
|
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
|
2012-12-26 22:00:56 +01:00
|
|
|
documentation for more information on what is provided.
|
|
|
|
|
2013-04-24 02:48:04 +02:00
|
|
|
Optional: html documentation and man pages will be installed if Pygments and
|
2013-10-28 01:14:57 +01:00
|
|
|
Sphinx are installed. Python3 module will be built if Python3 is installed.
|
2014-01-12 01:47:41 +01:00
|
|
|
Pysetuptools is an optional build time dependency.
|