Metadata-Version: 1.1
Name: aiohttp
Version: 0.2
Summary: http client/server for asyncio
Home-page: https://github.com/fafhrd91/aiohttp/
Author: Nikolay Kim
Author-email: fafhrd91@gmail.com
License: BSD
Description: http client/server for asyncio
        ==============================
        
        
        .. image:: https://secure.travis-ci.org/fafhrd91/aiohttp.png
          :target:  https://secure.travis-ci.org/fafhrd91/aiohttp
        
        .. image:: https://coveralls.io/repos/fafhrd91/aiohttp/badge.png?branch=master
          :target: https://coveralls.io/r/fafhrd91/aiohttp?branch=master
        
        
        
        Requirements
        ------------
        
        - Python 3.3
        
        - asyncio http://code.google.com/p/tulip/
        
        
        License
        -------
        
        aiohttp is offered under the BSD license.
        
        CHANGES
        =======
        
        0.2
        ---
        
        - Fix packaging
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP
