This package browser is in early development. Mind the rough edges.

python-six

Python 2 and 3 compatibility utilities

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. Six supports every Python version since 2.5. It is contained in only one Python file, so it can be easily copied into your project.

Installation

Install the latest version of python-six as follows:

guix install python-six

Or install a particular version:

guix install python-six@1.17.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-six about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-six'><img src='https://packages.guix.gnu.org/packages/python-six/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-six/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-six)

Example Org:

[[https://packages.guix.gnu.org/packages/python-six][https://packages.guix.gnu.org/packages/python-six/badges/latest-version.svg]]