zopefoundation / bobo

Lightweight web framework that only does publishing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lightweight web framework that only does publishing.


Languages

Language:Python 89.8%Language:HTML 3.7%Language:Makefile 3.3%Language:Batchfile 3.3%