summaryrefslogtreecommitdiffstats
path: root/python/apsw/slack-desc
diff options
context:
space:
mode:
author Larry Hajali2013-10-26 23:26:36 +0200
committer Robby Workman2013-10-28 05:38:54 +0100
commit0dac9d811746f9b86e44f06ecb8f5f16c577c288 (patch)
tree41d81c8a772ff50187507f705ba9b980e95dc2f9 /python/apsw/slack-desc
parentaaee5e48d5178ded066254e7ec858fb850ef85d4 (diff)
downloadslackbuilds-0dac9d811746f9b86e44f06ecb8f5f16c577c288.tar.gz
python/apsw: Added (Another Python SQLite Wrapper)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/apsw/slack-desc')
-rw-r--r--python/apsw/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/apsw/slack-desc b/python/apsw/slack-desc
new file mode 100644
index 0000000000..50e49ff185
--- /dev/null
+++ b/python/apsw/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 ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+apsw: apsw (Another Python SQLite Wrapper)
+apsw:
+apsw: APSW is a Python wrapper for the SQLite embedded relational database
+apsw: engine. In contrast to other wrappers such as pysqlite it focuses on
+apsw: being a minimal layer over SQLite attempting just to translate the
+apsw: complete SQLite API into Python. The documentation has a section on
+apsw: the differences between APSW and pysqlite. APSW supports CPython 2.3
+apsw: onwards and CPython 3.1 onwards.
+apsw:
+apsw: Homepage: http://code.google.com/p/apsw/
+apsw: