slackbuilds_ponce/python/apsw
Willy Sudiarto Raharjo 0a362b4a76 python/apsw: Remove %README%.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-05-29 06:31:25 +07:00
..
apsw.info python/apsw: Remove %README%. 2014-05-29 06:31:25 +07:00
apsw.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
README
slack-desc

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.