{ "info": { "author": "CMSteffen", "author_email": "cmsteffen@protonmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "DisPro: The Distributed Processing Framework\n============================================\n![PyPI](https://img.shields.io/pypi/v/DisPro.svg)\n![GitHub](https://img.shields.io/github/license/cmsteffen-code/DisPro.svg)\n![Documentation Status](https://readthedocs.org/projects/dispro/badge/?version=latest)](https://dispro.readthedocs.io/en/latest/?badge=latest)\n![GitHub issues](https://img.shields.io/github/issues-raw/cmsteffen-code/DisPro.svg)\n![GitHub contributors](https://img.shields.io/github/contributors/cmsteffen-code/DisPro.svg)\n\n\nThe DisPro framework allows you to employ distributed processing in your project by deploying numerous worker nodes across the internet, all controlled by a central master server. DisPro allows you to focus on implementing the unique functionality specific to your project, without having to reinvent the wheel to implement distributed processing.\n\n*Please note, DisPro does not make any assumptions as to the nature of your project, such as data types, databases, front-ends, etc. All of this is left up to the users.*\n\nCore Components\n---------------\n\nDisPro implements the two core components required to produce a distributed processing network:\n\n**Worker**\n\nThe Worker is the distributed aspect of the DisPro framework, capable of being deployed on remote systems, communicating with the Master in order to request new tasks and transmit the results of its labor.\n\n**Master**\n\nThe Master is responsible for the delegation of tasks to each remote Worker, as well as the processing and storage of all returned results. It is managed by the Master.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cmsteffen-code/DisPro", "keywords": "dispro distributed processing framework", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "DisPro", "package_url": "https://pypi.org/project/DisPro/", "platform": "", "project_url": "https://pypi.org/project/DisPro/", "project_urls": { "Documentation": "https://dispro.readthedocs.io/en/latest/", "Homepage": "https://github.com/cmsteffen-code/DisPro", "Source Code": "https://github.com/cmsteffen-code/DisPro" }, "release_url": "https://pypi.org/project/DisPro/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "A framework for distributed processing applications", "version": "0.1.3" }, "last_serial": 4946573, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "9b9c669e22868ce4e3b8415784f22355", "sha256": "0591eff57af053a5530b20db37d0d405cfabd6c72b576072ed5c005423c8384d" }, "downloads": -1, "filename": "DisPro-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "9b9c669e22868ce4e3b8415784f22355", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3145, "upload_time": "2019-03-16T01:23:59", "url": "https://files.pythonhosted.org/packages/0f/97/cf92df1e221fb886002582546edd92ce83be9aa397e7562958886268a7ff/DisPro-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "718371ef023e436e78a21ccda5707ea8", "sha256": "75035d7da6b9f610bd7e8bfb60d892c420219bf83e94ac214b7427aa36aff208" }, "downloads": -1, "filename": "DisPro-0.1.3.tar.gz", "has_sig": false, "md5_digest": "718371ef023e436e78a21ccda5707ea8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2144, "upload_time": "2019-03-16T01:24:00", "url": "https://files.pythonhosted.org/packages/13/65/92e175ae56318b76da4ab7b35bf21a69d313653fb6f68e57507788539da8/DisPro-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9b9c669e22868ce4e3b8415784f22355", "sha256": "0591eff57af053a5530b20db37d0d405cfabd6c72b576072ed5c005423c8384d" }, "downloads": -1, "filename": "DisPro-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "9b9c669e22868ce4e3b8415784f22355", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3145, "upload_time": "2019-03-16T01:23:59", "url": "https://files.pythonhosted.org/packages/0f/97/cf92df1e221fb886002582546edd92ce83be9aa397e7562958886268a7ff/DisPro-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "718371ef023e436e78a21ccda5707ea8", "sha256": "75035d7da6b9f610bd7e8bfb60d892c420219bf83e94ac214b7427aa36aff208" }, "downloads": -1, "filename": "DisPro-0.1.3.tar.gz", "has_sig": false, "md5_digest": "718371ef023e436e78a21ccda5707ea8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2144, "upload_time": "2019-03-16T01:24:00", "url": "https://files.pythonhosted.org/packages/13/65/92e175ae56318b76da4ab7b35bf21a69d313653fb6f68e57507788539da8/DisPro-0.1.3.tar.gz" } ] }