Pysqlite is an interface to the SQLite database server for Python. It aims to be fully compliant with Python database API version 2.0 while also exploiting the unique features of SQLite.
pysqlite 1.0.x is built against SQLite 2. For an interface to SQLite 3, see the package python-pysqlite1.1, python-pysqlite2 or python-apsw.