A free and lightweight framework for creating WSGI web applications
Version: 0.2.1bobo is a lightweight, open source and free framework for developing WSGI based web applications.
License: Free
Operating System: Mac OS X
Homepage: pypi.python.org
Developed by:
bobo provides 2 features:
· Mapping URLs to objects
· Calling objects to generate HTTP responses
bobo doesn’t have a templateing language, a database integration layer, or a number of other features that can be provided by WSGI middle-ware or application-specific libraries.
bobo builds on other frameworks, most notably WSGI and WebOb.