{ "info": { "author": "Sa\u00fal Ibarra Corretg\u00e9", "author_email": "saghul@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "==============================\nA Tornado IOLoop based on pyuv\n==============================\n\n.. image:: https://travis-ci.org/saghul/tornaduv.svg?branch=master\n :target: https://travis-ci.org/saghul/tornaduv\n :alt: Build status\n\n.. image:: https://pypip.in/download/tornaduv/badge.png\n :target: https://pypi.python.org/pypi/tornaduv/\n :alt: Downloads\n\n.. image:: https://pypip.in/version/tornaduv/badge.png\n :target: https://pypi.python.org/pypi/tornaduv/\n :alt: Latest Version\n\n.. image:: https://pypip.in/license/tornaduv/badge.png\n :target: https://pypi.python.org/pypi/tornaduv/\n :alt: License\n\n\ntornaduv is a `Tornado `_ IOLoop implementation\nwhich uses `pyuv `_ as the networking library instead\nof the builtin epoll and kqueue pollers included in Tornado.\n\npyuv is a Python interface for libuv, a high performance asynchronous\nnetworking library used as the platform layer for NodeJS.\n\n\nInstallation\n============\n\ntornaduv requires pyuv >= 1.0.0 and Tornado >= 3.0.\n\n::\n\n pip install git+https://github.com/saghul/tornaduv.git\n\n\n**NOTE:** If you are using Tornado 2.4.x you need to use the 'tornado24' branch\nor the 0.2.x versions of tornaduv.\n\n\nUsing it\n========\n\nIn order to use tornaduv, Tornado needs to be instructed to use\nour IOLoop. In order to do that add the following lines at the beginning\nof your project:\n\n::\n\n from tornado.ioloop import IOLoop\n from tornaduv import UVLoop\n IOLoop.configure(UVLoop)\n\n\nTesting\n=======\n\nIf you want to run the Tornado test suite using tornaduv run the following command:\n\n::\n\n python -m tornado.test.runtests --ioloop='tornaduv.UVLoop' --verbose\n\n\nAuthor\n======\n\nSa\u00fal Ibarra Corretg\u00e9 \n\n\nLicense\n=======\n\ntornaduv uses the MIT license, check LICENSE file.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/saghul/tornaduv", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "tornaduv", "package_url": "https://pypi.org/project/tornaduv/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tornaduv/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/saghul/tornaduv" }, "release_url": "https://pypi.org/project/tornaduv/0.4.0/", "requires_dist": null, "requires_python": null, "summary": "Tornado IOLoop implementation with pyuv", "version": "0.4.0" }, "last_serial": 1338057, "releases": { "0.3.1": [], "0.4.0": [ { "comment_text": "", "digests": { "md5": "5cf8bd6508e78df658365342e85dc775", "sha256": "7eb8518afac4a52892ed115434db96e24f63df8d07be1fb3f5bb81caaff0d5e0" }, "downloads": -1, "filename": "tornaduv-0.4.0.tar.gz", "has_sig": false, "md5_digest": "5cf8bd6508e78df658365342e85dc775", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6052, "upload_time": "2014-12-10T08:25:37", "url": "https://files.pythonhosted.org/packages/5d/84/a479583e1b2c02ec6766c62cf2a1df942ac944745c1ff8ccd8ab2fa449c5/tornaduv-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5cf8bd6508e78df658365342e85dc775", "sha256": "7eb8518afac4a52892ed115434db96e24f63df8d07be1fb3f5bb81caaff0d5e0" }, "downloads": -1, "filename": "tornaduv-0.4.0.tar.gz", "has_sig": false, "md5_digest": "5cf8bd6508e78df658365342e85dc775", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6052, "upload_time": "2014-12-10T08:25:37", "url": "https://files.pythonhosted.org/packages/5d/84/a479583e1b2c02ec6766c62cf2a1df942ac944745c1ff8ccd8ab2fa449c5/tornaduv-0.4.0.tar.gz" } ] }