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.5.5.dev17.tar.gz (18.1 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.5.5.dev17-cp314-cp314-win_arm64.whl (14.5 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.5.dev17-cp314-cp314-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.5.dev17-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev17-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.5.dev17-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.5.dev17-cp314-cp314-macosx_10_15_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.5.dev17-cp314-cp314-macosx_10_15_universal2.whl (32.7 MB view details)

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

duckdb-1.5.5.dev17-cp313-cp313-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.5.dev17-cp313-cp313-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.5.dev17-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev17-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.5.dev17-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.5.dev17-cp313-cp313-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.5.dev17-cp313-cp313-macosx_10_13_universal2.whl (32.7 MB view details)

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

duckdb-1.5.5.dev17-cp312-cp312-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.5.dev17-cp312-cp312-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.5.dev17-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev17-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.5.dev17-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.5.dev17-cp312-cp312-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.5.dev17-cp312-cp312-macosx_10_13_universal2.whl (32.7 MB view details)

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

duckdb-1.5.5.dev17-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.5.dev17-cp311-cp311-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.5.dev17-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev17-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.5.dev17-cp311-cp311-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.5.dev17-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.5.dev17-cp311-cp311-macosx_10_9_universal2.whl (32.7 MB view details)

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

duckdb-1.5.5.dev17-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.5.dev17-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev17-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.5.dev17-cp310-cp310-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.5.dev17-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.5.dev17-cp310-cp310-macosx_10_9_universal2.whl (32.7 MB view details)

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

File details

Details for the file duckdb-1.5.5.dev17.tar.gz.

File metadata

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

File hashes

Hashes for duckdb-1.5.5.dev17.tar.gz
Algorithm Hash digest
SHA256 1aab8a177d6c9e657b0727a829682e48ca25e47177a2415a4704c719d55b1b8c
MD5 a7a67d783d4a13dd322db8bd5086f997
BLAKE2b-256 defb2a528ae964949b281ca97ace8910d48595c7d9316249f92541e80116dd10

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17.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.5.5.dev17-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 bc7c5d048db089550435fcf9d31b6477ca8a730e7a5bced989371e57476a93b5
MD5 3cd5b4c38420b930430497f71a7bf507
BLAKE2b-256 a3b23c5007b1768e8ffdcd21c3057643d686bb7a9a5b198e26aa9759476e99cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8955e87a9451b3c93a45665e833da11cf3fcba6778a39b1976b1804406e1d6bc
MD5 9a8b6b0f53558b1904947de2a8527793
BLAKE2b-256 f7e7b5b4f72fc2a5016580ab962e4742eeeb8af2c848f4073e0e3668e06c5968

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f7c0327b5d5ca281b79f9cb4d373231b1d966471c37df1f63f88bd4d4a0c5f1
MD5 7d0eead056a86893db1c77adb789f02c
BLAKE2b-256 186833b490b82278bdb59a4b7179bd8efc58f71f724db4f8fa4f347b37f50aad

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c978b4145e8d0599961271cba7cd387d21345e44c5fda170493ef976bd1a21c
MD5 733c23d3f08372bfd67c94312c28d8c1
BLAKE2b-256 1e97c49c04f62d29f6b07605947fab07d85889a762a550c4220d6b248d99ee45

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76b27b8792ec33dde36db9d12409e2255fd03941c379f0421628d4d55f77e37e
MD5 d6b555f2fea6521223fb78c389451ac0
BLAKE2b-256 e60a9bf75f2f43997bea0326fbccc9e999ac1cfbb93053d8f858091ac7eabc1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3daf42430026c80ffeac57218349df00f67eaca10af9e0c9d05566ecdaea1d11
MD5 5fb03ca5dde8fdaa76e71cb33d2c0bc2
BLAKE2b-256 338c421877d3838ba85942e28acac072ba8deffb8df45915a7fe7975aebf2d1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a98db9014af569fdedf821da12b93c2782ada780002d5add7443f1f311279d38
MD5 7f97391a85bb91ca1e8c1e5e7aacdb0d
BLAKE2b-256 64b9008589de85e8e0ddaf261180e8bf2fddc8a7d7f14bcb4a133cc66ec3e46d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a3b70ee7a12121c6cba6b333e7ec27a113062f342716914f4c86c4c0e91c63cc
MD5 8ae3aa21f68f4f3936186ddf645d6156
BLAKE2b-256 5d24c2ca1eafc332e364de40ffe2d179deb19eab9f1fa155b89937aa8ccdb281

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c08466598b9cce44fc85da735b1fb9bb02fe2cf60d52bb25b03cd11f63981bd9
MD5 41a3e766812fbaceb8380e6830ba9792
BLAKE2b-256 902cae6e2f8664eee9e644a868936aaaa966ce5e7000ab0872aed27e58df246e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 50caa9114e798e1c28310910463d2b1af408411787311a8e6f51a713bc477c46
MD5 6771b953738b22c6d5c3722cb72ce373
BLAKE2b-256 92945b9db6a6dbf98d1257b239e43552a092c54418f2ed0ece4b806f2f262183

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79226d16753ad63ee8b19ad02a9e7a4f5cc6d094e31c788398e4015982b731c8
MD5 170eccac2d74c502d34dcadb7937a24d
BLAKE2b-256 9dc2b7dfd144fa9c5d8e26b5ea403cca04ce733a0bf001aec7f7599a3bd29cc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8149b422e49b97cac8a83114b018474ac6c27169a540b65bd53de838aa225ecb
MD5 52c555e7b4146e12dcf1b768cfaaf04b
BLAKE2b-256 8b226dae5e6bdadf42b0cf869b6d045dbdf55ceb08f403cf88e53e1d43087922

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 05b1384fdd3bff3614da2678cfd0404d759b43005500f979d6b96332da787bdd
MD5 e59164cfb4ac6434e307a8e0f6fa93fb
BLAKE2b-256 1a782a4f189137bb771d8dadf18d6a92fb2e5055c2132bd6a0acce5334e36e5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 9ccedce70586c6d0c50c7e8bb9723b6859bff6cc0db307cde5559450d22a7aa7
MD5 234589fcbcc0becb283be0ba6b461454
BLAKE2b-256 6165c62fb05b2f33cffbda45c7f9073f02ca92b6d50df4ebeb62bc7d82d80599

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ab7f145a8768b41c535a9bba13f87b583a522bb8ca3358693dc132b8f290b750
MD5 9034c7232ed4ab23835f7a2bb94d467e
BLAKE2b-256 a18cebda30cc35777abd0638e66e07ea20d3dba60a50b358eaaa8193dadc0e01

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2642a09fcca012e012feff3738e224c97f0f01d7de010eee9bee7647377d959d
MD5 7192eade17c4f928d5ab7857daf2ba87
BLAKE2b-256 5972e7d3a32852c8c834a82b66a347fed7199946768245ecdafa56de3c00113b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1cf5931670dc0585bb6feaeeba04d9e0fd9d7b5d534aadef1389426b9625750
MD5 73f009b8cf182a75482047f526da0cb3
BLAKE2b-256 3d3271575825faea07d5f8731b160addd178c0b9779c5569ef4e1403ebc343ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0bc782da095023f4adec22bfafe9cd9e547099fa962e2bfe1590a4d80e1b999
MD5 2db4995c5cc3a58ae05914680bcb3b44
BLAKE2b-256 b1cf02737772a8b1e9e29f8ba534c64cdf1799438ba2a865d5f19128cb6ac003

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5209ed15459c72e23319b69c73ff9224d887bd24a22808b8baf733cf6db56956
MD5 74c0c4d0ef6525429ba0d1d7fea56338
BLAKE2b-256 972d65588360a4c5b6fb0550c100baf371a42fe29d82c12af4a1ded2bd1087eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4507b06d4c482c56a0256719663b8468cf482dc33c61c8a7304d34841e535dfe
MD5 bd2f868de291502965594f0933e40390
BLAKE2b-256 db3472432a1ce4660e8c8aa83513f5f620cc3f91a28fba50fd28113d0dfd2122

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 2b5dc0579cc1d14c52547898b24c4c5233b8136fcaacecae7a308de1ce47b5bf
MD5 21dc929f07ddaa50c36abbc09910fb59
BLAKE2b-256 b034f990afa55cc27048ed37901729dedad05dc76df56ea5593135f67751d999

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 92a4eab006eee084c8de5af9f65bc4972d8ee0db397d76489e7ab9fb8a6ac347
MD5 0a528fe8c7eacc62657d83d97897d9c4
BLAKE2b-256 2a8533e1589ebe361b121566bdf7cd0eca991c6ad525856c2449e6e1f51285fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1392a696aecc0f7a79b71ea85aa183a3374d125f94d96db6e1be6d462ec9cc36
MD5 4f14e2e561bcf34f7f44b5277165083e
BLAKE2b-256 a1eb0c99b3f5eeb72a4be4e66bf0d38833ae718485fbd27409c95806f4507eae

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba4937c545414f3ec9580b13256399585c6068ed6a4b5987358b983bba0ce09d
MD5 19f946ea6c4eb6db8341d9874dc60294
BLAKE2b-256 c2a9a03163b2aeb5d23851fb176968fc7ca24d64f2285edb04a485af6d4d0cae

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 792939c2628033c5b1231b405fe74151fd3e5df29de0c05f400867d6b5b252d9
MD5 cec7ef0e572f566bc2afc5f61f12d65e
BLAKE2b-256 623a47410ffa22423abe7141f14c25599825e620581f2b6495a3ac41ff7abfcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4ea2f12e465c020166503f03ddd52f0a3bd292c10ed3709de143653f02c90d3
MD5 70e36a2696a97d50b965697e4c296bdc
BLAKE2b-256 016143ce99dde28d2e18d835384f9a0088fb0f7d3a785e7b691cdee8185f1db3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 821a8beda9178b376f2e7459a1bb24e395c8de4e8707749235def6e7c35b4937
MD5 b1960a566b3b891a33d4424fbfbaec52
BLAKE2b-256 bce0880e6300029b4e0b9c47c978c14c4f2321b31a499b58ea418e278971e825

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7e9cbc0ad3f7560235d6bb07c604fdceb50b891b2e981a149b805c9b3555997d
MD5 1c351c2ccd4cc875579d9734fa72bce5
BLAKE2b-256 716a7d3fe52f6180a915141659754b7bbd7ed03faaf6696fd3c189e22fa87a6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4fc85fa118b6eba4b0661249cd4a366d144cb6f1bf9f17b0e08853d4d54f1afc
MD5 4e80c7f04f3fb1373c643728b59b9645
BLAKE2b-256 d106c1ae1a30cf189f1b40c3287c497885c5b82c1915b2793ddac20fb95ff12d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 930fd5c2d00ea91682f95c56315832953f1725547fa3ccb700a0b16513ae1913
MD5 e7fca93f9e4c5b441aa0c182b3217018
BLAKE2b-256 d32a70a14d5508f0b1e6fd24771f585c4d040f0c241b61f89a8a25f839c57a06

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee859803e627ae20a4a6cea6c45ed765e7e8fce08ed9508453d3993c456c2e31
MD5 a9641d1b5b7ae13c1deff24ae462b0e1
BLAKE2b-256 eb2042335a73152682f120e7baab0635cb02e8693b08a483b45407ac8dfa6f44

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cbd3825704639252819a43441096b2f8f02d3acf14beca589d6c89a4a0937a8
MD5 e7fe2932dde409b1c2ff768bdf7e79f9
BLAKE2b-256 d8923c484824cc855c2ad22490c0bf49c344898845b151d1df7c39efe5dfeaa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ede476a30f7b4e19b0abea19c8542256bb3e3c486143faa4b08f66244ae64474
MD5 0d43457ecf3cd2f4bd4bcb4d03b1aa34
BLAKE2b-256 f1cf63a22feedcb5d2a196e7a7195d5b1d8e12f761c46c9efa88f2e7e5af0ee6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.5.5.dev17-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev17-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fb72c855680d1d899eea247718a1768ab8fd39f885bd38602fa6300ede4870b8
MD5 c027beebca2a66b735941dd80902b5c8
BLAKE2b-256 ca04204be121a69e5bbd27102c2f21a28f6afc7ad30ea2a0d361abf1cf796664

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev17-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.

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