~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Federico Di Gregorio
  • Date: 2005-01-20 05:49:40 UTC
  • Revision ID: fog-7e871bddd10637cd35a35849556d0b49b4be53b4
License changes. Fixes. Added register_adapter().

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: psycopg2
 
2
Section: python
 
3
Priority: optional
 
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
 
7
 
 
8
Package: python-psycopg2
 
9
Architecture: any
 
10
Section: python
 
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.
 
17
 .
 
18
 psycopg 2 is the next generation psycopg, implementing a much better
 
19
 type system and even more DBAPI extensions:
 
20
 .
 
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
 
26
   and cursor factories;
 
27
 * automatic encoding conversion and support for unicode queries.
 
28
 .
 
29
 This dummy package just depends on the right, default version of Python 
 
30
 and psycopg 2.
 
31
 
 
32
Package: python2.3-psycopg2
 
33
Architecture: any
 
34
Section: python
 
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.
 
41
 .
 
42
 psycopg 2 is the next generation psycopg, implementing a much better
 
43
 type system and even more DBAPI extensions:
 
44
 .
 
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
 
50
   and cursor factories;
 
51
 * automatic encoding conversion and support for unicode queries.