psycopg2: Python/PostgreSQL database adapter1

psycopg2 is a PostgreSQL database adapter for the Python programming language. It is an almost complete rewrite of psycopg. It still supports all the features of psycopg but add real adaptation for Python to PostgreSQL type conversions, asynchronous queries, support for the Python built-in datetime module and the new (Python 2.4) Decimal type. 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.

... part of T2, get it here

URL: http://initd.org/projects/psycopg2

Author: Federico Di Gregorio <fog [at] initd [dot] org>
Maintainer: The T2 Project <t2 [at] t2-project [dot] org>

License: GPL
Status: Stable
Version: 2.3.2

Download: http://initd.org/pub/software/psycopg/ psycopg2-2.3.2.tar.gz

T2 source: psycopg2.cache
T2 source: psycopg2.desc

Build time (on reference hardware): 5% (relative to binutils)2

Installed size (on reference hardware): 0.23 MB, 22 files

Dependencies (build time detected): 00-dirtree binutils coreutils diffutils findutils grep linux-header postgresql python sed sysfiles tar

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).