Metadata-Version: 1.2
Name: trio-aiohttp
Version: 0.2.2
Summary: Helpers for running aiohttp under Trio
Home-page: https://github.com/smurfix/trio-aiohttp
Author: Matthias Urlichs
Author-email: matthias@urlichs.de
License: GPLv3 or later
Description: trio-aiohttp
        ============
        
        Welcome to `trio-aiohttp <https://github.com/smurfix/trio-aiohttp>`__!
        
        This package contains helpers for running aiohttp under Trio. Specifically,
        it allows you to run a basic Trio-based web server, including WebSocket
        support.
        
        Licensing
        ---------
        
        Like trio, trio-asyncio is licensed under both the MIT and Apache licenses.
        Submitting patches or pull requests imply your acceptance of these licenses.
        
        
        
Keywords: html,server
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Framework :: Trio
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Trio
Requires-Python: >=3.5
