<?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>psycopg2</name>
<shortdesc>Python-PostgreSQL Database Adapter</shortdesc>
<description>Psycopg is a PostgreSQL database adapter for the Python programming language.
Its main advantages are that it supports the full Python DBAPI 2.0 and it is
thread safe at level 2. It was designed for heavily multi-threaded applications
that create and destroy lots of cursors and make a conspicuous number of
concurrent INSERTs or UPDATEs. The psycopg distribution includes ZPsycopgDA, a
Zope Database Adapter.

Psycopg 2 is an almost complete rewrite of the psycopg 1.1.x branch. Psycopg 2
features complete libpq v3 protocol COPY TO/COPY FROM and full object adaptation
for all basic Python 2.3 types: strings (including unicode), ints, longs,
floats, buffers (binary objects), booleans, mx.DateTime and builtin datetime
types. It also supports unicode queries and Python lists mapped to PostgreSQL
arrays.</description>
<download-page>http://initd.org/pub/software/psycopg/</download-page>
<homepage rdf:resource="http://initd.org/projects/psycopg2" />
<maintainer><foaf:Person><foaf:name>Jeroen Ruigrok van der Werven</foaf:name>
<foaf:mbox_sha1sum>ff1528b8febea3b8c864458751856bbf6ae88550</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>2.0.5.1</revision></Version></release>
</Project></rdf:RDF>