{"id":1990823,"url":"https://github.com/saghul/tornaduv","last_synced_at":"2025-03-16T09:33:42.876Z","repository":{"id":3473919,"uuid":"4528910","full_name":"saghul/tornaduv","owner":"saghul","description":"Tornado IOLoop implemented with pyuv","archived":false,"fork":false,"pushed_at":"2018-03-04T20:14:02.000Z","size":72,"stargazers_count":95,"open_issues_count":2,"forks_count":15,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-27T07:13:23.913Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saghul.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-02T12:01:12.000Z","updated_at":"2024-11-28T16:30:09.000Z","dependencies_parsed_at":"2022-09-12T14:34:14.359Z","dependency_job_id":null,"html_url":"https://github.com/saghul/tornaduv","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Ftornaduv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Ftornaduv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Ftornaduv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Ftornaduv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saghul","download_url":"https://codeload.github.com/saghul/tornaduv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809888,"owners_count":20351407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-20T15:38:48.504Z","updated_at":"2025-03-16T09:33:42.457Z","avatar_url":"https://github.com/saghul.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"==============================\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 \u003chttp://www.tornadoweb.org/\u003e`_ IOLoop implementation\nwhich uses `pyuv \u003chttp://github.com/saghul/pyuv\u003e`_ 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 \u003e= 1.0.0 and Tornado \u003e= 3.0.\n\n::\n\n    pip install 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\nAuthors\n=======\n\nSaúl Ibarra Corretgé \u003csaghul@gmail.com\u003e\nMarc Schlaich \u003cmarc.schlaich@gmail.com\u003e\n\n\nLicense\n=======\n\ntornaduv uses the MIT license, check LICENSE file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaghul%2Ftornaduv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaghul%2Ftornaduv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaghul%2Ftornaduv/lists"}