slackbuilds_ponce/python/apsw
Andrew Clemons 6908e35b80
python/apsw: Always build python3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-08 09:46:13 +07:00
..
apsw.info
apsw.SlackBuild python/apsw: Always build python3. 2022-03-08 09:46:13 +07:00
README python/apsw: Always build python3. 2022-03-08 09:46:13 +07:00
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.