Skip to main content

Backport of the concurrent.futures package from Python 3

Project description

Build Status

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

futures-3.4.0.tar.gz (27.7 kB view details)

Uploaded Source

Built Distribution

futures-3.4.0-py2-none-any.whl (16.6 kB view details)

Uploaded Python 2

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

Hashes for futures-3.4.0.tar.gz
Algorithm Hash digest
SHA256 3ec8ceecd1b85547aa7539c1db8d6b2a6245405de427e4780809b6f56a18fdd2
MD5 af7b2c76e2696124107a593deab2a1a8
BLAKE2b-256 569975ceaebf317cb027319909ed09ee117388f0d53ba0880520952a0e8a8458

See more details on using hashes here.

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

Hashes for futures-3.4.0-py2-none-any.whl
Algorithm Hash digest
SHA256 5ec20fa8bdccf96ac9bf9fb2473f51b14c117db638aa8a4a6c27b43532a0efe9
MD5 9f7301fd2a12b967d0e03c46b8ef9e27
BLAKE2b-256 d4ea9d513529a89bcbcd07c8acbac9eecfad29e7562e0b9d69d14f475987ad70

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page