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.6.0.dev203.tar.gz (17.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.6.0.dev203-cp314-cp314-win_arm64.whl (15.2 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.6.0.dev203-cp314-cp314-win_amd64.whl (14.8 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.6.0.dev203-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.9 MB view details)

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

duckdb-1.6.0.dev203-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.6 MB view details)

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

duckdb-1.6.0.dev203-cp314-cp314-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.6.0.dev203-cp314-cp314-macosx_10_15_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.6.0.dev203-cp314-cp314-macosx_10_15_universal2.whl (36.8 MB view details)

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

duckdb-1.6.0.dev203-cp313-cp313-win_arm64.whl (14.7 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.6.0.dev203-cp313-cp313-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.6.0.dev203-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.8 MB view details)

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

duckdb-1.6.0.dev203-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.6 MB view details)

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

duckdb-1.6.0.dev203-cp313-cp313-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.6.0.dev203-cp313-cp313-macosx_10_13_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.6.0.dev203-cp313-cp313-macosx_10_13_universal2.whl (36.8 MB view details)

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

duckdb-1.6.0.dev203-cp312-cp312-win_arm64.whl (14.7 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.6.0.dev203-cp312-cp312-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.6.0.dev203-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.8 MB view details)

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

duckdb-1.6.0.dev203-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.6 MB view details)

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

duckdb-1.6.0.dev203-cp312-cp312-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.6.0.dev203-cp312-cp312-macosx_10_13_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.6.0.dev203-cp312-cp312-macosx_10_13_universal2.whl (36.8 MB view details)

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

duckdb-1.6.0.dev203-cp311-cp311-win_arm64.whl (14.7 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.6.0.dev203-cp311-cp311-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.6.0.dev203-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.8 MB view details)

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

duckdb-1.6.0.dev203-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.6 MB view details)

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

duckdb-1.6.0.dev203-cp311-cp311-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.6.0.dev203-cp311-cp311-macosx_10_9_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.6.0.dev203-cp311-cp311-macosx_10_9_universal2.whl (36.7 MB view details)

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

duckdb-1.6.0.dev203-cp310-cp310-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.6.0.dev203-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.8 MB view details)

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

duckdb-1.6.0.dev203-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.6 MB view details)

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

duckdb-1.6.0.dev203-cp310-cp310-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.6.0.dev203-cp310-cp310-macosx_10_9_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.6.0.dev203-cp310-cp310-macosx_10_9_universal2.whl (36.7 MB view details)

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

File details

Details for the file duckdb-1.6.0.dev203.tar.gz.

File metadata

  • Download URL: duckdb-1.6.0.dev203.tar.gz
  • Upload date:
  • Size: 17.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.6.0.dev203.tar.gz
Algorithm Hash digest
SHA256 cc6c4d8dec9ae6e883b51767bd6e40fb210c47bd822b432345fbc7a540225379
MD5 1dfd67c354edb33f7eb233a3d6e254f7
BLAKE2b-256 122b043811c8b3d72047ea620b5409c7a4f43696c0ca549f2553f0f0b57504fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1c17b1e42b8b9f3876e1963687baadd4cd70ec043b4d0f310ee073dbd726a0ce
MD5 79f35dc02807218b9be37b830c750289
BLAKE2b-256 4a01e0e5b0711a2a6497605cce4f8733a0eb02daa1e717b55816919ba50f4131

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 acd2351a42174d72b9569f2efe8f1596e8b4aa3192c070a96a31929c6d22117e
MD5 8983a6c5f03ffcff9d8a26931d9c4f40
BLAKE2b-256 d2373986c933a6dd4f3123283286174632f6d0744e61e137bbdb76a81d1e457e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev203-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.6.0.dev203-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e30979bc6cbfcc48e12f97af0767d93cf5d046e9dc757fdb2779a7a7e4e9779
MD5 eb4da5605534e2d128435262da4a26c0
BLAKE2b-256 30df45a9934e4d74b32f07ee46dda3e8cf9d3e8b2dffd7c474e749d0eefd0c56

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev203-cp314-cp314-manylinux_2_27_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.6.0.dev203-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f69b80e700c287d80a3ee5bd5d948e5db21ed30702e4217323732bfc139e3e4f
MD5 83fa491e00d9bf1c27ff6e4029562386
BLAKE2b-256 988c8d44c83276e5e17851c812d5d2d32e81134c6f7e28199d8325b5d36909cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13514efd6929ba3f06d4aaded19612e298736c2be9cb622e8d88fd8b26339246
MD5 c131a919a7d3d59322f94923895e9c67
BLAKE2b-256 e0cf97baf15d5de8174a325fb30969df921f7206a888ca500bf93dbe28038e46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4f903993547a5964961d8500c7b48fa6023c1c1ba0cb917f27f6983abad1868d
MD5 bf1c1030af9b30198e94ca91b7b005a7
BLAKE2b-256 29d350afdbd3ddae810f84155974084883e2bae865382ec158208d43a1c81e2d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 71e2d7a3a477314eab504f6468c298eb04455c87effc6720258afd53c7fd716a
MD5 e4139073517ea4803702f38d95140763
BLAKE2b-256 d42b5a1a20160f3483219ff6d2cfd830337eb96a0773be396ac6a91cd9aaec68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 522e7ad43cc70d2f79f651148a84f95a9457ca978442855eb2b6d7775515d905
MD5 1a5c439423f4a1eca0318f4af3726e3c
BLAKE2b-256 1b27e9de1536addedb0f11ac264b1ed9882fc0f822dd38d91643ccccca807ec1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d07a2115c90a6580ec9a8b4f5bf5718915936faa2fc9781a6428dfa3bae421c1
MD5 35b70c2590bf473945f1fa007a2d2661
BLAKE2b-256 4e5f7aef9849075177ff6021c597b1381dd4b3b67400bc620e6b4a1066d0449d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev203-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.6.0.dev203-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a689163a6b6c98fe438ed1b963a65b68f73d4213d519f3f082cad5f1b57b9260
MD5 5cad9b77f282e485461a40c46db010ff
BLAKE2b-256 4b634a91930af96b5b21dd87470138bdc029de116f3028a56dffa6e0fe1ce84b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev203-cp313-cp313-manylinux_2_27_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.6.0.dev203-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b71d6d3baac9d9a8200e5ac5421bf73e45ae7931c010160be0b2d77ebab7b7ed
MD5 5fbd7b34c332853948fa48e27b758598
BLAKE2b-256 3c6c4b25eb725130c30b5a48882afa63cd587625fa33eca2d97cdc3ccc6ce16a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57c0942c0c5ce1d74034c32bcc79ca005abc2ce0020213aff0dff12870b38b6a
MD5 bf21306bb5f5131de624d0db28fd9cd3
BLAKE2b-256 772b51cfdfc44d3f5dcec8492d19b85688b122149a3cc8fbe8373ba53c258cf9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cabe31efa4a789f5e5eed576a527856c68545194e28edbda9cb18919728b1b7e
MD5 afe150d66ba34ed2671fb8af3f17501b
BLAKE2b-256 469ae496cf3be346cfedccf7bbde672f9562551677a5d86df204df38c63fecaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 a1d1c53546676e593d257a305e8bf80920e53dc2be9eb59a3d23e12572d80e91
MD5 4e0c487ccc7cf5168a8c13957abcfbf5
BLAKE2b-256 413fea4b58a628f286e2782e9f932558af9f316d46e44bc1ac4e1289df7391da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e9cccb6a8726d7db35a0ce86e43da17df98969c6cdd03b752693f91d14c37b05
MD5 fbb83b6265f340a31930f8884a2fc342
BLAKE2b-256 4ac038f53da47d6daa2d70e4b8e0a282b49babbe2ee977295a239f1c042fb45a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 62736d0f72ae7d941ebbe90cc629b5000c4a42c3150b3814b06a39855db46685
MD5 a435c8c58108577c54aa91468279d9d1
BLAKE2b-256 736074a88667c595967c884d956ea71fa016d64638885392c4f5c25d898aba5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev203-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.6.0.dev203-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5ca7834c1183dcff33c9109533c97b84c779c37cd0fa14582ad9ce881164e3dc
MD5 4f472bd85d7097643aa74db93ebffc99
BLAKE2b-256 6aa4d6396c7dd3966f0d3cc4cd0701dd245f883a992e703b2e0e112ba9874b56

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev203-cp312-cp312-manylinux_2_27_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.6.0.dev203-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8f763b5cb30d81f1ab739be774cd026921bbdde6c7f4d2dbe69bcc224e09ddc
MD5 de35ce56dd9259be13bdbe65534e4b83
BLAKE2b-256 ef9ed282b8ec19548aaca49613cc00226ced9cdfe54df3900730fdc72bb843a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 91395338bfa1d58c8ed46373c33648af9ab374d97eebe41325171d57c007a8d3
MD5 6a9bbc4c6d55b03600bc3df7767185e9
BLAKE2b-256 92dedbf242c7dc72398a10db8e5e35b8f94f7263f8a4c05e5bc257fda9df1be2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6071942799806595f204eb3127c1e291044216fd7f8880836983f0ecdbbcb85e
MD5 5553cab067e14f27523ee89c89f2abdd
BLAKE2b-256 3c867cdbbc14bc4a094ec345705bbe67c6d6f5571c3d77f2bd587b59d515695b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 f0c25b6a4fbdf97c5069a0f852dc12a50610d6fd9299daecebb2aa978c525237
MD5 2588851d918be3713110cab6b03dd8f5
BLAKE2b-256 a567845331c4cfc6c045c2c5021176dcf9e9f3d4e06b94657bc6903664768dad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d3c02056ec60a3352ddf598c08c47964069d1aec926aaaabae3111e16b785eb9
MD5 6db85a86f204938a14af4121c857bd02
BLAKE2b-256 0ba11c225152badc514b2db2a1e8b8ac45673e39eb0d022a389f40096251c118

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 67d429d99a50b31ea79e5923c3e5f94c3e31ad5a4eda7f5e8d6f45c0ca7eb639
MD5 dfc9233f1ae00cd8108cc607389d231a
BLAKE2b-256 2c49c3240650cd466615d0b7873c46ab5963352ea8a79e5771e25efe41b4376f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev203-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.6.0.dev203-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 95e5da2f85c86bb5e51cb2b6584fde08aeeac670c18414d0d2ab87383fc56823
MD5 59f39fa503f8d7b2bcba4be2526db10a
BLAKE2b-256 fd1b83a8f649143e77618d7ecec9bf47576c4fa64dfd0b5760672d921e6a0973

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev203-cp311-cp311-manylinux_2_27_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.6.0.dev203-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aaafd3c13430d42012fd62c9242177c86bd649e0b66652eae839807705f32983
MD5 2f22bea6a404b3238b2af064806eeb7f
BLAKE2b-256 f27e700ca67fc92561c96f743431fd51f7a435787db9fcb8b403f4ab4b89b071

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 38fb2e156d7b370aaf09a6f68c5e559ab78481c80a5649b9ae188547925772bb
MD5 42d5f76cd611cb78ef3b2f7035d73d2e
BLAKE2b-256 59fda2d253e15a0574f9ccd2d8b0e2782534b58eea15850c9555dc5ab206929f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2542f3aa52b1936c2836dfb29c3227f96f48211644c82f5ae900298a3083a754
MD5 23e1099e3d4a96d76bafc75216a12cfd
BLAKE2b-256 9af4e2c635a25b19cd75bf556c0e7cf88e4b51eb00afc34916ceb114b6611084

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 67134f557fbb924be3ea7356020146d9f7c5ff3cb89e2db950baddcc58bb09cb
MD5 1e9632dfcb72ab25930a32415063e42d
BLAKE2b-256 942dadd468f7c5216414775df514a1d5ea5fbbbeae37475d6efdc8f853d8d1d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c90f09259de8a93a9690899a6b8db1d68142cfa45ff1789664050e0dc93c4684
MD5 ce3146dbae1bfba4387791c79aa80b56
BLAKE2b-256 e099e661b7d5865137056a44dfabe685d11ee62550676233ab8a2867a1337842

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev203-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.6.0.dev203-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b06bb79078be781112bd9c0929ff5f92772094e13f7f13715359f6e13d12776b
MD5 607d857896ae57a896f69ce9866ac93b
BLAKE2b-256 5451b3f8745693c0b7fb67609c492e366c9667ce56a547a3a24f569c1c8c6f48

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev203-cp310-cp310-manylinux_2_27_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.6.0.dev203-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2ec5f2787f047f7c95505277854c2ac9ef440e1a85eafe26c15fd6d36bdda8ab
MD5 6a00ee02e5ed71945b07831f1cad09e2
BLAKE2b-256 265d4f357f518e2afe88d9e5bd3947e495f0b7849c76cc09f82720c46e7afe66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d46306748ea95c821ba98bd6fe06ac5e1816a7113bd8153c2cf9c5cedf58d7f
MD5 7e0666e4ecba511e6f8b673252ebbd10
BLAKE2b-256 d7414d0388e50b3e36577142840d821b403b33f604357af324f91c56dcb0fc4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c7381eb78d44f008e1e8536cfdee90e6971b3cedafd5b3ddc463b403a1f6523b
MD5 e7cf82cf5c9c49802dd679e2656b53d0
BLAKE2b-256 1d545d8faf74f20667d97b3523a050d31d3882d1ac5dc0645ee4efea59fc93db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev203-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4730caca0775375c7fdbcfe319e23778987da92f5282bba0fef278301e983436
MD5 22ec1105669730726cc30daeee28057e
BLAKE2b-256 09308ee0c81d0930f1defe1aec79279120e8bc6310f8ba63ff0bb9a3c2b57b8d

See more details on using hashes here.

Provenance

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