summaryrefslogtreecommitdiff
path: root/python/apsw/README
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2013-10-26 16:26:36 -0500
committerRobby Workman <rworkman@slackbuilds.org>2013-10-27 23:38:54 -0500
commit0dac9d811746f9b86e44f06ecb8f5f16c577c288 (patch)
tree41d81c8a772ff50187507f705ba9b980e95dc2f9 /python/apsw/README
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/README')
-rw-r--r--python/apsw/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/apsw/README b/python/apsw/README
new file mode 100644
index 0000000000..c226b3fbcc
--- /dev/null
+++ b/python/apsw/README
@@ -0,0 +1,7 @@
+APSW is a Python wrapper for the SQLite embedded relational database engine. In
+contrast to other wrappers such as pysqlite it focuses on being a minimal layer
+over SQLite attempting just to translate the complete SQLite API into Python.
+The documentation has a section on the differences between APSW and pysqlite.
+APSW supports CPython 2.3 onwards and CPython 3.1 onwards.
+
+Optionally Python 3 extension will be built if Python 3 is installed.