Metadata-Version: 2.1
Name: apsw
Version: 3.39.2.0
Summary: Another Python SQLite Wrapper
Home-page: https://github.com/rogerbinns/apsw/
Author: Roger Binns
Author-email: rogerb@rogerbinns.com
License: OSI Approved
Keywords: database,sqlite
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database :: Front-Ends
License-File: LICENSE

A Python wrapper for the SQLite embedded relational database engine.
    APSW exposes SQLite as it really is, while the stdlib sqlite3
    module makes SQLite look like other databases via DBAPI.
    Everything you can do from the SQLite C API, you can do from APSW.
    

