{ "info": { "author": "Jon Crall", "author_email": "erotemic@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Allows a class to be created in a separate thread/process. Unlike the simple functions that can be run using the builtin concurrent.futures module, the class instance can maintain its own private state. Messages (in the form of arbitrary pickleable objects) can be send to this process allowing communication. The actor responds in the form of a Future object.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Erotemic/futures_actors", "keywords": "", "license": "Apache 2", "maintainer": "", "maintainer_email": "", "name": "futures-actors", "package_url": "https://pypi.org/project/futures-actors/", "platform": "", "project_url": "https://pypi.org/project/futures-actors/", "project_urls": { "Homepage": "https://github.com/Erotemic/futures_actors" }, "release_url": "https://pypi.org/project/futures-actors/0.0.5/", "requires_dist": [ "ubelt" ], "requires_python": "", "summary": "An extension of the concurrent.futures module to support stateful computations.", "version": "0.0.5" }, "last_serial": 3213118, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f6f1ea39264d584e1f280f1249c32e77", "sha256": "504ac3e0f831706b7081f772530da0b066cc62b620160fd6cbfa9744574523d7" }, "downloads": -1, "filename": "futures_actors-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f6f1ea39264d584e1f280f1249c32e77", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11464, "upload_time": "2017-07-02T21:56:44", "url": "https://files.pythonhosted.org/packages/e6/c1/2ef873217f716daf92053aae04212e09fc3fda53700a266faeb484cc6104/futures_actors-0.0.1-py2.py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "d16e229ba5ee7fd5ee95d54ad8aced63", "sha256": "d1eb15305f98731781b4f5621d364dba51f8246fcc373d852fc892c5ff6b4e53" }, "downloads": -1, "filename": "futures_actors-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d16e229ba5ee7fd5ee95d54ad8aced63", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11963, "upload_time": "2017-07-02T22:02:09", "url": "https://files.pythonhosted.org/packages/1e/c9/d23934bced25ac85a7db141d22f6ce10397d2293e6600d42709e448fa4cf/futures_actors-0.0.2-py2.py3-none-any.whl" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "d1493553a96adc584cb7fcd26a710afe", "sha256": "fddd095d9c8d72f313aa582600d246bd0d2c579e7699b27a209ddd0a400c011d" }, "downloads": -1, "filename": "futures_actors-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d1493553a96adc584cb7fcd26a710afe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12643, "upload_time": "2017-09-29T15:29:59", "url": "https://files.pythonhosted.org/packages/b9/7d/9808d5e083036aee5f93c4abe33e4c2e8570409d067dcce9e9900cad8ae2/futures_actors-0.0.5-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d1493553a96adc584cb7fcd26a710afe", "sha256": "fddd095d9c8d72f313aa582600d246bd0d2c579e7699b27a209ddd0a400c011d" }, "downloads": -1, "filename": "futures_actors-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d1493553a96adc584cb7fcd26a710afe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12643, "upload_time": "2017-09-29T15:29:59", "url": "https://files.pythonhosted.org/packages/b9/7d/9808d5e083036aee5f93c4abe33e4c2e8570409d067dcce9e9900cad8ae2/futures_actors-0.0.5-py2.py3-none-any.whl" } ] }