{ "info": { "author": "Vladimir Kryachko", "author_email": "v.kryachko@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "Task locals support for tulip/asyncio\n~~~~~~~~~~~~~~~~~~~~~\n\nIt provides Task local storage similar to python's threading.local\nbut for Tasks in asyncio.\n\nUsing task locals has some caveats:\n\n* Unlike thread locals, where you are always sure that at least one thread is running(namely main thread), Task locals are available only in the context of a running Task. So if you try to access a task local from outside a Task you will get a RuntimeError.\n* Be aware that using asyncio.async, asyncio.wait, asyncio.gather, asyncio.shield and friends launches a new task, so these coroutines will have its own local storage.\n\nFor more information on using locals see the docs for threading.local in python's standard library\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tasklocals", "package_url": "https://pypi.org/project/tasklocals/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tasklocals/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/tasklocals/0.2/", "requires_dist": null, "requires_python": null, "summary": "Task locals for Tulip/asyncio", "version": "0.2" }, "last_serial": 1579078, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "338aca978f7b19c3678766e005922d66", "sha256": "9fe0e8810d2be634f4bed5c144c60fd324ad6613be0218e7ad5861655e52d04a" }, "downloads": -1, "filename": "tasklocals-0.1.tar.gz", "has_sig": false, "md5_digest": "338aca978f7b19c3678766e005922d66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2370, "upload_time": "2013-12-06T02:34:12", "url": "https://files.pythonhosted.org/packages/fc/c8/c9875fba72e027525175b2a1cbfa912c19da82222001d38c1d998109c102/tasklocals-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "275f666ce0a28605e13959e87ddc4973", "sha256": "c285a55a5578ab234c1fb6579aa9a9d6d1b01b0f0c070e4ad1763396870ab7f4" }, "downloads": -1, "filename": "tasklocals-0.2.tar.gz", "has_sig": false, "md5_digest": "275f666ce0a28605e13959e87ddc4973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2393, "upload_time": "2015-06-05T02:03:31", "url": "https://files.pythonhosted.org/packages/06/38/c228770a8c8cfab3b99ec3d9b8d84dc9f0736c2e18a6642000789767a968/tasklocals-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "275f666ce0a28605e13959e87ddc4973", "sha256": "c285a55a5578ab234c1fb6579aa9a9d6d1b01b0f0c070e4ad1763396870ab7f4" }, "downloads": -1, "filename": "tasklocals-0.2.tar.gz", "has_sig": false, "md5_digest": "275f666ce0a28605e13959e87ddc4973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2393, "upload_time": "2015-06-05T02:03:31", "url": "https://files.pythonhosted.org/packages/06/38/c228770a8c8cfab3b99ec3d9b8d84dc9f0736c2e18a6642000789767a968/tasklocals-0.2.tar.gz" } ] }