wsgi_lite 0.5 Alpha 2

wsgi_lite provides a better way to write WSGI apps and middleware.Wouldn't it be nice if writing correct WSGI middleware was this simple?>>> from wsgi_lite import lite, lighten>>> def latinator(app):...... # Make sure that `app` can be invoked via the...