six: Python 2 and 3 compatibility utilities¶
Description¶
Python 2 and 3 compatibility utilities
License¶
MIT License
Upstream Contact¶
Author: Benjamin Peterson
Home page: http://pypi.python.org/pypi/six/
Dependencies¶
Python
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
1.16.0
version_requirements.txt:
six >=1.15.0
Equivalent System Packages¶
$ sudo pacman -S python-six
$ conda install six
$ sudo apt-get install python3-six
$ sudo yum install python3-six
$ sudo emerge dev-python/six
$ sudo port install py-six
$ sudo zypper install python3\$\{PYTHON_MINOR\}-six
$ sudo xbps-install python3-six
See https://repology.org/project/python:six/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.