{ "info": { "author": "Dovydas Jan\u010dauskas", "author_email": "dovydasjan@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Parallel Executor\n\nThe purpose of this library is to execute bunch of tasks to run independently in parallel\n\n## Version\n\n1.1\n\n## Installation\n\npip install parallel-executor==1.1\n\n## Basic usage example\ntask1 = Task('Task1', lambda: 2+2)\ntask2 = Task('Task2', lambda: 2*2)\ntasks = [task1, task2]\ne = Executor(3, 3, tasks)\ne.executeTasks()\nprint(task1.getResult())\nprint(task2.getResult())\n\n## History\n- 1.1 Not closing thread bug was fixed\n- 1.0 Initial release\n\n## Author\n\nDovydas Jan\u010dauskas\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "parallel-executor", "package_url": "https://pypi.org/project/parallel-executor/", "platform": "", "project_url": "https://pypi.org/project/parallel-executor/", "project_urls": null, "release_url": "https://pypi.org/project/parallel-executor/1.1/", "requires_dist": null, "requires_python": "", "summary": "Tool to run several user tasks in parallel", "version": "1.1" }, "last_serial": 5377589, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "9e442df52c773ea161146efbce6da603", "sha256": "eede7b94d48c604411461617769538898c3a3f8572fbe1e5a9e9eaf69065a215" }, "downloads": -1, "filename": "parallel_executor-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9e442df52c773ea161146efbce6da603", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 3764, "upload_time": "2019-06-09T06:04:22", "url": "https://files.pythonhosted.org/packages/0c/62/5b9561bac1c6aaa2cf0d536d9f0e55fe6103c489f0bf29f3b3250acc7d2f/parallel_executor-1.0-py3-none-any.whl" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "0a57c13a1d53c81c9ad184aee9299e5a", "sha256": "6a543b1c675650185ec2fb156f472272a79ce2e0b73e000064c07bcfa0cf7aad" }, "downloads": -1, "filename": "parallel_executor-1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0a57c13a1d53c81c9ad184aee9299e5a", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 3974, "upload_time": "2019-06-09T12:26:36", "url": "https://files.pythonhosted.org/packages/d0/9d/fc2a93513dc32ea4e54a6dc98d4e1463ebbc86bede104fd155f8bfd36421/parallel_executor-1.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0a57c13a1d53c81c9ad184aee9299e5a", "sha256": "6a543b1c675650185ec2fb156f472272a79ce2e0b73e000064c07bcfa0cf7aad" }, "downloads": -1, "filename": "parallel_executor-1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0a57c13a1d53c81c9ad184aee9299e5a", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 3974, "upload_time": "2019-06-09T12:26:36", "url": "https://files.pythonhosted.org/packages/d0/9d/fc2a93513dc32ea4e54a6dc98d4e1463ebbc86bede104fd155f8bfd36421/parallel_executor-1.1-py3-none-any.whl" } ] }