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.dev25.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.dev25-cp314-cp314-win_arm64.whl (14.5 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.5.dev25-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.dev25-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.dev25-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.5.dev25-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.dev25-cp314-cp314-macosx_10_15_universal2.whl (32.8 MB view details)

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.5.dev25-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.dev25-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.dev25-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.5.dev25-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.dev25-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.dev25-cp312-cp312-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.5.dev25-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.dev25-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.dev25-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.5.dev25-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.dev25-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.dev25-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.5.dev25-cp311-cp311-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.5.dev25-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.dev25-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.5.dev25-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.dev25-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.dev25-cp310-cp310-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.5.dev25-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.dev25-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.5.dev25-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.dev25-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.dev25.tar.gz.

File metadata

  • Download URL: duckdb-1.5.5.dev25.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.dev25.tar.gz
Algorithm Hash digest
SHA256 847e284d50c5c820242ecbe0f331b3dc7f34e6eddb4bd2d46469e1d17c8b5f77
MD5 761daee633bc9281144477f573f1130e
BLAKE2b-256 fe3eb5be9f70a1201cc92fe9ca2c28d269443ece2cbadad71df64bf427e131a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 9945665359eec7f1480684588de9829b8f38e5dfe7d71f32c781701b11267e9e
MD5 3c6e9f8a0a090652999ca582c13da977
BLAKE2b-256 8cd49abde9e42d829f1206cbe2b2064e5a169c92eee49cfcb35d425845f894f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 61f0d3a495b0a7ed9c9d67fa4647340f6fe3a83ce46191dd479f01ee8a7b0aa6
MD5 f45a1d312e297c214f2f5d98a61f20f1
BLAKE2b-256 7bcd5a907a67e6eea86bb5750db25e6e9537a62b435a31983c79394f56c468cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d14512942b5f85b5fc4e8fb0e2e6f73b166920f575a08a6c5cebbe4d9b97b75
MD5 c15a0ab24ffac7b0eb17bc7bbf867a32
BLAKE2b-256 5bfe3c5e7f12e8f830b23ff16fa7a1fb1a08cc53ceae838a1ee04a0062efd9b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c53fdfede6a9702594c309a944b46ff935888a773cc645f4aca438b6cc6f1e38
MD5 6c33bfef3bbb4e9e1254061f8ea91da5
BLAKE2b-256 8ccd1a50c8cdb3e92e106ade74648ee147df87caec8a780830fb0d75b6a85e62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 797e6d1a0540c46cf37de6a148108d04c8daa8c25e5d1118d08404511fde437b
MD5 503848b12ff3b4eae77bc63be0d4eac8
BLAKE2b-256 cb23df3f3ecf031b8a11d36a9b3d54462252697846e1757f2224e879505de054

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 62fdd1a88f78541a6648ebfb94cd018db0371e527281df005db474d47f1edb07
MD5 b4454bc484cf7ce664322f72ac41f4d4
BLAKE2b-256 3d242ce9fa44cfadeb77bb5e3a18ec43a3fee71f2da544c08ea78b2793f8168b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2489264da84224275a3857087178b778d6939227d4a3d3e2e3bcb530c6b3e146
MD5 cc67a5dfac4284a322dee7fc1bdd7bf8
BLAKE2b-256 0d723a37ba807851485843c7099197c0762f814dac01fc5e65cfb167662c8baa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 fb8ec6089a4c08e66a68ea966800e54cdc534ca55e423e0f970c3298e3fc54f5
MD5 c51c69dcab3fa1908d7eacb6e48e2d77
BLAKE2b-256 4757e02b3afcc4137203bc547d4e8898a20f715967ff1112ac051a0f41fb0d61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bf3d1eae3177235de38ffec56f22f932982fe250b0654df773187fea182bff3f
MD5 63d6ce20123f531d998525f9504033c7
BLAKE2b-256 62afc3dfa1d039238862db9b7a32d848e2258c752f0578e963732e12bc0b6d4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e7ef2c3466dd9f051e40fa528523dfe855c8345ede99f7d8b69bd116ea13ac8
MD5 ebe6becfce677351f340b7d890da4069
BLAKE2b-256 2e4b5828d070669c33054e3704d059a8cdbb13f7e6c84aa0e6c74bc0fc6de929

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b2346f669b5cd281b5813c74f11abd9ee98dfcdebc580dc5ffdbba0bead3944d
MD5 148c92f3c04820c22266d2c15dcf4625
BLAKE2b-256 b6c684c4bee9cfd325b8c42330f64519004b6fb38c099badd3b6e6a08d5869cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 183184c046b1aefee97604ce3e31debae620f03c010209a47914b71cad403e17
MD5 926a3e515f9ab55c5f96f16808a43ae8
BLAKE2b-256 1c7cc0433d4369622b20ae8304b1656599c9448e54f3eba37f0795b2c3414a85

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3182421dd5f6f6ae09dc60d704267ff0056c575b616ba96909081b7583d61f9a
MD5 e618cc6f6cf2295c0bfccb20a3b30dae
BLAKE2b-256 03dd26aa9fb7a3993a1f43d0f5442d204147339e103db52e4407810daff3db3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 b8c04fe67f3b44fd124b98de9523f1453e9414a317e3fd3bd2b24915f234130e
MD5 863802174631a6d57f7f11606d94a7aa
BLAKE2b-256 a70a4b13f0248db9ce7730f458c20e0a1bfceffbe366ca1df138d9759f839aab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 450dbf95f490cad2be7b450a15320a2063896fa05f34b252510e5b785f720b4a
MD5 37c8f6227419eb083ff3e7e8244f6fae
BLAKE2b-256 cd4881ad2175f363c69204142649c76dfc9ab74186961a7f6acbbf858ffebbea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b9e6ec39cd1e4f2a699bece954a88db9d680aa890582c77ab46d1f0ba08bb1be
MD5 0db8f7b78d6fce5f7c9ba70efec7f4fb
BLAKE2b-256 d67b9987ddc4b70dd0c60ac30cf56a511bf69c1b2001c77337910beb29117ab2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 09c01daa78d6af6a5416b9543ea154b23ced19a6e6d1cce3806021b210bd0f59
MD5 c4825c9d643af19e832396183ac808d6
BLAKE2b-256 1fbe43dec7751a53f053182757b14debaf031e7c8e2c4d544fb22973a9410195

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4844ca30bb9e73bb4c40ff0a3f2b1d7cc36f905c7436d9d502e5e804a14fadd
MD5 67aab94fd9746e97340ca19bf8c160c0
BLAKE2b-256 3d5245a5cb7ced82b48c1c830b5eb69c24c13fe10d9efb91675d97b8c4bf918f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0039a935db3c8eeffd1d1225dc10c623cdbf90930da42634a29d8b7dd13988f4
MD5 166c9b3910ee9fdfaf8ff621f76500bd
BLAKE2b-256 84202454d58eda37d30ef6f35d61b9d9b6d19e595dd5933ce08823d37751701e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c54903550de09464390688198afad5db1e76adcaf2f736e99fe2a53c05ce60bf
MD5 3860fe065c75a2285cfee33167069006
BLAKE2b-256 46420801cab81d4b12495ac5ce9a8f99056ae21bb17f0d3186de903ff338e783

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 b6b10376a8c4ca93711282189c70dbcdc815860598660b1da0b9be4abd40e2ff
MD5 d4a7c9284de78fc30491e0f738a50dc7
BLAKE2b-256 6439c4bb3ada30f0693fc72386d593801f2826b5c08643378609881026c356af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 2b2def68edd82351be091a45df0e762d269a68eda067320ec63c33128e468d75
MD5 74b4e8cef085f3b581d03ef2822bece5
BLAKE2b-256 3566cdfecac6801c71a5d174f036df6104a13426ce2318f3f78d9e62fa590cee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d2e69812a4a9c1726d4241491adc309d06ee744c302a619061e6239e8b0edd48
MD5 c1860bef7acad829de725e3a43a22ac4
BLAKE2b-256 756f91bb63638c9786aae710f93ee382a9a32c9037b503c11974b138a800f1a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ab9e0cce2bb36138141b27855c78f1aa6ac1e609c6e91945f818e40e40aef63
MD5 9d942653c7bcc41a382fba475e96ed53
BLAKE2b-256 f47f2b9db8e6eba83c83a8a508260a13a79a69217e4f5d32f42ebd4c2d28737d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 92992caa3910f52d68b51aab5b667b5f1ac5cadb80feaec2ec8ab8754cdf5b9a
MD5 57d212950075ffef7b587a87341979c8
BLAKE2b-256 4d664776267a46516822046c5494059e6e6edb9fd0e1560f318044fb86cc3d6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d57f7aeafbc0a3589a08f4bdbb63faa620c14668eb6b91e7461c3ca35bc46a2
MD5 6e97b3c7a43623572c42719ea175554d
BLAKE2b-256 f2a94b52be00c7e4e6eb672691fe6753b20d0745d7b6d48f055f4bd3d1891bb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a43e6978a15302022cb3478f31fac7d53f41afbd290c646180a9cf736281a0d4
MD5 ed270ea9478d412d67adefc449ffc94d
BLAKE2b-256 7dd73d623e4545c7d56d0d5e4c016d017e4c071d5e9041c08e7bd903cd407a7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 53dfe7d43555fff9dc1a078a4eff6216c3926736c5bd12ddc6ab1c5acb0f5880
MD5 94c340117fe35ca690295ddcd8852b3d
BLAKE2b-256 4d00fe9265fd4ac70396260350a74bc74f8640c08c8fcd47fe795e3bb41dad6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8df824d21a625709ace8dae972ce61aab3f5fef4ca5286f78c1b85efc65ba82f
MD5 423316b850220eaf6ef693cc071bfdb8
BLAKE2b-256 1fac5b4fc96a752c939b165cf32dc33a09fa782eb9f66b07abb5235b9ec004ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18bdcba7e2e2e09f974d5da14446d8c2e1756d5508a613f23bbcbeef7af0fa1f
MD5 48508c7feab830efa18d02f7777101e0
BLAKE2b-256 721646fe031786a5c4285d0f84a4103eb22c221860daa551b73347eb365dba64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 945e76946f37c90b49cbd66b452e277b79922335b8610fddd040b70020aca620
MD5 067fa8459ec0a31cd38a79ef1d073429
BLAKE2b-256 08ea1a3910d907c3f0cd0bdb70cc122726b2bb57922545d11d5cec7b447f5887

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d631493ca6147aa4333258abd2ed1322b1d037764fbdb591d178fdb3c1bb32e6
MD5 3c957cf6cd3cc054ecd0a34e06e7d63d
BLAKE2b-256 750d57400a5d5949609dca54e2ead46e7e28d53155fac8fc4bf08c292ab2bf88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62219b482c3f19c360d5e28870a7a86ba5fb194c9cfc75f6786e505fa89a6330
MD5 4a49239bc19a89b0b327e457f3f7cd76
BLAKE2b-256 a029dd29215d65ce4ce3b64f7053d23548ff2924d1eca8701c42e8b94917b9ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev25-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8e6978beb61e22d14711577b4b6b51d75b74adcb198a9f18e62f08ac612a3549
MD5 609282f2d2f93bb87328b422b77e13ab
BLAKE2b-256 fdb1955757949d0aaa151dcf5b929688ee38b38a572c5f62786e53527cea0c0c

See more details on using hashes here.

Provenance

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