Announcing bobo
[Posted June 16, 2009 by cook]
| From: |
| Jim Fulton <jim-AT-zope.com> |
| To: |
| python-announce-AT-python.org |
| Subject: |
| Announcing bobo |
| Date: |
| Tue, 16 Jun 2009 05:35:50 -0400 |
| Message-ID: |
| <0BA46CA7-CF59-4D22-8224-7D99CE6BD18C@zope.com> |
Bobo is a light-weight framework for creating WSGI web applications.
It's goal is to be easy to use and remember. You don't have to be a
genius.
It addresses 2 problems:
- 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.
To learn more. visit: http://bobo.digicool.com
Jim
--
Jim Fulton
Zope Corporation
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html