Skip to main content

DuckDB in-process database

Project description

DuckDB logo

Discord PyPI Latest Release


DuckDB.org | User Guide (Python) - API Docs (Python)

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:

pip install duckdb

Install with all optional dependencies:

pip install 'duckdb[all]'

Contributing

See the CONTRIBUTING.md for instructions on how to set up a development environment.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

duckdb-1.4.5.dev37.tar.gz (18.4 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

duckdb-1.4.5.dev37-cp314-cp314-win_arm64.whl (13.5 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.4.5.dev37-cp314-cp314-win_amd64.whl (12.8 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.4.5.dev37-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

duckdb-1.4.5.dev37-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

duckdb-1.4.5.dev37-cp314-cp314-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.4.5.dev37-cp314-cp314-macosx_10_15_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.4.5.dev37-cp314-cp314-macosx_10_15_universal2.whl (29.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

duckdb-1.4.5.dev37-cp313-cp313-win_arm64.whl (13.0 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.4.5.dev37-cp313-cp313-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.4.5.dev37-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

duckdb-1.4.5.dev37-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

duckdb-1.4.5.dev37-cp313-cp313-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.4.5.dev37-cp313-cp313-macosx_10_13_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.4.5.dev37-cp313-cp313-macosx_10_13_universal2.whl (29.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

duckdb-1.4.5.dev37-cp312-cp312-win_arm64.whl (13.0 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.4.5.dev37-cp312-cp312-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.4.5.dev37-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

duckdb-1.4.5.dev37-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

duckdb-1.4.5.dev37-cp312-cp312-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.4.5.dev37-cp312-cp312-macosx_10_13_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.4.5.dev37-cp312-cp312-macosx_10_13_universal2.whl (29.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

duckdb-1.4.5.dev37-cp311-cp311-win_arm64.whl (13.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.4.5.dev37-cp311-cp311-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.4.5.dev37-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

duckdb-1.4.5.dev37-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

duckdb-1.4.5.dev37-cp311-cp311-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.4.5.dev37-cp311-cp311-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.4.5.dev37-cp311-cp311-macosx_10_9_universal2.whl (28.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

duckdb-1.4.5.dev37-cp310-cp310-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.4.5.dev37-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

duckdb-1.4.5.dev37-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

duckdb-1.4.5.dev37-cp310-cp310-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.4.5.dev37-cp310-cp310-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.4.5.dev37-cp310-cp310-macosx_10_9_universal2.whl (28.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

duckdb-1.4.5.dev37-cp39-cp39-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.9Windows x86-64

duckdb-1.4.5.dev37-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

duckdb-1.4.5.dev37-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

duckdb-1.4.5.dev37-cp39-cp39-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

duckdb-1.4.5.dev37-cp39-cp39-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

duckdb-1.4.5.dev37-cp39-cp39-macosx_10_9_universal2.whl (28.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file duckdb-1.4.5.dev37.tar.gz.

File metadata

  • Download URL: duckdb-1.4.5.dev37.tar.gz
  • Upload date:
  • Size: 18.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.4.5.dev37.tar.gz
Algorithm Hash digest
SHA256 19fdd167ade9bec76e1eb6ac5c0664c7bcf74b4b5609643cbefa6daafc3a6bb9
MD5 1b9369c7d667c4c0a20145d8eedb9319
BLAKE2b-256 2d8629aef11908e951e26c54afea60ce6997180b1d9506fd5a7aa03c70f97512

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37.tar.gz:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 5b9b3e9378d4a1df3259955b3444ba1d98facdd78116e73627278fe82899cf89
MD5 e2d13c052e5dd5548ad9baa3d1a77b4a
BLAKE2b-256 23624f2e4017a69a97d2e245673ca42a3243ae569f1da2c8250fb85073f8f4fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp314-cp314-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bb3017d447ca41d7da24aa961b907c0ea00232f4eb2539ef767e81815feb34fb
MD5 990d6bffab78eb8889de0e45f5a86d78
BLAKE2b-256 e6d90096d601a56658320d985e87d522c59c3a6eae3df085a2b8ef4a29ccb920

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp314-cp314-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 666cbdbcc6cab071ecf95f18f629868a743f6ec3f1caf4633c8c132fe8d9885e
MD5 c71d45e43dd813cae5143a95164f4415
BLAKE2b-256 0be4f84bb415a6d42b9fd9f72310e716fa60e02d653c9a2c5b902a18acafb2f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 394c8b88792815dd95f2db120b8fda2fda08fa8476a3253ef70329fffae9eae6
MD5 3c4133fa7a4b11d014183d402aeb72e0
BLAKE2b-256 d1ef4bcd0882cfa9ca0ff50e635c0ff54de15ccfd11f51614907ccd83983fa04

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0fdc437cb784d3f9bac021f68fc72539a48ad4ef419e560876e82de3a29ddec5
MD5 b306137ae3bd93d389c43c8a29df4788
BLAKE2b-256 a21d78499ed6c8ad5f5f8f0918294a384ef600380d130a4cf24d03a3a38dfac9

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 33a402a62a96116daefa95bb6d107ea81205dfef687501925aef1b069f1d9cd8
MD5 08f58a81dadf03a8bfcdd0ccafec293f
BLAKE2b-256 6bf73dc6117a580a9cbaa8ed017d5ae3f4d2c904835c88dff6a0347e37ce6e41

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 52409628ff4fba43391da2ba2723dfd3c75e18f5d539c8c2c509ebeec1bdf2c9
MD5 d78d718d05bfc7cb1a0af6fda9cfa9c5
BLAKE2b-256 7002c743e95000da07a21b88e475d3a598ecd34cf31371209f7585d13aff9289

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 7736a96cbbc943126d1ab6c627f92e8291b3d869eb2c972d663b532d0e4d6539
MD5 202223689a733966155e49d3896e8d66
BLAKE2b-256 596d3670d8081f0796c509bcbb43007b1d51082a33519b986331411a7bff0244

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp313-cp313-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 710145229d9c77130cc2db0d15789b18b2b332c3f06011d8a317535c7ff18e2e
MD5 c529656aa6734f37d9033348742ca288
BLAKE2b-256 5fb017a9f58d14abc94098843ce99bbaef6bd95c49bf23872f726c75ea0755c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp313-cp313-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71438adecdee24f83b6b31379d2e46eda16612d42c8b6599da4f597354d297bc
MD5 d6039198e7367e3149554bc531983183
BLAKE2b-256 52c6613652240f55ba174a39b9196ce233d0dbe0cc1335526e229fbc81e1a3aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d44043c9452d6f29ca9388b901501016c8a527d2a25a0916978cde36fd16cac3
MD5 09b6bf8318a79f74c395904859537a6e
BLAKE2b-256 77b27948ebb9b6a96432365d5997648bbace643e7ba657b86584f82199be6584

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 503a5754d03717db236c75b1f47f61f9bb0eafc5199a03122a88713c27267787
MD5 268308223439f253910c7611987a653a
BLAKE2b-256 29f6b75a113d6a9267126a47fbc78d9c84212c2f252de1a7366ed74f95fdb491

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a95f2532bb27100d8b8b2be9d20d6a4f2de0b4d2a8792d77c72e81f1006584a8
MD5 099054dc3b0900bda6629e6548227601
BLAKE2b-256 5ca0fb6181f3648cf2b3142afc56d05c8e08c90f592ed07ee3d7e3ff05e6ec4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 48fc6bca1c7bccf0cc1c58f2c5c272b03703af14c1bd5695380fd690fec9582a
MD5 b3ecda4355c778b0f2fbe8f277c777ae
BLAKE2b-256 c75a8b318bc424742a6b75c445944fd6eb45b55078519c6b6907ec8f3a53a43c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 c66de20eb0c190ae291241fa0899138689441bd4b6034967c9058e6a62b86066
MD5 f2bc51db5b35dfce98b338550aafd291
BLAKE2b-256 4e60cdf9efbf8ceef8f4aaf2cd1fd5c010058ed1fb66aa23fb87009f11c3a37f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp312-cp312-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e678a463ea7eca18455d2901821bbb8f74844fdf6bd6f9764d6a268d6f20e03e
MD5 9cf0a74e97ce494355b0208c8a581ab0
BLAKE2b-256 943ea9c1a50f9c3d00de6f9391d0f4317b3d39b9747149100f212bba2a3814a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp312-cp312-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8e9a671d830b69a6ef61ab45f13d838b45039599512a603f36f7bfff850c792
MD5 a7dc9712ef53c9f74d475db6d5d09482
BLAKE2b-256 4bf40c57c5b1f9d09ae6d6a6e6105dbc1acd17132360956e40ffc731e8e8414b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8403f56818dee188d34bef95822630eb276a461eb1f1dbd78431bed437f450fa
MD5 659fcf6cd9e14ddaa14df494a066e61b
BLAKE2b-256 c3374b72a06fc0dfc848633acdf2b5473af9c465f4f0f5a5cb311c56e5b33fdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c7b4ebff74fe1f9d9900e007f771f7c0ff65bd5091341ddf96d600b3408092a
MD5 4043b749e710c933bb7b099130759e49
BLAKE2b-256 4fa99d2697ef8c8382ecc545c5559ecd5f21edcb93b093964b9b25b1e446f55c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 84c122f2287288ed8986c1f3a635a316b4091202f2a845f4082e26c4ad7ef674
MD5 fa2f6dd0b7b7da1bcb957c9a4356c35a
BLAKE2b-256 9a5b03e7f4f2f05a25b7095ec4f6bd8c0cde7af346d9955589b4f4767cc2d07f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 6dd05a619ac9151ad113c071dfd54201e747efecff0d4871c4946051ea7ce481
MD5 b66d958461b1bb5160bc4e9b1b732b12
BLAKE2b-256 9c1a6d66090f9b07d2809abd7016554bea446e283f39e8780b30d648fda1954c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 bfec0e2a706147d5abe6c85dea90fe3d6cf126cfd91e28925131d141115a29d6
MD5 1998729e50025c5f86c3c2030703c41f
BLAKE2b-256 6395ed3b0389a27835395c5741e92bc59f0a70c8d7cb37a5c3aba8e36ac1fa11

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp311-cp311-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4acbc0a86131803a41e05117358150535ebcb78e2585cbd84ade53a4d8c7109c
MD5 0194717ef5d5edf226b317fe194888e2
BLAKE2b-256 5d5bd4813b9a72f482805784555f691b79fa779488a41eb7d46a2cdbfef36c22

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp311-cp311-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e29dc10127d735df7643e99ff95b59cc3e1a9744fba42d590340dd77ce0d9d9
MD5 01cef3f3db05eb7cc275beaeaecfc776
BLAKE2b-256 511a5c316e48b78a67eafb3f8dc392b46e4e354045f7e321227e323a7726acd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44579e1988d13902c3a153c1edb7cb0586d2154d289dc6a2afdd255a31ff73f4
MD5 8ab6f3b4dcdf773d6e956bc012e68a24
BLAKE2b-256 1b816309efc1276187c49e16bb1d092534ce8541f9b1dc45a88772138634bdd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9dd1d65da13081c0a889e3ebeb787d5b25c705e7b176741f9bcd55944a9bb70
MD5 ad9502ae468f9ae43bcd4057c8f6c4a4
BLAKE2b-256 9220aed0737d91df6ce7e4c193fb2e75395bfc3495901513bfc9d3f650c5efc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9adb49601fe7dbaceb0cbe90f4c2091b0450d23838ee08337dda5f22165b171c
MD5 d9b756cbe957aa9458cc4d9acf62e553
BLAKE2b-256 3455de1c17b76ec2a82655f7126f6a0db0bff32977da432c6a8be5e28b4a95f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 40ebd1de61309a64b707985aa73709090fec559baa1c40bbe505af93f22ea2ee
MD5 abce949a564016a332dd06ff2fed32f2
BLAKE2b-256 aa5cc1ee599130bdc8c85f4a663813c231ae92060727d7020893607449a692bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a260130a7874220131715dd12cce2cc3748adbd5aeb6f953e61c03c6b593cc35
MD5 d79c183d73b77bd7d919f591984a30d6
BLAKE2b-256 2a3ef60e18a9fde2f3b28216ac879996b20609ca66a840d1b65806b6e28721d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp310-cp310-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f3d0a2c2afac177944e843d46af74db03a4bd35c1ad8f6436c2a3722066b3c2
MD5 b09442b5e1adcd7153c2e54a32f993f7
BLAKE2b-256 69c31899590754780e78d6f845a5d4f94dcbd8d08faea6e52a3b7f45612a5046

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 05231363fa6e0a791d2b53d6f04c65ba43db5125a34da843b69cbcc2656be730
MD5 53e2e922d494d1bb3c348fe0f0eeb209
BLAKE2b-256 ca4ad041eefa6d8c58160014462a1fa0a294954841b0a47f5da5d1f551f2476f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69c9a162b9e6814dc05b2998b2cda7620067ae416f85f2baf2b48540f389ff58
MD5 7f2955bc859ea66afebf342b49518029
BLAKE2b-256 8e42da4622dda92b747746e5d0a19770e9012209fa366e8f5efa21a5164e8569

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 14321288c492b552dca671472d0b87ea40d48ec98a1d911e07326acb8caa12f1
MD5 2811bfc2823e1def47d7bd013cc3f585
BLAKE2b-256 b32b6d2cbc675386143080e32d481311804bfec4553fa1508bbacd0b32a4f1a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f0a6f721e3e1aeb8a70543733e5b4929e20ca5c005002f3ba320238f94a7817d
MD5 39864c1cddf038a92ee0b7e9ee527007
BLAKE2b-256 3f3ab792f2783010364d04f1d83177d80430063a50d4c6f6e150ecad956c258f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: duckdb-1.4.5.dev37-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 12.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.4.5.dev37-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2fd0a24d6efa3dc2b0689941bef8c2ead735c83c75ee3fb2c8772ca551a324ed
MD5 3d2ca0c97a600c872933e44bdfd7ee4c
BLAKE2b-256 02a7fea515273a421fe9c0270725843f42609df17e547cdcd4d03a5e4c2d538b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp39-cp39-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 50665e7abfe36cd3268813e6f72aeb5990e80b8f2ae01bc4bc5bff59153fafa7
MD5 9e1903c041792addbfd42f83b5e599d9
BLAKE2b-256 b1c17c9cd277f48b08fad0d1787c0732f8a1fb8bd8c2ab4d5ff9fecd9ba2dcdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d032c4cae716924d23a1d7a8fb31d4d5df371775c0881094443475f100104db
MD5 c282d4196d5790ab67a347ae7184d78d
BLAKE2b-256 b5972a2424293163209b7d6b7406bc510064d7268932af072fff58316b0018f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7860f3856922ce40e4c6743b84462737341b2245c6bcbdc0b46bd9925ab9550
MD5 c5ec046416ff8b6953dd8f34f771c3a6
BLAKE2b-256 009fb18b96d35318119795fa4ee98ea84651733ecd0625c64b50a40e9b02f122

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 03d8b09e84d3e7b5620f25fbfad24db5a010f161ba1c6a36a96b65bf729ce6ea
MD5 f654111a3878679c3921f63960dd0dc2
BLAKE2b-256 24f7c97bc4804b82824a061d9810d615bdce3d1454a1a6b5d0ce5c744e156c11

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.4.5.dev37-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev37-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 14dbdbc91342c84de54201173a5856f1f7bc3ea75d75133bcad54e9011e764d5
MD5 b6a57b2b00d379e51d821aa8cf0122b2
BLAKE2b-256 1dd3932dc3252951b709a694f9262f37eed3c3536c8fd78b0bd135245d26f29e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev37-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page