futures 3.4.0
pip install futures
Latest version
Released:
Backport of the concurrent.futures package from Python 3
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Python Software Foundation License (PSF)
- Author: Brian Quinlan
- Maintainer: Alex Grönholm
- Requires: Python >=2.6, <3
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
Project description
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:
setup(
...
extras_require={
':python_version == "2.7"': ['futures']
}
)
Or, using the newer syntax:
setup(
...
install_requires={
'futures; python_version == "2.7"'
}
)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Python Software Foundation License (PSF)
- Author: Brian Quinlan
- Maintainer: Alex Grönholm
- Requires: Python >=2.6, <3
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file futures-3.4.0.tar.gz
.
File metadata
- Download URL: futures-3.4.0.tar.gz
- Upload date:
- Size: 27.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ec8ceecd1b85547aa7539c1db8d6b2a6245405de427e4780809b6f56a18fdd2 |
|
MD5 | af7b2c76e2696124107a593deab2a1a8 |
|
BLAKE2b-256 | 569975ceaebf317cb027319909ed09ee117388f0d53ba0880520952a0e8a8458 |
File details
Details for the file futures-3.4.0-py2-none-any.whl
.
File metadata
- Download URL: futures-3.4.0-py2-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ec20fa8bdccf96ac9bf9fb2473f51b14c117db638aa8a4a6c27b43532a0efe9 |
|
MD5 | 9f7301fd2a12b967d0e03c46b8ef9e27 |
|
BLAKE2b-256 | d4ea9d513529a89bcbcd07c8acbac9eecfad29e7562e0b9d69d14f475987ad70 |