Skip to content

Commit

Permalink
Fixed wording of the project description (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jul 6, 2022
1 parent 45e1dba commit 373e1a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PyGreSQL - Python interface for PostgreSQL
==========================================

PyGreSQL is a Python module that interfaces to a PostgreSQL database.
It embeds the PostgreSQL query library to allow easy use of the powerful
PostgreSQL features from a Python script.
It wraps the lower level C API library libpq to allow easy use of the
powerful PostgreSQL features from Python.

PyGreSQL should run on most platforms where PostgreSQL and Python is running.
It is based on the PyGres95 code written by Pascal Andre.
Expand Down
8 changes: 4 additions & 4 deletions docs/about.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**PyGreSQL** is an *open-source* `Python <http://www.python.org>`_ module
that interfaces to a `PostgreSQL <http://www.postgresql.org>`_ database.
It embeds the PostgreSQL query library to allow easy use of the powerful
PostgreSQL features from a Python script.
It wraps the lower level C API library libpq to allow easy use of the
powerful PostgreSQL features from Python.

| This software is copyright © 1995, Pascal Andre.
| Further modifications are copyright © 1997-2008 by D'Arcy J.M. Cain.
Expand All @@ -27,8 +27,8 @@ The Python implementation is copyrighted but freely usable and distributable,
even for commercial use.

**PyGreSQL** is a Python module that interfaces to a PostgreSQL database.
It embeds the PostgreSQL query library to allow easy use of the powerful
PostgreSQL features from a Python script or application.
It wraps the lower level C API library libpq to allow easy use of the
powerful PostgreSQL features from Python.

PyGreSQL is developed and tested on a NetBSD system, but it also runs on
most other platforms where PostgreSQL and Python is running. It is based
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"""Setup script for PyGreSQL version 5.2.4
PyGreSQL is an open-source Python module that interfaces to a
PostgreSQL database. It embeds the PostgreSQL query library to allow
easy use of the powerful PostgreSQL features from a Python script.
PostgreSQL database. It wraps the lower level C API library libpq
to allow easy use of the powerful PostgreSQL features from Python.
Authors and history:
* PyGreSQL written 1997 by D'Arcy J.M. Cain <darcy@druid.net>
Expand Down

0 comments on commit 373e1a9

Please sign in to comment.