.. _libraries: ++++++++++++++++++ Trollius Libraries ++++++++++++++++++ .. warning:: :ref:`The Trollius project is now deprecated! ` Libraries compatible with asyncio and trollius ============================================== * `aioeventlet `_: asyncio API implemented on top of eventlet * `aiogevent `_: asyncio API implemented on top of gevent * `AutobahnPython `_: WebSocket & WAMP for Python, it works on Trollius (Python 2.6 and 2.7), asyncio (Python 3.3) and Python 3.4 (asyncio), and also on Twisted. * `Pulsar `_: Event driven concurrent framework for Python. With pulsar you can write asynchronous servers performing one or several activities in different threads and/or processes. Trollius 0.3 requires Pulsar 0.8.2 or later. Pulsar uses the ``asyncio`` module if available, or import ``trollius``. * `Tornado `_ supports asyncio and Trollius since Tornado 3.2: `tornado.platform.asyncio — Bridge between asyncio and Tornado `_. It tries to import asyncio or fallback on importing trollius. Specific Ports ============== * `trollius-redis `_: A port of `asyncio-redis `_ to trollius