Metadata-Version: 2.1
Name: adbc-driver-sqlite
Version: 0.1.0
Summary: An ADBC driver for working with SQLite.
Author-email: Apache Arrow Developers <dev@arrow.apache.org>
License: Apache-2.0
Project-URL: homepage, https://arrow.apache.org
Project-URL: repository, https://github.com/apache/arrow-adbc
Requires-Python: >=3.9
License-File: LICENSE.txt
License-File: NOTICE.txt
Provides-Extra: dbapi
Requires-Dist: pandas ; extra == 'dbapi'
Requires-Dist: pyarrow (>=8.0.0) ; extra == 'dbapi'
Provides-Extra: test
Requires-Dist: pandas ; extra == 'test'
Requires-Dist: pyarrow (>=8.0.0) ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'

