Description
Builds Python web applications around object dispatch and WSGI. It is useful for developers who want a small framework for APIs or web services without adopting a larger full-stack framework.
It does not publish a service by itself. Network exposure, authentication, data access, and request handling depend on the application and server configuration built with it.