{ "info": { "author": "OKAMURA Yasunobu", "author_email": "okamura@informationsea.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "threadmap\n=========\n\n:Author: Y.Okamura\n\nMulti thread map\n\nExample\n-------\n\n>>> import threadmap\n>>> import time\n>>> def testfun(a):\n... print 'start', a\n... time.sleep(1)\n... print 'finish', a\n... return a**2\n... \n>>> tm = threadmap.ThreadMap()\n>>> tm.map(testfun, range(10))\n\nLicense\n-------\n\nGNU General Public License v3 or later\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/informationsea/threadmap", "keywords": null, "license": "GPLv3+", "maintainer": null, "maintainer_email": null, "name": "threadmap", "package_url": "https://pypi.org/project/threadmap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/threadmap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/informationsea/threadmap" }, "release_url": "https://pypi.org/project/threadmap/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Multi-thread map", "version": "0.1.1" }, "last_serial": 800572, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e82440c09c4ddd163b5bc3dc5e2dc7c7", "sha256": "bb90f2e733219c5477938b9e716c24fb06eb52787ee0f177dbf403a0b8b551a7" }, "downloads": -1, "filename": "threadmap-0.1.tar.gz", "has_sig": false, "md5_digest": "e82440c09c4ddd163b5bc3dc5e2dc7c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1242, "upload_time": "2013-03-07T14:09:09", "url": "https://files.pythonhosted.org/packages/92/8c/bc97d4841204fb84179263f80b38f6e6c252a0224667ec1aa2e7fd45113f/threadmap-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c438425914a3597a54b1a33ab44beed6", "sha256": "2f2176707ae9fa097146c1e56de3c130a231487c10c5f09e9ae591d64483ea48" }, "downloads": -1, "filename": "threadmap-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c438425914a3597a54b1a33ab44beed6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1387, "upload_time": "2013-03-07T14:13:35", "url": "https://files.pythonhosted.org/packages/79/26/c9fdb0e5b648c8b2284a8fd2a6e5df61111b4f98d4912036b1e8ba01384c/threadmap-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c438425914a3597a54b1a33ab44beed6", "sha256": "2f2176707ae9fa097146c1e56de3c130a231487c10c5f09e9ae591d64483ea48" }, "downloads": -1, "filename": "threadmap-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c438425914a3597a54b1a33ab44beed6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1387, "upload_time": "2013-03-07T14:13:35", "url": "https://files.pythonhosted.org/packages/79/26/c9fdb0e5b648c8b2284a8fd2a6e5df61111b4f98d4912036b1e8ba01384c/threadmap-0.1.1.tar.gz" } ] }