Metadata-Version: 2.1
Name: aiowsgi
Version: 0.7
Summary: minimalist wsgi server using asyncio
Home-page: https://github.com/gawel/aiowsgi/
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: MIT
Description: ================================================
        aiowsgi - minimalist wsgi server using asyncio
        ================================================
        
        .. image:: https://travis-ci.org/gawel/aiowsgi.png?branch=master
          :target: https://travis-ci.org/gawel/aiowsgi
        .. image:: https://coveralls.io/repos/gawel/aiowsgi/badge.png?branch=master
          :target: https://coveralls.io/r/gawel/aiowsgi?branch=master
        .. image:: https://img.shields.io/pypi/v/aiowsgi.svg
           :target: https://crate.io/packages/aiowsgi/
        .. image:: https://img.shields.io/pypi/dm/aiowsgi.svg
           :target: https://crate.io/packages/aiowsgi/
        
        Require python 2.7, 3.3+
        
        Source: https://github.com/gawel/aiowsgi/
        
        Docs: https://aiowsgi.readthedocs.org/
        
        You like it ? => https://www.gittip.com/gawel/
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: MIT License
Provides-Extra: test
