aboutsummaryrefslogtreecommitdiff
path: root/development/psycopg/slack-desc
diff options
context:
space:
mode:
authorHeinz Wiesinger <HMWiesinger@gmx.at>2010-05-11 22:53:37 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 22:53:37 +0200
commit9333756097807d2b3c9823257fb6290cb5a1449d (patch)
tree5fa5279b16b10a38449ee5e623d3e4e722fc5e60 /development/psycopg/slack-desc
parent1c1d86af748e8533eef65576762123b4fa93fa38 (diff)
development/psycopg: Added to 12.1 repository
Diffstat (limited to 'development/psycopg/slack-desc')
-rw-r--r--development/psycopg/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/development/psycopg/slack-desc b/development/psycopg/slack-desc
new file mode 100644
index 0000000000000..50d676ae4832d
--- /dev/null
+++ b/development/psycopg/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------|
+psycopg: psycopg (PostgreSQL adapter for python)
+psycopg:
+psycopg: psycopg is a PostgreSQL database adapter for the Python
+psycopg: programming language (just like pygresql and popy.) It was
+psycopg: written from scratch with the aim of being very small and fast,
+psycopg: and stable as a rock. The main advantages of psycopg are that
+psycopg: it supports (well... *will* support) the full Python DBAPI-2.0
+psycopg: and being thread safe at level 2.
+psycopg:
+psycopg: Homepage: http://initd.org/tracker/psycopg
+psycopg: