Download List

Project Description

ibo is a tool for developing Web-based interfaces
to relational databases. ibo1 is a translator from
an ad hoc language to C, ibo2 is an application
server for projects written in the same language
as ibo1, and ibo3 is a small set of Python
modules.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-09-28 13:57
3.5.52

ibo3 is finally using the standard logging system.
The user of the library sets up whatever handlers
it needs, and ibo3 will log its information into
it. Please note the new
http://ibo.sourceforge.net/ViewDotPy.html.
Tags: Minor feature enhancements

2006-09-26 16:01
3.5.45

This is a maintenance release. Various minor bugs have been corrected.

2006-09-26 16:01
3.5.48

This version makes it possible to initialize the
library using a dictionary containing all the
data. The advantage to this is that you can hold
your own configuration files. The undocumented
dependency from mx.DateTime was also removed. If
you're running on a recent Python, the standard
datetime library is loaded, falling back to
mx.DateTime only on older Python versions.
Tags: Minor feature enhancements

2006-09-04 15:08
3.5.40

A small bug was corrected which made it impossible
for programs to access the effective database
query (after translation from pyformat to whatever
the Python dbmodule expects).
Tags: Minor bugfixes

2006-09-02 11:26
3.5.39

Tags: Minor feature enhancements

Project Resources