1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
####################################################
Trololio: Trollius and asyncio compatibility library
####################################################
Trololio provides a compatibility layer for Trollius and asyncio (aka Tulip).
It addresses the differences listed in `Trollius and Tulip
<http://trollius.readthedocs.org/asyncio.html>`_:
* Allows the use of Trollius' syntax with asyncio.
* Provides missing objects and aliases for the others.
* Synchronizes debug environnement variables.
*****
Links
*****
* `Trololio documentation <http://trololio.readthedocs.org/>`_
* `Trollius documentation <http://trollius.readthedocs.org/>`_
* `asyncio documentation <https://docs.python.org/3/library/asyncio.html>`_
|