{ "info": { "author": "Brian Quinlan", "author_email": "brian@sweetapp.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only" ], "description": "This is a port of `concurrent.futures`_ standard library module of Python 3.\n\nThere are different versions of the ``concurrent.futures`` code, for each version of Python 3.\nThis package contains the latest code from CPython master_ branch with small changes to make it compatible with both\nPython 3.6 and Python 3.7.\n\nIt does not work with Python 2, but for that you can use pythonfutures_.\n\nTo install it, simply run::\n\n pip install futures3\n\nTo import it:\n\n .. code-block:: python\n\n from futures3.thread import ThreadPoolExecutor\n from futures3.process import ProcessPoolExecutor\n\n.. _master: https://github.com/python/cpython/tree/master/Lib/concurrent/futures\n.. _concurrent.futures: https://docs.python.org/3.8/library/concurrent.futures.html\n.. _pythonfutures: https://github.com/agronholm/pythonfutures\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mihaiparvu/futures3", "keywords": "", "license": "PSF", "maintainer": "Mihai P\u00e2rvu", "maintainer_email": "mihaiparvu90@gmail.com", "name": "futures3", "package_url": "https://pypi.org/project/futures3/", "platform": "", "project_url": "https://pypi.org/project/futures3/", "project_urls": { "Homepage": "https://github.com/mihaiparvu/futures3" }, "release_url": "https://pypi.org/project/futures3/1.0.0/", "requires_dist": null, "requires_python": ">3", "summary": "The latest version for concurrent.futures package from Python 3", "version": "1.0.0" }, "last_serial": 5811353, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "966a5b203b39c60988149ab949a3c392", "sha256": "391db911b167d2677e16a28102b09f7e3dd6c0f381ca883cfb3416935b580e3f" }, "downloads": -1, "filename": "futures3-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "966a5b203b39c60988149ab949a3c392", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3", "size": 18016, "upload_time": "2019-09-10T21:56:27", "url": "https://files.pythonhosted.org/packages/c1/1b/348d0fd38cee417c9208d7dd80ab12b07b8dcb6e96507b04b95160fbd6d2/futures3-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "897f50d198bd4bc0f60415dea4b5bb56", "sha256": "12750f871ad31eba4deeac6c087963be72638cc6f570b90f927678a718574734" }, "downloads": -1, "filename": "futures3-1.0.0.tar.gz", "has_sig": false, "md5_digest": "897f50d198bd4bc0f60415dea4b5bb56", "packagetype": "sdist", "python_version": "source", "requires_python": ">3", "size": 15582, "upload_time": "2019-09-10T21:56:29", "url": "https://files.pythonhosted.org/packages/25/dd/b24113dd882b58c4118c28336a8dfdeda3b67f47957cbed784cd9ae36bf8/futures3-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "966a5b203b39c60988149ab949a3c392", "sha256": "391db911b167d2677e16a28102b09f7e3dd6c0f381ca883cfb3416935b580e3f" }, "downloads": -1, "filename": "futures3-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "966a5b203b39c60988149ab949a3c392", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3", "size": 18016, "upload_time": "2019-09-10T21:56:27", "url": "https://files.pythonhosted.org/packages/c1/1b/348d0fd38cee417c9208d7dd80ab12b07b8dcb6e96507b04b95160fbd6d2/futures3-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "897f50d198bd4bc0f60415dea4b5bb56", "sha256": "12750f871ad31eba4deeac6c087963be72638cc6f570b90f927678a718574734" }, "downloads": -1, "filename": "futures3-1.0.0.tar.gz", "has_sig": false, "md5_digest": "897f50d198bd4bc0f60415dea4b5bb56", "packagetype": "sdist", "python_version": "source", "requires_python": ">3", "size": 15582, "upload_time": "2019-09-10T21:56:29", "url": "https://files.pythonhosted.org/packages/25/dd/b24113dd882b58c4118c28336a8dfdeda3b67f47957cbed784cd9ae36bf8/futures3-1.0.0.tar.gz" } ] }