{ "info": { "author": "Paul Annetts", "author_email": "paul@hutoma.ai", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: AsyncIO", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only" ], "description": "# Async Process Pool and Queue\n\nThis contains an `asyncio` aware multiprocessing utility that allows work to be scheduled across multiple processes.\n\nIt consists of the following sub-utilities:\n- Async Process Queue: allows awaitable cross-process queues\n- Process Pool: allows for a pool of processes to be created which can take work. \nCommunication to these processes is via an async process queue.\n- Watchdog: a asyncio implementation of a watchdog timer. It will fire an action if it is not reset within a set time. For example: re-registering a worker if a heartbeat signal is not received at least every 5 seconds.\n\n## Requirements\nThis library requires Python 3.7 or greater to be able to run. The library package installer will block attempts to use Python 3.6 or lower.\n\nThe library is tested on Python 3.7, taking advantage of significant improvements to the `asyncio` API and implementation in Python.\nIt is tested most heavily on Debian/Ubuntu Linux, but known to work on Microsoft Windows.", "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/hutomadotAI/async-process-pool", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "async-process-pool", "package_url": "https://pypi.org/project/async-process-pool/", "platform": "", "project_url": "https://pypi.org/project/async-process-pool/", "project_urls": { "Homepage": "https://github.com/hutomadotAI/async-process-pool" }, "release_url": "https://pypi.org/project/async-process-pool/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Async Process Pool and Queue", "version": "0.0.2" }, "last_serial": 4925319, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "479506386a4c712692383338d931b11d", "sha256": "523a877f8ea1c6832692d6760caa671b2fc2cd4199159bab3e35dac73ae7d4df" }, "downloads": -1, "filename": "async_process_pool-0.0.2.tar.gz", "has_sig": false, "md5_digest": "479506386a4c712692383338d931b11d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7580, "upload_time": "2019-03-04T15:45:59", "url": "https://files.pythonhosted.org/packages/d0/c3/3eaf1c85e5d24493917aad916b9285845869215d7dad1bbd8b4bf02321d6/async_process_pool-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "479506386a4c712692383338d931b11d", "sha256": "523a877f8ea1c6832692d6760caa671b2fc2cd4199159bab3e35dac73ae7d4df" }, "downloads": -1, "filename": "async_process_pool-0.0.2.tar.gz", "has_sig": false, "md5_digest": "479506386a4c712692383338d931b11d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7580, "upload_time": "2019-03-04T15:45:59", "url": "https://files.pythonhosted.org/packages/d0/c3/3eaf1c85e5d24493917aad916b9285845869215d7dad1bbd8b4bf02321d6/async_process_pool-0.0.2.tar.gz" } ] }