{"id":18763781,"url":"https://github.com/roverdotcom/trollius","last_synced_at":"2025-12-06T05:30:23.043Z","repository":{"id":146067610,"uuid":"199528129","full_name":"roverdotcom/trollius","owner":"roverdotcom","description":"trollius mirror-fork","archived":false,"fork":false,"pushed_at":"2019-07-29T21:28:58.000Z","size":1605,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T05:27:14.752Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roverdotcom.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-29T21:19:35.000Z","updated_at":"2021-08-05T19:41:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"31077a16-ee44-4442-963b-9c6d5b0781e1","html_url":"https://github.com/roverdotcom/trollius","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roverdotcom%2Ftrollius","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roverdotcom%2Ftrollius/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roverdotcom%2Ftrollius/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roverdotcom%2Ftrollius/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roverdotcom","download_url":"https://codeload.github.com/roverdotcom/trollius/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239661868,"owners_count":19676411,"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-11-07T18:27:26.275Z","updated_at":"2025-12-06T05:30:17.631Z","avatar_url":"https://github.com/roverdotcom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========\nTrollius\n========\n\n.. image:: http://unmaintained.tech/badge.svg\n   :target: http://unmaintained.tech/\n   :alt: No Maintenance Intended\n\nTrollius provides infrastructure for writing single-threaded concurrent\ncode using coroutines, multiplexing I/O access over sockets and other\nresources, running network clients and servers, and other related primitives.\nHere is a more detailed list of the package contents:\n\n* a pluggable event loop with various system-specific implementations;\n\n* transport and protocol abstractions (similar to those in `Twisted\n  \u003chttp://twistedmatrix.com/\u003e`_);\n\n* concrete support for TCP, UDP, SSL, subprocess pipes, delayed calls, and\n  others (some may be system-dependent);\n\n* a ``Future`` class that mimics the one in the ``concurrent.futures`` module,\n  but adapted for use with the event loop;\n\n* coroutines and tasks based on generators (``yield``), to help write\n  concurrent code in a sequential fashion;\n\n* cancellation support for ``Future``\\s and coroutines;\n\n* synchronization primitives for use between coroutines in a single thread,\n  mimicking those in the ``threading`` module;\n\n* an interface for passing work off to a threadpool, for times when you\n  absolutely, positively have to use a library that makes blocking I/O calls.\n\nTrollius is a portage of the `asyncio project\n\u003chttps://github.com/python/asyncio\u003e`_ (`PEP 3156\n\u003chttp://legacy.python.org/dev/peps/pep-3156/\u003e`_) on Python 2. Trollius works on\nPython 2.6-3.5. It has been tested on Windows, Linux, Mac OS X, FreeBSD and\nOpenIndiana.\n\n* `Asyncio documentation \u003chttp://docs.python.org/dev/library/asyncio.html\u003e`_\n* `Trollius project in the Python Cheeseshop (PyPI)\n  \u003chttps://pypi.python.org/pypi/trollius\u003e`_\n* `Trollius project at Github \u003chttps://github.com/vstinner/trollius\u003e`_\n  (bug tracker, source code)\n* Copyright/license: Open source, Apache 2.0. Enjoy!\n\nSee also the `asyncio project at Github \u003chttps://github.com/python/asyncio\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froverdotcom%2Ftrollius","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froverdotcom%2Ftrollius","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froverdotcom%2Ftrollius/lists"}