Code Monkey home page Code Monkey logo

bobo's Introduction

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.digicool.com

Change History

2.0.0 2014-02-09

  • Added Python 3 support!
  • Add decorators to define resource handlers for additional HTTP methods (put, get, head, delete, options).
  • With the addition of bobo.put, bobo.post was changed to no longer handle PUT requests.

1.0.0 2012-04-29

  • 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 generares 500 responses by default.

0.2.3 2012-03-12

Bugs fixed:

  • Sanitize the request path included in the message on the default 404 page.

0.2.2 2010-01-19

Bugs fixed:

  • An intended optmization to cache resource decorator computations didn't work, making request handling slower than it should have been.
  • URLs were sometimes treated as if they had extra slashes when traversing subroutes.
  • boboserver.File must explicitly open files in binary mode, which is not the default on Windows.

0.2.1 2009-06-16

Packaging update to update documentation.

0.2.0 2009-05-26

Initial Public Release

bobo's People

Contributors

benji-york avatar d2m avatar faassen avatar freddrake avatar kilink avatar mgedmin avatar strichter avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.