Download List

Project Description

4Suite is a Python-based toolkit for XML and RDF application development. It features a library of integrated tools for XML processing, implementing open technologies such as DOM, RDF, XSLT, XInclude, XPointer, XLink, XPath, XUpdate, RELAX NG, and XML/SGML Catalogs. Layered upon this is an XML and RDF data repository and server, which supports multiple methods of data access, query, indexing, transformation, rich linking, and rule processing, and provides the data infrastructure of a full database system, including transactions, concurrency, access control, and management tools. It also supports HTTP, RPC, SOAP, and FTP, plus APIs in Python and XSLT.

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.

2005-04-17 22:44
1.0b1

This release features minor to huge performance increases throughout the core libraries (XML parsing, XSLT stylesheet reading, and XPath evaluation are remarkably faster). All dependencies on PyExpat are gone. XML_CATALOG_FILES env var support was added. Security risk XPath extension functions are now disabled by default. XLink, XUpdate, and RDFS support was improved. Berkeley DB (bsddb) drivers were added. MySQL drivers were optimized. There are many more bugfixes and enhancements.
Tags: Development, Minor feature enhancements

2004-11-20 11:04
1.0a4

Python 2.2.1 is now the oldest supported version. Numerous enhancements were made, including the ability in domlettes to control the encoding for parsing, the ability to parse from general entities, and a .xpath() convenience method on nodes. In the repository a MySQL driver was included, the Flat File driver is no longer flat, the API restructured, and an ftss URI scheme is used throughout. Scoping functions were included for Versa. The XPath and XSLT extensions were pruned for consistency with EXSLT. Minor API changes were made. There were also bugfixes and other improvements.
Tags: Development, Major feature enhancements

2003-07-30 19:57
1.0a3

Specific changes from 1.0a1 were not documented for this release, but as usual, the focus was on squashing bugs and making minor feature enhancements. In any case, users of older versions are strongly encouraged to upgrade. The next release will have many major bugfixes, including memory leaks, so the adventurous are encouraged to get the development version from CVS.
Tags: Development, Minor bugfixes

2003-05-17 21:58
1.0a1

Rather than tag the next release 0.12.0b1, it is tagged 1.0a1, indicating intent to have a full "1.0" release-quality product when this development cycle is finished. Changes from 0.12.0a3 to 1.0a1 are numerous and undocumented. Suffice it to say that there are enough bugfixes to warrant upgrading.
Tags: Development, Major bugfixes

2002-12-27 22:42
0.12.0a3

This is a complete rewrite, including numerous bugfixes, enhancements, repository tools, demos (no longer a separate download), some changed Python APIs, a C-based lightweight DOM (Domlette) for speed (Python-based minidom still available), an RDF query engine (Versa syntax), simplified Web app development, a Dashboard for a browser-based interface to the repository, and RDF visualization (GraphViz required). Docs are currently sketchy. The PyXML dependency has mostly been lifted.
Tags: Development, Major feature enhancements

Project Resources