Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 795 Bytes

Readme.md

File metadata and controls

17 lines (10 loc) · 795 Bytes

pv

minimal wsgi framework.

pip install pv

This is more or less a blatant rip off of one of the earliest releases of tornado, if not the earliest. I rewrote some parts of web and wsgi modules to my pleasure and for app engine compatibility.

This is from 2010 or something, so don't expect much, I am not thinking of maintaining this any further. Check out webapp2, Flask or tornado herself. Still most of the wsgi apis are pretty much same, I'd suggest reverse engineering yours too.

My personal site is built on pv, you can see its source for example usage.

license

mit