Metadata-Version: 2.0
Name: aiowsgi
Version: 0.6
Summary: minimalist wsgi server using asyncio
Home-page: https://github.com/gawel/aiowsgi/
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: MIT
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
Requires-Dist: waitress
Requires-Dist: webob
Provides-Extra: test
Requires-Dist: WSGIProxy2; extra == 'test'
Requires-Dist: coverage; extra == 'test'
Requires-Dist: coveralls; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: webtest; extra == 'test'

================================================
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://pypip.in/v/aiowsgi/badge.png
   :target: https://crate.io/packages/aiowsgi/
.. image:: https://pypip.in/d/aiowsgi/badge.png
   :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/


