Metadata-Version: 2.1
Name: necrophos-wsgi
Version: 0.0.4
Summary: wsgi-like server based on asyncio
Home-page: https://github.com/lexdene/necrophos-wsgi
Author: Elephant Liu
Author-email: lexdene@gmail.com
License: GPLv3
Platform: UNKNOWN

Necrophos wsgi
==============

similar to pep 333 but base on asyncio

usage
-----

.. code-block:: shell

    necrophos_wsgi --port 8080 --app tests.test_app:old_simple_app


