Metadata-Version: 2.1 Name: duckdb Version: 1.4.4 Summary: DuckDB in-process database Keywords: DuckDB,Database,SQL,OLAP Author: DuckDB Foundation Maintainer: DuckDB Foundation Classifier: Development Status :: 5 - Production/Stable Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Topic :: Database Classifier: Topic :: Database :: Database Engines/Servers Classifier: Topic :: Scientific/Engineering Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Education Classifier: Intended Audience :: Information Technology Classifier: Intended Audience :: Science/Research Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Programming Language :: C++ Project-URL: Documentation, https://duckdb.org/docs/stable/clients/python/overview Project-URL: Source, https://github.com/duckdb/duckdb-python Project-URL: Issues, https://github.com/duckdb/duckdb-python/issues Project-URL: Changelog, https://github.com/duckdb/duckdb-python/releases Requires-Python: >=3.9.0 Provides-Extra: all Requires-Dist: ipython; extra == "all" Requires-Dist: fsspec; extra == "all" Requires-Dist: numpy; extra == "all" Requires-Dist: pandas; extra == "all" Requires-Dist: pyarrow; extra == "all" Requires-Dist: adbc-driver-manager; extra == "all" Description-Content-Type: text/markdown