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.3.0.tar.gz (28.7 kB view details)

Uploaded Source

Built Distribution

futures-3.3.0-py2-none-any.whl (16.1 kB view details)

Uploaded Python 2

File details

Details for the file futures-3.3.0.tar.gz.

File metadata

  • Download URL: futures-3.3.0.tar.gz
  • Upload date:
  • Size: 28.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.14

File hashes

Hashes for futures-3.3.0.tar.gz
Algorithm Hash digest
SHA256 7e033af76a5e35f58e56da7a91e687706faf4e7bdfb2cbc3f2cca6b9bcda9794
MD5 b43a39ae1475e3fd6940f2b4f7214675
BLAKE2b-256 47045fc6c74ad114032cd2c544c575bffc17582295e9cd6a851d6026ab4b2c00

See more details on using hashes here.

Provenance

File details

Details for the file futures-3.3.0-py2-none-any.whl.

File metadata

  • Download URL: futures-3.3.0-py2-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.14

File hashes

Hashes for futures-3.3.0-py2-none-any.whl
Algorithm Hash digest
SHA256 49b3f5b064b6e3afc3316421a3f25f66c137ae88f068abbf72830170033c5e16
MD5 358ab8ccaa4020a030fd7d9b64a78946
BLAKE2b-256 d8a6f46ae3f1da0cd4361c344888f59ec2f5785e69c872e175a748ef6071cdb5

See more details on using hashes here.

Provenance

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