WebDispatch 1.0 Beta 4

WebDispatch is dispatcher collection for WSGI application. That has no dependency to exsiting frameworks, but works fine with WebOb.Dispatch and Generate URLdispatch with url patterns.example helo application:>>> from webob.dec import wsgify>>>...