summaryrefslogtreecommitdiffstats
path: root/python/PyGreSQL/README
diff options
context:
space:
mode:
author Christoph Willing <c.willing@uq.edu.au>2013-06-20 15:46:44 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2013-06-20 15:46:44 -0300
commit7f4c1410d9c1577e89ca90a34a04c8e1ecba547f (patch)
treea3a9590ca8449ffe3739be9a2796e77456a89213 /python/PyGreSQL/README
parent4d3519892f2ac5bbc6822922517943da1e5435ce (diff)
downloadslackbuilds-7f4c1410d9c1577e89ca90a34a04c8e1ecba547f.tar.gz
slackbuilds-7f4c1410d9c1577e89ca90a34a04c8e1ecba547f.tar.xz
python/PyGreSQL: Added (Python PostgreSQL Interfaces)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python/PyGreSQL/README')
-rw-r--r--python/PyGreSQL/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/PyGreSQL/README b/python/PyGreSQL/README
new file mode 100644
index 0000000000..2ac39fc87d
--- /dev/null
+++ b/python/PyGreSQL/README
@@ -0,0 +1,3 @@
+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.