{ "info": { "author": "Andrey Petrov", "author_email": "andrey.petrov@shazow.net", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Performing tasks in many threads made fun!\n\nThis module facilitates distributing simple operations into jobs that are sent\nto worker threads, maintained by a pool object.\n\nIt consists of these components:\n\n 1. Jobs, which are single units of work that need to be performed.\n 2. Workers, who grab jobs from a queue and perform them.\n 3. Worker pool, which keeps track of workers and the job queue.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/shazow/workerpool", "keywords": "pooling threading jobs", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "workerpool", "package_url": "https://pypi.org/project/workerpool/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/workerpool/", "project_urls": { "Homepage": "https://github.com/shazow/workerpool" }, "release_url": "https://pypi.org/project/workerpool/0.9.4/", "requires_dist": null, "requires_python": null, "summary": "Module for distributing jobs to a pool of worker threads.", "version": "0.9.4" }, "last_serial": 1652214, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "b5174d653d7413a5d7e2ae94829cfdb0", "sha256": "da456187f39a84ee753ae4849f2e514a0d4a5cdc00ecff2e5dcd8026c1b6c814" }, "downloads": -1, "filename": "workerpool-0.9.tar.gz", "has_sig": false, "md5_digest": "b5174d653d7413a5d7e2ae94829cfdb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6424, "upload_time": "2008-02-25T03:34:26", "url": "https://files.pythonhosted.org/packages/52/57/a66300d4fead16cfc1e7b0fa39de756cd6bb1d51e42ad46607d378c75dac/workerpool-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "93af639294a9a11d2764781bf870173c", "sha256": "b61745124c77678d27f7da8801765f7811617b37e5838c7e14039a8bad790864" }, "downloads": -1, "filename": "workerpool-0.9.1.tar.gz", "has_sig": false, "md5_digest": "93af639294a9a11d2764781bf870173c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7001, "upload_time": "2008-03-03T02:48:06", "url": "https://files.pythonhosted.org/packages/3c/63/f8a3a6ecd7403f593e2f8fc9a81f40e1ae016798934512ea4dfce8e5a5a2/workerpool-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "42904070f1a58f2a7b7276b22134375b", "sha256": "ab2eaf05e236140c62c7411d13ecc4ddedc365966282719a35afc53043c00f82" }, "downloads": -1, "filename": "workerpool-0.9.2.tar.gz", "has_sig": false, "md5_digest": "42904070f1a58f2a7b7276b22134375b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7747, "upload_time": "2008-03-10T16:42:20", "url": "https://files.pythonhosted.org/packages/ed/f9/9738d99c9cf712bd3ac01f0ebf26538beaf8d048bc9f455e4e2ded57ab8f/workerpool-0.9.2.tar.gz" } ], "0.9.3": [], "0.9.4": [ { "comment_text": "", "digests": { "md5": "eee5059aa62466242ea00ffb8281361c", "sha256": "ab455db0de007723cee44c86d37c2575747f158768289bf02e2791f3b1e006fd" }, "downloads": -1, "filename": "workerpool-0.9.4.tar.gz", "has_sig": false, "md5_digest": "eee5059aa62466242ea00ffb8281361c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5409, "upload_time": "2015-07-27T20:31:48", "url": "https://files.pythonhosted.org/packages/72/8f/bdd065135fc6b51624c1e1f4854c141100faf2ba95c78c288453b85d6dac/workerpool-0.9.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eee5059aa62466242ea00ffb8281361c", "sha256": "ab455db0de007723cee44c86d37c2575747f158768289bf02e2791f3b1e006fd" }, "downloads": -1, "filename": "workerpool-0.9.4.tar.gz", "has_sig": false, "md5_digest": "eee5059aa62466242ea00ffb8281361c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5409, "upload_time": "2015-07-27T20:31:48", "url": "https://files.pythonhosted.org/packages/72/8f/bdd065135fc6b51624c1e1f4854c141100faf2ba95c78c288453b85d6dac/workerpool-0.9.4.tar.gz" } ] }