initial commit

This commit is contained in:
2026-05-11 12:36:20 +05:30
commit 384cbe8019
15377 changed files with 2360544 additions and 0 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,88 @@
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
<div align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/duckdb/duckdb/refs/heads/main/logo/DuckDB_Logo-horizontal.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/duckdb/duckdb/refs/heads/main/logo/DuckDB_Logo-horizontal-dark-mode.svg">
<img alt="DuckDB logo" src="https://raw.githubusercontent.com/duckdb/duckdb/refs/heads/main/logo/DuckDB_Logo-horizontal.svg" height="100">
</picture>
</div>
<br />
<p align="center">
<a href="https://discord.gg/tcvwpjfnZx"><img src="https://shields.io/discord/909674491309850675" alt="Discord" /></a>
<a href="https://pypi.org/project/duckdb/"><img src="https://img.shields.io/pypi/v/duckdb.svg" alt="PyPI Latest Release"/></a>
</p>
<br />
<p align="center">
<a href="https://duckdb.org">DuckDB.org</a>
|
<a href="https://duckdb.org/docs/stable/guides/python/install">User Guide (Python)</a>
-
<a href="https://duckdb.org/docs/stable/clients/python/overview">API Docs (Python)</a>
</p>
# DuckDB: A Fast, In-Process, Portable, Open Source, Analytical Database System
* **Simple**: DuckDB is easy to install and deploy. It has zero external dependencies and runs in-process in its host application or as a single binary.
* **Portable**: DuckDB runs on Linux, macOS, Windows, Android, iOS and all popular hardware architectures. It has idiomatic client APIs for major programming languages.
* **Feature-rich**: DuckDB offers a rich SQL dialect. It can read and write file formats such as CSV, Parquet, and JSON, to and from the local file system and remote endpoints such as S3 buckets.
* **Fast**: DuckDB runs analytical queries at blazing speed thanks to its columnar engine, which supports parallel execution and can process larger-than-memory workloads.
* **Extensible**: DuckDB is extensible by third-party features such as new data types, functions, file formats and new SQL syntax. User contributions are available as community extensions.
* **Free**: DuckDB and its core extensions are open-source under the permissive MIT License. The intellectual property of the project is held by the DuckDB Foundation.
## Installation
Install the latest release of DuckDB directly from [PyPI](https://pypi.org/project/duckdb/):
```bash
pip install duckdb
```
Install with all optional dependencies:
```bash
pip install 'duckdb[all]'
```
## Contributing
See the [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to set up a development environment.

View File

@@ -0,0 +1,96 @@
_duckdb-stubs/__init__.pyi,sha256=q5-TfgInaaSqqzvFuHa-wp5StZOdrOnN_S7kRToYxb8,66367
_duckdb-stubs/_func.pyi,sha256=pfAOz8vh8oUr25d59i_V3Vr9C2kKRX258h3kLrcO7Os,2132
_duckdb-stubs/_sqltypes.pyi,sha256=Isp1qkQvCq0ziAK1qOXk6dPjfrsJfKSXrX5Y4v8zd70,2240
_duckdb.cp311-win_amd64.pyd,sha256=vSOnJOnujp8E1HzuJWU8ilLgBuK9Y966NZbjumkenoY,35361792
adbc_driver_duckdb/__init__.py,sha256=_Ql-wKG3VPpA6igaeeP0hVIyah8pp7_uMq5ktShBGEo,1895
adbc_driver_duckdb/__pycache__/__init__.cpython-311.pyc,,
adbc_driver_duckdb/__pycache__/dbapi.cpython-311.pyc,,
adbc_driver_duckdb/dbapi.py,sha256=_zN1IQV6uXO_dUg-ZZuJPvGr5lySo8tQEIrQnz2swIs,3576
duckdb-1.4.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
duckdb-1.4.4.dist-info/METADATA,sha256=CXydA7ySvER6vw58qp_ZihCkg6YyxyasSbBCSrbn2s4,4294
duckdb-1.4.4.dist-info/RECORD,,
duckdb-1.4.4.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
duckdb-1.4.4.dist-info/WHEEL,sha256=oXhHG6ewLm-FNdEna2zwgy-K0KEl4claZ1ztR4VTx0I,106
duckdb-1.4.4.dist-info/licenses/LICENSE,sha256=QACFao8AflP8UxUFM9ZEvK78ZLdGHkPBTMudPWalnNI,1079
duckdb/__init__.py,sha256=BWKsKsF6VeAaqHnayjhlwshmGmTmteintELpl51ZABg,7888
duckdb/__pycache__/__init__.cpython-311.pyc,,
duckdb/__pycache__/_dbapi_type_object.cpython-311.pyc,,
duckdb/__pycache__/_version.cpython-311.pyc,,
duckdb/__pycache__/bytes_io_wrapper.cpython-311.pyc,,
duckdb/__pycache__/filesystem.cpython-311.pyc,,
duckdb/__pycache__/polars_io.cpython-311.pyc,,
duckdb/__pycache__/udf.cpython-311.pyc,,
duckdb/_dbapi_type_object.py,sha256=sNn-ww6DlssS_kpKszGh8lye5n4r27kpJeO1ib0ojyk,7211
duckdb/_version.py,sha256=a7EZTJ5s5a4V1HEJC7IakcsU_KTkXVknLoVfEZjJkBM,866
duckdb/bytes_io_wrapper.py,sha256=U-FqgvFM04bhzLkXCLQrqorcXGLUPXVL9tcg0Y78qtc,3150
duckdb/experimental/__init__.py,sha256=9zPKALcIKvkrF6KUA8CpKvRM2YrY9a66NpfpRAprd5w,67
duckdb/experimental/__pycache__/__init__.cpython-311.pyc,,
duckdb/experimental/spark/LICENSE,sha256=vCGc3GQQzJKXFfRiLOJCSviQBJsHHzTWjewZVVVL8zI,13646
duckdb/experimental/spark/__init__.py,sha256=pEJGLmqLG3dU3wdpXEiGx3lVpyrTqIqNXlkZDyW9uG8,273
duckdb/experimental/spark/__pycache__/__init__.cpython-311.pyc,,
duckdb/experimental/spark/__pycache__/_globals.cpython-311.pyc,,
duckdb/experimental/spark/__pycache__/_typing.cpython-311.pyc,,
duckdb/experimental/spark/__pycache__/conf.cpython-311.pyc,,
duckdb/experimental/spark/__pycache__/context.cpython-311.pyc,,
duckdb/experimental/spark/__pycache__/exception.cpython-311.pyc,,
duckdb/experimental/spark/_globals.py,sha256=40WV6dn-3vQdDjGJoTshsAsxL7rSJ_qYLbKTVexlGtY,2562
duckdb/experimental/spark/_typing.py,sha256=UcltBZJZOtm6C9TQk4FhxlqTpeL3zJ19mMzRUPm4N2c,1574
duckdb/experimental/spark/conf.py,sha256=caYx7Q1P8H35B8RpbVLu2nj0ELJ0g3fFULovUa_KcUw,1636
duckdb/experimental/spark/context.py,sha256=2VY5R1tDAfk93l_-wS4RQ72wT7pMLl154E3sM030DG8,6983
duckdb/experimental/spark/errors/__init__.py,sha256=I6BreoZEXBT8AWrtritiBixM8mQLfmDPal9iJOpK4Mg,2200
duckdb/experimental/spark/errors/__pycache__/__init__.cpython-311.pyc,,
duckdb/experimental/spark/errors/__pycache__/error_classes.cpython-311.pyc,,
duckdb/experimental/spark/errors/__pycache__/utils.cpython-311.pyc,,
duckdb/experimental/spark/errors/error_classes.py,sha256=91Ww3AI1IF7hmI-YM7nPaD-d5onN--lLKOeo9GgoSuA,28190
duckdb/experimental/spark/errors/exceptions/__init__.py,sha256=DsbPNVGJEVZ_HBKcJh4-sP_W9v4789GIso9sM7d0yF0,814
duckdb/experimental/spark/errors/exceptions/__pycache__/__init__.cpython-311.pyc,,
duckdb/experimental/spark/errors/exceptions/__pycache__/base.cpython-311.pyc,,
duckdb/experimental/spark/errors/exceptions/base.py,sha256=ZJEjJ4KPh_FKzmOqCU67kYuge1fDDaOv3Ww1HrIrEYw,5314
duckdb/experimental/spark/errors/utils.py,sha256=zbyIETv-HPOxsGABFGNx82uT9146JuWSLUycQLAzfRs,4548
duckdb/experimental/spark/exception.py,sha256=xx9vfA_ryGmSSC_MhHsbvk7Cj8VP6XSxfsBHSaKiKCE,651
duckdb/experimental/spark/sql/__init__.py,sha256=ZRUTYpjIhNir5vJmPWX9VYJq85qnir32bP8AgNsE9QY,277
duckdb/experimental/spark/sql/__pycache__/__init__.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/_typing.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/catalog.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/column.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/conf.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/dataframe.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/functions.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/group.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/readwriter.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/session.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/streaming.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/type_utils.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/types.cpython-311.pyc,,
duckdb/experimental/spark/sql/__pycache__/udf.cpython-311.pyc,,
duckdb/experimental/spark/sql/_typing.py,sha256=PTgRwOMSMnYtlZXcsDAd7ynWCij5yfBN0caZo4p1RIQ,2379
duckdb/experimental/spark/sql/catalog.py,sha256=lh1qIwDH0YqYJub4gBG78YQCnwiO9DDWjvrXES613ug,2587
duckdb/experimental/spark/sql/column.py,sha256=-rqqrppRpSFiO20Ibqgv0gOfGIS0rPQzSVo3F3HuMHQ,11454
duckdb/experimental/spark/sql/conf.py,sha256=vqqomhORPBiPz9eBDlM_nm-AlC8JgK-NjSbssr0cFi8,787
duckdb/experimental/spark/sql/dataframe.py,sha256=5fIDC0B-FGhE2FJBK6jU7AsGwZ6rcJ2maZeNPQBvJcM,48941
duckdb/experimental/spark/sql/functions.py,sha256=5k53xZF-JIIAaAaP-YYfMBYvPB2IA7qhSO81hCtSUsk,182171
duckdb/experimental/spark/sql/group.py,sha256=qfOA3xXwNc5LL26xnaB1BEhUz_uInXH20xag1q756DY,13952
duckdb/experimental/spark/sql/readwriter.py,sha256=01n-UzHmCjMaEI8vzZZGtS2VlMoxBEE4HNssIL-C4YY,17914
duckdb/experimental/spark/sql/session.py,sha256=baQyZOH5wlUbuDgaxnwcR7ItdOr9Ecjka87prTLh7VM,9858
duckdb/experimental/spark/sql/streaming.py,sha256=7sz9L_URf3ONeetNV1h-nj11sDrOF0lDAWB1Xdg76so,1104
duckdb/experimental/spark/sql/type_utils.py,sha256=i33_eDSO3jZit9T0KzbyUvYXCAZHibsAeuR9IXSefxo,3375
duckdb/experimental/spark/sql/types.py,sha256=pwAYQ0hF2XNUyv6brRWpLiOI34HfEKkuUWiyN-Udvo0,45635
duckdb/experimental/spark/sql/udf.py,sha256=IIYN517bTu5XYnuz5cU3gKrPImmdMOTs6-61jSvtjwE,1210
duckdb/filesystem.py,sha256=aRbfP4hvNVxJw96BN-JmqruTPikqUB8tniaZ-d3Pu0A,1332
duckdb/func/__init__.py,sha256=bIIrWjAJY028-hR41yhNmG0ZnvMPbhxR2l4JJKASDb0,206
duckdb/func/__pycache__/__init__.cpython-311.pyc,,
duckdb/functional/__init__.py,sha256=kHrsNpZpmOGZb-wP2_teqY53iATo5x35xrUa9TqRNW8,483
duckdb/functional/__pycache__/__init__.cpython-311.pyc,,
duckdb/polars_io.py,sha256=MN1k7De6Pt6ucbX2_kE3Y5LFLJraiDR-aH3SI4C60VQ,11342
duckdb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
duckdb/query_graph/__main__.py,sha256=FFJE6nOnrf3ZnAgRaES3CTaILfQfo9h0FeJ35cPjsOo,11834
duckdb/query_graph/__pycache__/__main__.cpython-311.pyc,,
duckdb/sqltypes/__init__.py,sha256=DMSH62BFa5huuKDPnVcn5crZA8Gs3dh-5DRMQQp3gMw,949
duckdb/sqltypes/__pycache__/__init__.cpython-311.pyc,,
duckdb/typing/__init__.py,sha256=J3e1D57dNlPAlYb-ZrB6CcfppBTeKg0a11uKNd3SFvY,1198
duckdb/typing/__pycache__/__init__.cpython-311.pyc,,
duckdb/udf.py,sha256=__OFm3IEeUgi_GLDjRzHj4gVSCo6wL4wVW2I1OwnvDI,797
duckdb/value/__init__.py,sha256=L3FIrKSnCnvhjGM6DCwE4Q2w3OuFmMgxXJMzZneV8dM,14
duckdb/value/__pycache__/__init__.cpython-311.pyc,,
duckdb/value/constant/__init__.py,sha256=d2Qp5N-2zFrYmEJKHyHIAip46kdt9igAmfvfnREZqNQ,6093
duckdb/value/constant/__pycache__/__init__.cpython-311.pyc,,

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: scikit-build-core 0.11.6
Root-Is-Purelib: false
Tag: cp311-cp311-win_amd64

View File

@@ -0,0 +1,7 @@
Copyright 2018-2025 Stichting DuckDB Foundation
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.