{ "info": { "author": "xbn", "author_email": "xmgit@outlook.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "\n# A simple multiprocessing helper.\n\n## usage:\n```\nfrom slimparallel import Pool, Task\n\n\ndef test(a: int, b: str):\n print(a, b)\n return a\n\n\np1 = (1, 'a')\np2 = (2, 'b')\np3 = (3, 'c')\n\ntask = Task(test)\nparams = (p1, p2, p3, p1, p2, p3)\n\npool = Pool(task, params, 2)\nr = pool.start()\nprint(r)\n```\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/xmbin/slimparallel", "keywords": "multiprocessing helper.", "license": "", "maintainer": "", "maintainer_email": "", "name": "slimparallel", "package_url": "https://pypi.org/project/slimparallel/", "platform": "", "project_url": "https://pypi.org/project/slimparallel/", "project_urls": { "Homepage": "https://github.com/xmbin/slimparallel" }, "release_url": "https://pypi.org/project/slimparallel/1.0.3/", "requires_dist": null, "requires_python": "~=3.7", "summary": "A simple multiprocessing helper.", "version": "1.0.3", "yanked": false, "yanked_reason": null }, "last_serial": 6018482, "releases": { "1.0.3": [ { "comment_text": "", "digests": { "md5": "aa7506932b3b2385f4ef403aa376ad57", "sha256": "a6cd31528f5000bebbd1d8bb595aa36e1d3f529635676c3353636ec8cfe4921d" }, "downloads": -1, "filename": "slimparallel-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "aa7506932b3b2385f4ef403aa376ad57", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.7", "size": 6424, "upload_time": "2019-10-23T13:03:25", "upload_time_iso_8601": "2019-10-23T13:03:25.458228Z", "url": "https://files.pythonhosted.org/packages/c5/ea/0e5592f1ead8b678edfa0622f43dcb6bffe8f756d149ab5a71735d318c89/slimparallel-1.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "81940cf7ad67d4b1e01c31251e86ca2c", "sha256": "2457373878fc8fa94dedb13bb5d843ea50e71437825d4e1a6de6d1fbda9d65b1" }, "downloads": -1, "filename": "slimparallel-1.0.3.tar.gz", "has_sig": false, "md5_digest": "81940cf7ad67d4b1e01c31251e86ca2c", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 1695, "upload_time": "2019-10-23T13:03:27", "upload_time_iso_8601": "2019-10-23T13:03:27.636861Z", "url": "https://files.pythonhosted.org/packages/d5/19/1217afe0a913f059000c6fe7ce7b027a7b70844ea7b1564ff5e4c25147ea/slimparallel-1.0.3.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa7506932b3b2385f4ef403aa376ad57", "sha256": "a6cd31528f5000bebbd1d8bb595aa36e1d3f529635676c3353636ec8cfe4921d" }, "downloads": -1, "filename": "slimparallel-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "aa7506932b3b2385f4ef403aa376ad57", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.7", "size": 6424, "upload_time": "2019-10-23T13:03:25", "upload_time_iso_8601": "2019-10-23T13:03:25.458228Z", "url": "https://files.pythonhosted.org/packages/c5/ea/0e5592f1ead8b678edfa0622f43dcb6bffe8f756d149ab5a71735d318c89/slimparallel-1.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "81940cf7ad67d4b1e01c31251e86ca2c", "sha256": "2457373878fc8fa94dedb13bb5d843ea50e71437825d4e1a6de6d1fbda9d65b1" }, "downloads": -1, "filename": "slimparallel-1.0.3.tar.gz", "has_sig": false, "md5_digest": "81940cf7ad67d4b1e01c31251e86ca2c", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 1695, "upload_time": "2019-10-23T13:03:27", "upload_time_iso_8601": "2019-10-23T13:03:27.636861Z", "url": "https://files.pythonhosted.org/packages/d5/19/1217afe0a913f059000c6fe7ce7b027a7b70844ea7b1564ff5e4c25147ea/slimparallel-1.0.3.tar.gz", "yanked": false, "yanked_reason": null } ] }