future · PyPI
pypi.org › project › futureOct 30, 2019 · pip install future Copy PIP instructions Latest version Released: Oct 30, 2019 Clean single-source support for Python 3 and 2 Project description 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.
futures · PyPI
https://pypi.org/project/futures15.07.2019 · This is a backport of the concurrent.futures standard library module to Python 2.. It does not work on Python 3 due to Python 2 syntax being used in the codebase. Python 3 users should not attempt to install it, since the package is already included in the standard library. To conditionally require this library only on Python 2, you can do this in your setup.py:
Quick-start guide — Python-Future documentation
python-future.org › quickstartInstallation ¶. To install the latest stable version, type: pip install future. If you would prefer the latest development version, it is available here. On Python 2.6, three packages containing backports of standard library modules in Python 2.7+ are needed for small parts of the code: pip install importlib # for future.standard_library.import_ function only pip install unittest2 # to run the test suite pip install argparse # for the backported http.server module from Py3.3.
future · PyPI
https://pypi.org/project/future30.10.2019 · future 0.18.2 pip install future Copy PIP instructions. Latest version. Released: Oct 31, 2019 Clean single-source support for Python 3 and 2. Navigation. Project description Release history Download files Project links. Homepage Statistics. View statistics for ...