{ "info": { "author": "Paul Litvak", "author_email": "litvakpol@012.net.il", "bugtrack_url": null, "classifiers": [], "description": "## poolhub\n\nTrack threads in your Python program.\n\n

\n \"poolhub\n

\n\n#### Installation\npoolhub is only compatible with Python 3\n> pip install poolhub\n\n#### Usage\n```\nimport poolhub\n```\n\nOnce you run your program, the web browser will open.\n\nTo set name and status in your thread:\n```\nt = threading.Thread(name=\"Thread no. 1\", status='Initializing thread', target=func)\n```\n\nTo update your thread's status:\n```\nt = threading.current_thread()\nt.status = \"Reporting in for duty\"\n```\n\n
\n\nWhen you terminate a thread, this raises a \n`KeyBoardInterrupt` inside the thread to terminate it.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tsarpaul/poolhub", "keywords": "multithreading,python,tool", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "poolhub", "package_url": "https://pypi.org/project/poolhub/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/poolhub/", "project_urls": { "Homepage": "https://github.com/tsarpaul/poolhub" }, "release_url": "https://pypi.org/project/poolhub/0.0.9/", "requires_dist": [ "aiohttp", "aiohttp-cors", "python-socketio" ], "requires_python": "", "summary": "Track threads in your Python program.", "version": "0.0.9" }, "last_serial": 2778368, "releases": { "0.0.9": [ { "comment_text": "", "digests": { "md5": "84b4b1051a48cf2e18a3e4c44d3c4433", "sha256": "cc8780f91de2c8edd9f33db3790cca6464db0ad87db4a697279507ba4ee8eaa3" }, "downloads": -1, "filename": "poolhub-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "84b4b1051a48cf2e18a3e4c44d3c4433", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 988544, "upload_time": "2017-04-11T12:23:14", "url": "https://files.pythonhosted.org/packages/77/b2/2b142c98eb4cc3920d1b50779e4a067e1725b7125db6cb08628457a0bc61/poolhub-0.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c69839edeaa39920d941522a46d7a8b6", "sha256": "93b320a5237036335df47740c49c92e7c26f5a6258abae074829b7a475e02b5c" }, "downloads": -1, "filename": "poolhub-0.0.9.tar.gz", "has_sig": false, "md5_digest": "c69839edeaa39920d941522a46d7a8b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 967265, "upload_time": "2017-04-11T12:23:22", "url": "https://files.pythonhosted.org/packages/3f/cd/7548404626a8ef80e8961a7cafcf90c3cab60ff1e32d82e508cf28fe7e33/poolhub-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "84b4b1051a48cf2e18a3e4c44d3c4433", "sha256": "cc8780f91de2c8edd9f33db3790cca6464db0ad87db4a697279507ba4ee8eaa3" }, "downloads": -1, "filename": "poolhub-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "84b4b1051a48cf2e18a3e4c44d3c4433", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 988544, "upload_time": "2017-04-11T12:23:14", "url": "https://files.pythonhosted.org/packages/77/b2/2b142c98eb4cc3920d1b50779e4a067e1725b7125db6cb08628457a0bc61/poolhub-0.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c69839edeaa39920d941522a46d7a8b6", "sha256": "93b320a5237036335df47740c49c92e7c26f5a6258abae074829b7a475e02b5c" }, "downloads": -1, "filename": "poolhub-0.0.9.tar.gz", "has_sig": false, "md5_digest": "c69839edeaa39920d941522a46d7a8b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 967265, "upload_time": "2017-04-11T12:23:22", "url": "https://files.pythonhosted.org/packages/3f/cd/7548404626a8ef80e8961a7cafcf90c3cab60ff1e32d82e508cf28fe7e33/poolhub-0.0.9.tar.gz" } ] }