We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54aec1a commit be5a547Copy full SHA for be5a547
postgres/__init__.py
@@ -1,5 +1,4 @@
1
-"""The :py:mod:`postgres` Python library is a high-value abstraction over the
2
-`psycopg2`_ database driver.
+"""This is a PostgreSQL client library for humans.
3
4
5
Installation
@@ -9,7 +8,7 @@
9
8
10
$ pip install postgres
11
12
-:py:mod:`postgres` requires :py:mod:`psycopg2` version 2.5 or higher.
+:py:mod:`postgres` requires `psycopg2`_ version 2.5 or higher.
13
14
We `test <https://travis-ci.org/gittip/postgres.py>`_ against Python 2.6, 2.7,
15
3.2, and 3.3. We don't yet have a testing matrix for different versions of
0 commit comments