{ "info": { "author": "Kai Groner", "author_email": "kai@gronr.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3.5" ], "description": "==========\nalternator\n==========\n\nAlternator provides tools to ease the creation of `asynchronous generators`__.\n\n__ https://www.python.org/dev/peps/pep-0492/\n\n\nSynchronous generators are pretty easy to create and manipulate in Python. In\nPython 3.5 asynchronous generators are possible. Consuming them with ``async\nfor`` is pretty nice, but creating them is a fairly manual process.\n\nMaybe a future version of Python will correct this imbalance.\n\nOr maybe we can fix it with TOOLS!", "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/groner/alternator.py/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "alternator", "package_url": "https://pypi.org/project/alternator/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/alternator/", "project_urls": { "Homepage": "https://github.com/groner/alternator.py/" }, "release_url": "https://pypi.org/project/alternator/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Create asynchronous generators from coroutines", "version": "0.1.1" }, "last_serial": 1647568, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "830b1013028e382e7e1522c511e898ba", "sha256": "f0c7bdff179513d21f91b99b7df15f5026c7c03b1884ff1a0f8c3194dd2372ff" }, "downloads": -1, "filename": "alternator-0.1.1.tar.gz", "has_sig": false, "md5_digest": "830b1013028e382e7e1522c511e898ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5076, "upload_time": "2015-07-24T03:26:21", "url": "https://files.pythonhosted.org/packages/c1/82/624b2a2975ed5e55fbd0af4d9625d820b696fa1efb1f170cb1a3e6ee5204/alternator-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "830b1013028e382e7e1522c511e898ba", "sha256": "f0c7bdff179513d21f91b99b7df15f5026c7c03b1884ff1a0f8c3194dd2372ff" }, "downloads": -1, "filename": "alternator-0.1.1.tar.gz", "has_sig": false, "md5_digest": "830b1013028e382e7e1522c511e898ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5076, "upload_time": "2015-07-24T03:26:21", "url": "https://files.pythonhosted.org/packages/c1/82/624b2a2975ed5e55fbd0af4d9625d820b696fa1efb1f170cb1a3e6ee5204/alternator-0.1.1.tar.gz" } ] }