Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
/ bobo Public archive

Lightweight web framework that only does publishing.

Notifications You must be signed in to change notification settings

zopefoundation/bobo

Repository files navigation

Caution!

This repository has been archived. If you want to work on it please open a ticket in https://github.com/zopefoundation/meta/issues requesting its unarchival.

Bobo

Bobo is a light-weight framework for creating WSGI web applications.

Its goal is to be easy to use and remember.

It addresses 2 problems:

  • Mapping URLs to objects
  • 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.

To learn more. visit: http://bobo.readthedocs.io