Geweb is an asyncronous micro web framework based on gevent.
pip install geweb
geweb init myproject
cd myproject
geweb run
|- myproject
|- myapp
|- templates/
|- tmpl1.html
|- tmpl2.html
|- ...
|- __init__.py
|- urls.py