<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>SQLObject</name>
<shortdesc>Object-Relational Manager, aka database wrapper</shortdesc>
<description>SQLObject is a popular *Object Relational Manager* for providing an
object interface to your database, with tables as classes, rows as
instances, and columns as attributes.

SQLObject includes a Python-object-based query language that makes SQL
more abstract, and provides substantial database independence for
applications.

Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (SAPDB).

The trunk is available in a `Subversion repository
&lt;http://svn.sqlobject.org/SQLObject/trunk#egg=SQLObject-dev&gt;`_ installable with
``easy_install SQLObject==dev``

The 0.7 bugfix branch is `also available
&lt;http://svn.sqlobject.org/SQLObject/branches/0.7#egg=SQLObject-bugfix&gt;`_
installable with ``easy_install SQLObject==bugfix``.</description>
<download-page>http://cheeseshop.python.org/pypi/SQLObject/0.7.7</download-page>
<homepage rdf:resource="http://sqlobject.org" />
<maintainer><foaf:Person><foaf:name>Ian Bicking</foaf:name>
<foaf:mbox_sha1sum>1630a5dec536c87a376fa91c571508b6c54e21fa</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.7.7</revision></Version></release>
</Project></rdf:RDF>