Metadata-Version: 1.1
Name: Trololio
Version: 1.0
Summary: Trollius and asyncio compatibility library
Home-page: http://github.com/ThinkChaos/Trololio/
Author: ThinkChaos
Author-email: ThinkChaos@users.noreply.github.com
License: MIT
Description: ####################################################
        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>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
