<?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>antiorm</name>
<shortdesc>A Pythonic Helper for DBAPI-2.0 SQL Access</shortdesc>
<description>Anti-ORM is not an ORM, and it certainly does not want to be.  Anti-ORM is a
simple Python module that provides a pythonic syntax for making it more
convenient to build SQL queries over the DBAPI-2.0 interface.

In practice, if you're the kind of person that likes it to the bare metal, it's
almost as good as the ORMs.  At least there is no magic, and it just works.</description>
<homepage rdf:resource="http://furius.ca/antiorm" />
<maintainer><foaf:Person><foaf:name>Martin Blais</foaf:name>
<foaf:mbox_sha1sum>e59ffa5104aab9e39b74655a44a027a5553c7d6f</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.1.1</revision></Version></release>
</Project></rdf:RDF>