psycopg2 2.4.2-1build1 source package in Ubuntu
Changelog
psycopg2 (2.4.2-1build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose <email address hidden> Sat, 31 Dec 2011 02:07:13 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Precise
- Original maintainer:
- Fabio Tranchitella
- Architectures:
- any
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
psycopg2_2.4.2.orig.tar.gz | 651.6 KiB | c5f0f853aeeefc7b2aa73b08579e5d74c4c32ad5fca87e058bf04e08273a41a1 |
psycopg2_2.4.2-1build1.diff.gz | 2.7 KiB | e38102130fb331f19e34ba1f90ac2c283fb3e1633331be89df1a12dc2f061a0c |
psycopg2_2.4.2-1build1.dsc | 1.5 KiB | 30531b1ce7f69053dfb37234055576a210330d42eac6488cbb79415759bf16fc |
Available diffs
- diff from 2.4.2-1 to 2.4.2-1build1 (289 bytes)
Binary packages built by this source
- python-psycopg2: Python module for PostgreSQL
psycopg is a PostgreSQL database adapter for the Python programming language
(just like pygresql and popy.) This is version 2, a complete rewrite of the
original code to provide new-style classes for connection and cursor objects
and other sweet candies. Like the original, psycopg 2 was written with the
aim of being very small and fast, and stable as a rock.
.
psycopg is different from the other database adapter because 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.
psycopg 2 also provides full asynchronous operations for the really brave
programmer.
.
The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
and being thread safe at level 2. It also includes some extensions to the
standard DBAPI-2.0 to allow for better thread performance.
- python-psycopg2-dbg: Python module for PostgreSQL (debug extension)
psycopg is a PostgreSQL database adapter for the Python programming language
(just like pygresql and popy.) This is version 2, a complete rewrite of the
original code to provide new-style classes for connection and cursor objects
and other sweet candies. Like the original, psycopg 2 was written with the
aim of being very small and fast, and stable as a rock.
.
This package contains the extensions built for the Python debug interpreter.