summaryrefslogtreecommitdiff
path: root/lib/__init__.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-01-20 05:49:40 +0000
committerFederico Di Gregorio <fog@initd.org>2005-01-20 05:49:40 +0000
commit1141149cd3656b4ad68995894070af4f13c24f32 (patch)
treebd80445b057f0c9109ead70f8ee5e3d4cbd4ec62 /lib/__init__.py
parent9bf185f6a9b868275c762d032cfb09c544ef7cdb (diff)
downloadpsycopg2-1141149cd3656b4ad68995894070af4f13c24f32.tar.gz
License changes. Fixes. Added register_adapter().
Diffstat (limited to 'lib/__init__.py')
-rw-r--r--lib/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/__init__.py b/lib/__init__.py
index 59d0d39..2ac194c 100644
--- a/lib/__init__.py
+++ b/lib/__init__.py
@@ -1,3 +1,11 @@
+"""A Python driver for PostgreSQL
+
+psycopg is a PostgreSQL database adapter for the Python programming
+language. 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/__init__.py - initialization of the psycopg module
#
# Copyright (C) 2003-2004 Federico Di Gregorio <fog@debian.org>