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

python-future 0.18.2

Single-source support for Python 3 and 2

python-future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.

Installation

Install python-future 0.18.2 as follows:

guix install python-future@0.18.2

Or install the latest version:

guix install python-future

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.