{"library":"futures","type":"library","category":null,"description":"The `futures` library is a backport of the `concurrent.futures` module from Python 3, providing a high-level interface for asynchronously executing callables using thread or process pools. It is designed exclusively for Python 2 environments (specifically 2.6 and 2.7), offering a structured way to manage concurrent tasks in older Python runtimes. The current version is 3.4.0, released in October 2022.","language":"python","status":"maintenance","version":"3.4.0","tags":["python2","backport","concurrency","futures","threading","multiprocessing"],"last_verified":"Thu May 21","install":[{"cmd":"pip install futures","imports":["from concurrent.futures import ThreadPoolExecutor","from concurrent.futures import ProcessPoolExecutor","from concurrent.futures import Future"]}],"homepage":null,"github":"https://github.com/agronholm/pythonfutures","docs":null,"changelog":null,"pypi":"https://pypi.org/project/futures/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.5,"avg_import_s":0.04,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/futures/compatibility"}}