{ "info": { "author": "Andrew Bauer", "author_email": "abau171@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", "Topic :: Internet", "Topic :: Software Development", "Topic :: System :: Distributed Computing" ], "description": "HighFive is a simple distributed processing framework designed so you and your friends can donate CPU time to each other to run large, interesting computations. It's easy to spin up a HighFive master and connect as many remote workers as you want to it!\n\nDon't want to lock down all your computers for hours while you wait for results? Since HighFive was designed for cooperative work, the workers can\ndisconnect at any time without harming the main process! Then, they can reconnect to the same process later and get back to work!\n\nHighFive is written in Python 3, and uses asyncio for managing connections. Because it uses async/await syntax, it is currently only supported by Python 3.5 and up.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/abau171/highfive/archive/v0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/abau171/highfive", "keywords": "distributed,queue,task queue,job queue,collaborative", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "highfive", "package_url": "https://pypi.org/project/highfive/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/highfive/", "project_urls": { "Download": "https://github.com/abau171/highfive/archive/v0.2.tar.gz", "Homepage": "https://github.com/abau171/highfive" }, "release_url": "https://pypi.org/project/highfive/0.2/", "requires_dist": null, "requires_python": null, "summary": "Framework for fault-tolerant cooperative distributed processing.", "version": "0.2" }, "last_serial": 2362021, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7203a3c6cd671a9534039fb3d5082589", "sha256": "cda1f8c2a0e173e2f1d516cdc0c2e93a7c3401cdb6e82014a5040caa4201828a" }, "downloads": -1, "filename": "highfive-0.1.tar.gz", "has_sig": false, "md5_digest": "7203a3c6cd671a9534039fb3d5082589", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3857, "upload_time": "2016-07-15T17:46:57", "url": "https://files.pythonhosted.org/packages/df/04/cf8aed5a06f8036f96a2df3898be0cfc155b65dfbf3a25d5706a590ed3dc/highfive-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f7b2ca6ab5623cc5dee4651bc7cca3f9", "sha256": "7e0c774dd175abab45aa0a404da1bb3b5e9367cbbf03f652a47327eca3bf8bd3" }, "downloads": -1, "filename": "highfive-0.2.tar.gz", "has_sig": false, "md5_digest": "f7b2ca6ab5623cc5dee4651bc7cca3f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6497, "upload_time": "2016-09-25T04:56:38", "url": "https://files.pythonhosted.org/packages/2d/be/f2edd95e75df784be80613892c5c089e01308e748cea2a28d9b0ff319564/highfive-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f7b2ca6ab5623cc5dee4651bc7cca3f9", "sha256": "7e0c774dd175abab45aa0a404da1bb3b5e9367cbbf03f652a47327eca3bf8bd3" }, "downloads": -1, "filename": "highfive-0.2.tar.gz", "has_sig": false, "md5_digest": "f7b2ca6ab5623cc5dee4651bc7cca3f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6497, "upload_time": "2016-09-25T04:56:38", "url": "https://files.pythonhosted.org/packages/2d/be/f2edd95e75df784be80613892c5c089e01308e748cea2a28d9b0ff319564/highfive-0.2.tar.gz" } ] }