It addresses 2 problems: papping URLs to objects and calling objects to generate HTTP responses.
Bobo doesn't have a templating language, a database integration layer, or a number of other features that are better provided by WSGI middle-ware or application-specific libraries.
Bobo builds on other frameworks, most notably WSGI and WebOb.
What's New in This Release: [ read full changelog ]
· Minimum supported Python version is 2.6.
· Updated to work with webob 1.2
· Added backtracking when searching for resources to deal with a case when a route doesn't handle a request method, but a later-matching route does.
· Bobo now catches application exceptions and generates 500 responses by default.