4
Build-depends: postgresql-dev, debhelper (>> 3), python2.3-dev, cdbs
5
Maintainer: Federico Di Gregorio <fog@debian.org>
6
Standards-Version: 3.6.1.1
8
Package: python-psycopg2
11
Depends: python (>= 2.3), python (<< 2.4), python2.3-psycopg
12
Description: Python module for PostgreSQL [dummy package]
13
psycopg is a PostgreSQL database adapter for the Python programming
14
language. It was written from scratch with the aim of being very small
15
and fast, and stable as a rock. The main advantages of psycopg are that
16
it supports the full Python DBAPI-2.0 and being thread safe at level 2.
18
psycopg 2 is the next generation psycopg, implementing a much better
19
type system and even more DBAPI extensions:
21
* support for Python datetime and Decimal types;
22
* complete implementation of adapt() from PEP 246 to convert Python
23
types to PostgreSQL ones;
24
* COPY FROM/COPY TO support
25
* inehritable connection and cursor objects and support for connection
27
* automatic encoding conversion and support for unicode queries.
29
This dummy package just depends on the right, default version of Python
32
Package: python2.3-psycopg2
35
Depends: ${shlibs:Depends}, python2.3
36
Description: Python 2.3 module for PostgreSQL
37
psycopg is a PostgreSQL database adapter for the Python programming
38
language. It was written from scratch with the aim of being very small
39
and fast, and stable as a rock. The main advantages of psycopg are that
40
it supports the full Python DBAPI-2.0 and being thread safe at level 2.
42
psycopg 2 is the next generation psycopg, implementing a much better
43
type system and even more DBAPI extensions:
45
* support for Python datetime and Decimal types;
46
* complete implementation of adapt() from PEP 246 to convert Python
47
types to PostgreSQL ones;
48
* COPY FROM/COPY TO support
49
* inehritable connection and cursor objects and support for connection
51
* automatic encoding conversion and support for unicode queries.