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.0.dev273.tar.gz (18.0 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.0.dev273-cp314-cp314-win_arm64.whl (14.3 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.0.dev273-cp314-cp314-win_amd64.whl (13.5 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.0.dev273-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.3 MB view details)

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

duckdb-1.5.0.dev273-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.2 MB view details)

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

duckdb-1.5.0.dev273-cp314-cp314-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.0.dev273-cp314-cp314-macosx_10_15_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.0.dev273-cp314-cp314-macosx_10_15_universal2.whl (30.0 MB view details)

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

duckdb-1.5.0.dev273-cp313-cp313-win_arm64.whl (13.8 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.0.dev273-cp313-cp313-win_amd64.whl (13.0 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.0.dev273-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.3 MB view details)

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

duckdb-1.5.0.dev273-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.2 MB view details)

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

duckdb-1.5.0.dev273-cp313-cp313-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.0.dev273-cp313-cp313-macosx_10_13_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.0.dev273-cp313-cp313-macosx_10_13_universal2.whl (29.9 MB view details)

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

duckdb-1.5.0.dev273-cp312-cp312-win_arm64.whl (13.8 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.0.dev273-cp312-cp312-win_amd64.whl (13.0 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.0.dev273-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.3 MB view details)

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

duckdb-1.5.0.dev273-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.2 MB view details)

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

duckdb-1.5.0.dev273-cp312-cp312-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.0.dev273-cp312-cp312-macosx_10_13_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.0.dev273-cp312-cp312-macosx_10_13_universal2.whl (29.9 MB view details)

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

duckdb-1.5.0.dev273-cp311-cp311-win_arm64.whl (13.8 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.0.dev273-cp311-cp311-win_amd64.whl (13.0 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.0.dev273-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.2 MB view details)

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

duckdb-1.5.0.dev273-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

duckdb-1.5.0.dev273-cp311-cp311-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.0.dev273-cp311-cp311-macosx_10_9_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.0.dev273-cp311-cp311-macosx_10_9_universal2.whl (29.9 MB view details)

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

duckdb-1.5.0.dev273-cp310-cp310-win_amd64.whl (13.0 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.0.dev273-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.2 MB view details)

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

duckdb-1.5.0.dev273-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

duckdb-1.5.0.dev273-cp310-cp310-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.0.dev273-cp310-cp310-macosx_10_9_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.0.dev273-cp310-cp310-macosx_10_9_universal2.whl (29.9 MB view details)

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

File details

Details for the file duckdb-1.5.0.dev273.tar.gz.

File metadata

  • Download URL: duckdb-1.5.0.dev273.tar.gz
  • Upload date:
  • Size: 18.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for duckdb-1.5.0.dev273.tar.gz
Algorithm Hash digest
SHA256 00e79babb16ea648702cf86b150b8389812f4b7d2c18114368b762a7f19d14df
MD5 e63f1ca978144f53108c9849a8635425
BLAKE2b-256 e71f656a729fd07f69393b80c1227a71bc6215fd49983cb64538be7288a01bc8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b7a4584a1e436be480395b7a37f7056411c7a884d4970a38da54f1cb304f779a
MD5 a01d7be53426a6a8715eede4dc37bd40
BLAKE2b-256 6934d83ec22a2b89c98ae8ad683ed6adf05d97497431ad2e5dcf564820fe3b7d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 39ca22339a84baf2db8e44f90c2f9bdb45a0960fae9c44a23b55fef969f2887b
MD5 cfadd14d1199eb05da28c69564f64891
BLAKE2b-256 407dc5b3e034ad53c302e34e8acc0c263aa73885e1f320efda6d16e48456e63b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c677699717cc84cf2b2e0dd67f2bb8bbc19ec3d37f3c38a50e084150e5ab23a
MD5 53b0c33c8bedd16e6957a16b351df312
BLAKE2b-256 fb0e8ab0d69e3610f5ee391fc13dc0faa73de1b46b50f193419607e98264275c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a7d509451408d7a996aad90e07e7b5dfa606e7822c182182c686344d6977773
MD5 4aa0b20c1927f15cae4a8cd5b029bf1a
BLAKE2b-256 1c82db49793970364f068736a200f315f82812af9d3d94fdfdb06a10c08ad481

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 020bf81905d840f332e2343a45695a0ea128f8843e9e26c0823b3358febdb724
MD5 7f0e159c11dba6507c8671b4c0f831a5
BLAKE2b-256 69fe7d3b1854454eb0c54e1607b5ccd11c97a7f0cd883600a704a386da0e4be2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2c6235d27f40985afc17c10b02964617d4f0301903f9858b17c3807e8c5068cd
MD5 ffc22a39ad037d19125b45885acdc825
BLAKE2b-256 abb7b713db5de1e74abb256ca57ebad89243781c6bef79cacd941b7aae721d5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 cf28304b4421d90de2526f24fadce734d045274ed3e46c1c91dfdaa59fb1e708
MD5 159eeb986d95de919e643337c42fe846
BLAKE2b-256 cb1ce5c36c56e30bf93dda6ddeee52b0a521d41afec3576106d464aeb1b1051b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d1b05f810984da1133c1f9d46a80e7f694c19175a95d78424ebdaedadaee09cc
MD5 9ccb38cfb49512dc239c9fd77b634af5
BLAKE2b-256 292dfd7badacec1c91f64516f1f7d97f63064cb6deb52907aa6a6cd723144b3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bb3f326a597a547c30cee0aae0eae27506431df5ce93d5a6352c06684cd8616e
MD5 c43ab266d42d29ccc7c30e98b2155175
BLAKE2b-256 8b8ef54856abea38e1bcb83250c0c9bbe35177808c44bcaa3143c0074929aaba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa6d85b0ab9ff2bf6da54d0b4cf50e4e764e6e7166f51da89855c355c857eac7
MD5 fa381790265bf93bcada46ea851faccd
BLAKE2b-256 c3c92dd8346a18b2b93faa2d4aab9f9b5cb77d28a75fdcff2e0a873e8e7842b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff8b66e208f8175a9e61d18d690e2eceb7dc947b4e8dd053bcfb226e7b4329e4
MD5 3176f8aeca2b31620580ec063c3f3323
BLAKE2b-256 64c613b7f38e8c11e29c49de8fb5a1ef10d935c6085fd894ce3c82ca841579d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1b88c66dc32a693a42def4fbcd56e4d265bdc9b910f1e0b03768ca8c8a46b3b
MD5 e1749cf63f477469f3cfe4d5c0002530
BLAKE2b-256 2ff508f2e0021fb8b758abe5e82073588f603725f9d15d9e667383f4593954e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 602c69a75587c91f0e82622e23105c4d44114cd196d19da01da79daf0c718fef
MD5 dfc1d209ffcf627e83a60f192d4812d1
BLAKE2b-256 85d61822e5569ef3705f113059442b3e37c39551369dd4140e75e09fdf1a214e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 5a51ecf12b2ea8edab30cad182475a9cc09e62ec5ae5ccfcecffdc64ba705733
MD5 3db42376b24eabd94372bd019fc50a15
BLAKE2b-256 06a06e81a53d78c6fedefaf3fb1f0842952ebfdc3859419127007272d9818bfe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 21920a02d135635d2a4f1a41140ed8e431d1bf48b2f39326c8f3ed2d251d341f
MD5 287d276ddb24a0225797aebd5cd34c50
BLAKE2b-256 dbc289c883928ca02fc6ebe21a9d18210b9d2b3885b96a280b840b5738745997

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 be237df9a0e9896ca0eb5505098e3dff98662536c66614491a3b89cc2e126873
MD5 ee87c76a23fe25ce34664364e54be000
BLAKE2b-256 1da16ae5c0f409b36fbd69d7c0a74b0c296c3753c3429ceab2b8b9f5abe7ba11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a22e44d197165c6d34b5bed1bf148a3ad0b469da64db2d0a4c2598cf46fe92b5
MD5 c83b6af6583242bc2886920e2874c0e7
BLAKE2b-256 326f92b8a34b78e753368e4ebe063a584de09e8f54aa38d2aedee0a4c472934a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c5c45950eda606f90cba679621736e3a3f302e1e04ed14d5106c94bd98fb05c
MD5 b32835150509b17ecca819421c8f9ea5
BLAKE2b-256 c41a35afd0f3e3a31ed436b0aef3673902df5b104be3807c2d590ce0dd702ae5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66305e472b3a8284076515f1455e66204ff04e4ba008af4c53c6c1bbfc5e31f6
MD5 2584d4750a50de77778da47552dd8939
BLAKE2b-256 546e6ecef4e20dc54f8c1eda609bc6f57ff1c174f6d461636763704ca6969aa9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6c76823c35940096e32708f89bc0d63a7e3ad8df133682e2914e00cb5b7299bd
MD5 bf6e12d3a6f6e9c0cc2e7f0c108d2f8d
BLAKE2b-256 43303691b53c74c61568be5571f84de262d0ee9147498fb286619630218a3e08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 05a66456b1d75dab9cb73c5386fab115267c73592dff9941ab0f9515e5fbfecb
MD5 ebc5ce38998292de3c3ad278ca36748a
BLAKE2b-256 99a2946063a531114ed904cb39bf2483d859e4571cbcbccd57b61858c4c37a80

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 2b6a5ff302640b7b7e06117b1249de8467ba3275a6d194587f03c31b535fd34a
MD5 0c08cad66040141425a4402aaaf9f1e1
BLAKE2b-256 d165dab61f706e33b901ead940d416c7d2081085f7f4823bb2fd81119a1abf1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9c23c19d1b38475b07784ee681e8185421368fbc6c6099f61e53e9dd9bf27351
MD5 1c48387c20800e9dbf4a9d193bc56ded
BLAKE2b-256 49ad812c236d11c0bfb5a90ea3b0a4aeb4d3cab2bc4e30ce780b48d25f7ec1a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bffbed06f3600986bdcb051673caaf449b5e4b8cce57d2ad089dcca8eb8d7590
MD5 2adaa86d9d92b79e1f6b94a0d3359f1e
BLAKE2b-256 b21ad7afdd8444eb08de898d82b0c938a0022d20278d14731940e57d4ab5add2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9adffc90da11482f104aaf37d8eac619a77c9445ca32db59d766b0f1eb17a94
MD5 c6a43bbe5e87be044ad4e3bd58fc572c
BLAKE2b-256 877061a2aa34e0f55b1189aeb3b010e080f94fb6306c35b53ea2cd0ae05e8cb3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 48d05326c1efbf52f2e0ad541e643c93b0e13426154ed1c4e66801f9c5b91a15
MD5 ce0dcb561a288ee184baf5bf95774e7f
BLAKE2b-256 be6a07189ec8f79279e60f0f29f03f4ec693ae5b0b3073e1c95dd661334c9a9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f52aaf22385cc1b49ca09bd00a910816a29b218b870c89d6d1351d4a07795549
MD5 89f50e41428b721074a7bbcbd4abb749
BLAKE2b-256 d43b1c80f4623249416e4337b871587486f8ce643cc347985453d357d4469f9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 963858f02c47886d549d7a5aa431e0835fa8fcece4219afceae81cee75874801
MD5 2448865e2d2c8b055de8af4f23f73f20
BLAKE2b-256 2a989d6fb02fcbbbe0923ec3a50607542ea842f61a81239f06a843e5bd680c9a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a94f85ee28ae7cbcc6631b850747ea4e681990871b8e1a0bc1fcdcca55f44a41
MD5 78d88a9d71ac333ce70a0f84fafd53e0
BLAKE2b-256 eef20cb5f0eed75697739ede06e9fe8ee19bfbc724d5d65269629f4a4f6f23db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ee54e1268b7d11a526da8bfb973b9b8fac7ea6152d6ee57ae5e07bab339dcb2
MD5 11ec858104b4bd2c8b80ac42b32d3a52
BLAKE2b-256 01f22c35174e45e05b32af1d1b06a952e2a6c53bc77effd69fb648811fb9eb8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7d8c26e55f18ac36dd0f4f1e70d954f3656cd26a6719d05b7da20f2ae59f694a
MD5 e5490a52d4fd06d274f1cff13e86ebf8
BLAKE2b-256 38ab8e4295b10b20535c0bc0349f7b371dfa2a7b534d45f3c4be802a96f62dbd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 830d62b6eefc3d2ac34d1a051bd93c39c70f3515c4c45e68c28b50c4d4d670c8
MD5 809dd49372fb6f8af080a2fbe739f948
BLAKE2b-256 96da9b53f5a6db76374dc481c15e531c0d1bce28ad47bbfe86a219eb4e6d94b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9d00a84ed4e8655c2d7cb4d1611f50174d5e278b84d046ead5ef80294ab8736e
MD5 26f34094dfdf8e832d0bb146c4996f26
BLAKE2b-256 8e296ef557747d441cae2a3fccbed0603989007e3a57b731cb74a3d1891168bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev273-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 137f56cc2749e42f76772a25318a192bbbb66dd06905feaa8dd7714ddd4309e1
MD5 056043da366b2208d859d1a65332849d
BLAKE2b-256 d8fb756f4b3172b337dab6ce6c9e4016f698c36d21468424edc0d455d2d2564f

See more details on using hashes here.

Provenance

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