Download List

Project Description

itools is a collection of Python libraries which provides a wide range of capabilities, including an abstraction over directory and file resources, a search engine, type marshallers, datatype schemas, i18n support, URI handlers, a Web programming interface, a workflow interface, and support for data formats such as (X)HTML, XML, iCalendar, RSS 2.0, and XLIFF.

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-07-17 13:59
0.13.8

Most importantly in this release, the Web server
now loads the requests and sends the responses in
non-blocking mode. There is a new sub-package:
itools.http, split from itools.web. Other changes
include user interface improvements to itools.cms.
Tags: Minor feature enhancements

2006-07-04 15:16
0.13.7

This is a minor release whose most notable change
is the improvement of the Index & Search API of
CSV handlers. There are also fixes for itools.web
(access logging and parsing of HTTP dates) and for
the inline HTML editor of itools.cms.
Tags: Minor bugfixes

2006-06-28 15:08
0.13.6

This release brings a set of minor API
improvements accross different packages (uri,
datatypes, csv, ical, and stl), better error
logging in itools.web, and a new handler for
Restructured Text. The usual bugfixes were made,
in particular, the lazy load patch introduced with
0.13.5 has been reverted, as it was buggy.
Tags: Minor feature enhancements

2006-06-07 17:43
0.13.5

This release fixes a critical bug in itools.cms
where the synchronization of the backup database
did not work properly. Lazy loading of binary file
handlers is done. Serialization of CSV files was
fixed to escape double quotes. The view for
browsing images was improved.
Tags: Major bugfixes

2006-05-22 20:23
0.13.4

The most important changes include support for archive files (tar and zip), the new parametrer address for the CMS config file, encryption of the password in the authentication cookie, and more robust transactions.
Tags: Minor feature enhancements

Project Resources