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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

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

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

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.5.dev3-cp313-cp313-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.5.dev3-cp313-cp313-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.5.dev3-cp312-cp312-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.5.dev3-cp312-cp312-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.5.dev3-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

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

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

File metadata

  • Download URL: duckdb-1.5.5.dev3.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.dev3.tar.gz
Algorithm Hash digest
SHA256 756e088f63c4a7c6d1f122a153c8548c9567b98d1f4607a8eef9e7ae95ca74c0
MD5 d117c38c94f2ca5087c3e6f4d4754141
BLAKE2b-256 db39599614018a30921388f5e2a5d2be6caef3d198d8e1f8496e2f047c716524

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 0e1a6a601e6f281c0b44875fbcf41fad7f0c8e984ace1a3cfa68158158d43bba
MD5 951d5a3fee3d8ba494a7f71088869b96
BLAKE2b-256 f1da24029ff9eb6091abc1bdef2c4dbd8cd0ff69c9d84eced5e5e5938b9230f6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.5.dev3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 13.7 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.5.dev3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2fbd757462bcd96ae633dbdb4efafefac1f7d511196121ead9da4ab134f112f6
MD5 7dfb08f0f5d66dc595433617a0c311b3
BLAKE2b-256 725b66d5d16bdcff6333c8073d02358106558ed52f6b69b9b7bb69b8838a6246

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42b2620cb39d703ca466d146f5c0f2c0391ef552c3126d27ab65f79c120fa7c1
MD5 1cc50dbfa8984241cd2f87d9dd60bf3f
BLAKE2b-256 47635af071fa4df5aa754936598ee587b0b8be3ed58da7e204e3088d8ea80c09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c990f7242da9801213ea7d44ae9638b7b1f02a6ab03a5fa9426ed73a500fe122
MD5 7001dc10e42b2c8021aeb82636be4a53
BLAKE2b-256 86b17ce0ea4366897742e5d2b89b65b6c387a13861513f6b60d3c133983bbda8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5a1f0c4c6a3dd5b3a237393ddcee181e1703f8ce95a919b24e137a9fa676af5
MD5 3f886825fd3c10498d9c10adbd200a26
BLAKE2b-256 e6df97ef0b7d169365ab37735809a0f2da75d383ab0c14c83443f12e8e658053

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4c6716cf6c968efc0d2447619fc026d14a12dbe53604056a4b88f8b2de257f3d
MD5 f10120ebbda6d81dd98a0959c51b4552
BLAKE2b-256 2d96a31ba7e5f154cf285c5cfc4b6e60e9ed76f1eda8d877cc03e001fbfafba4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a38742d094792619819cf75e30277e2f32d11c4977a3ae02597a4d1b4f39739b
MD5 2672ac668a62076d739cbdc4bd57b60f
BLAKE2b-256 70343155e4de4815d4dab1350ebaf86b4e1d7ed8fbc98e7973799e16268da1e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 77340163b6533bfed035ee1a6273e0a98b9da028bdbba638694e9a542aa4a571
MD5 c85d9adce0b2fffe2fdd59ff239cb32b
BLAKE2b-256 140a5c41c6d5d4b29eee1fb3aeeb63a3592aac57bfac4c3418afff1122f349da

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.5.dev3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.5.dev3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 873b014f64b6115297cb5de0444e5debc57b03cd8532cf9e62cc6a72dcf43804
MD5 94839d7f7f1ad55026395c7c0b3d89d9
BLAKE2b-256 2e21541f25d03990fa15cb5bc3f50b4922869f8b73f24a86e043d22d4b91576b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5afb7052611d56c5291af6904379fc542174bcd65fe102f43df71855856daf2b
MD5 8b861e29975b81e42ca55cc24c13aa76
BLAKE2b-256 76a1aa2fa333d431fbff6d1b6e91f1aa5eda7a95f4ab30968c3e7f377194f034

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 90cd8d335a248c647dd915d096d10fe9efeecdf60245c1d90519b992ee52c338
MD5 f4cefe4de3beee6651515900f54f44b4
BLAKE2b-256 93e1df5441582f32c3278582c71569416c61db4372a3447a281d8698cf9e1d67

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb47d3db7dbeb5ba88a4889cf41d26a315e754c1eb3d16b8dd873acdc460e1f6
MD5 b5094646c168467048c7803d94ad16e0
BLAKE2b-256 8389e95486335f06552810daf8ff5fcd8c2865f821f63e2597d27f5dc461b9e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 14e29beb0a0c702e256487d3b429c7a6cecdedbf1db9681c59d1014e5d6c7e7e
MD5 db8362066b321c4150b4878f43f5b8ff
BLAKE2b-256 49ddc89b48e783fa857201dca0b81d2587c018af21c9fd44bf88c834098e8849

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 24fed4308649b66bfd5c2b95a927234333dfc2d5964c494db1c84dbf003a5879
MD5 74b988d11990c3f3c03deebb24ec6795
BLAKE2b-256 5eb8f8db27cb500bcd3ea1eb3574ce8953d1b33c0ea8be0ac5cac16c40290f04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 fa381a246d1a2c13f35235a8dc87f2db4d749b8e2c66e9c54ee7efcb2ca62348
MD5 af8f3689aeca356e179918c4eee74e64
BLAKE2b-256 132239fc1e7f55e25311c5b9d7fd254d4b7fc83219fb92fd63f4c64a050ab634

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.5.dev3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.5.dev3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cbbe4b3fe6fcccaa81dc94274c7bbe7cd7c9a92af23b7bccba639064bcd4db5c
MD5 4a5b85044525a13c8381003899ba3134
BLAKE2b-256 ea974ff1ab608abe1c941b2ffeb116ecdc009cc43b5de12445dbb8777d2ad2f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4eea76cf5c399f86fd2ffa8f48b7d1c61bc72bf14f8bb2d7dba3c56de32d149a
MD5 51891a59978c25068b5bca52312c3c1b
BLAKE2b-256 e29431cd69702fd04b9ac37dfc232f7bc890fdfedfba3b02a0f7198d1eb035de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 81303d9131023e94399b2a15a642341200bc754de32953e05b3dd9d7835beccb
MD5 c7079644d3e7759f341d0c83b40c7c50
BLAKE2b-256 e8fb44d9f39b26ef62aa828303c7ab7e7ba8884d2b31800bef631cdab1e768c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6c4d81f99702fb03404e118c878612dca9032e37b829e3289be2da3c9a12e7e
MD5 306674fcb83418ab741a623cb1ed0392
BLAKE2b-256 6eea89277dbe91f652750cc8a361f343344c22d46c7086f044ff0bbafa41ebb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f4db746e0b17c55818336b5e7d7e83616efddf10f0fb9e57719e3dbe73825e30
MD5 80b672560b89edbc8d15119948dbd0fa
BLAKE2b-256 eedd523f334998a974286c730734481bfbd4dfe396dc30274cacf292bbfc5a7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e40e7f283d24a2c35ea47a7114dfaab1ed011ebd4fd338234cbae2516b5bc31f
MD5 bb618bed8fd74225d701f95546c7dfac
BLAKE2b-256 c7dcc6fa3d7d9a9a328c72f8910430ad7164f49e2138203d630b656fc4bb4edb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 24d514ab095885b6efe94f2b8847d69e1c71bc70bf6bfae27d0fb664d90e39aa
MD5 17fe234ef8745fbd5e48795962af961e
BLAKE2b-256 8bf57b0f6c672766720d5789d3a701d9eee05dafe269cb0ab7845d93f5cd044f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.5.dev3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.5.dev3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 74af2e4c3e71fe9f69d28a036495f434d70317aa2eedb2032d760973e398bfcd
MD5 987d21a56d9b302d24c5a0d0ea170401
BLAKE2b-256 10285619258eb182aeef161c22698a13703dba74c439bb29b9f9650150a5e6be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e69de442a9574d05250434b144c9cfd51e606730be3e91608a68acf3c0399a4
MD5 5b2ede84b5688c1a24e92b621d023d2d
BLAKE2b-256 d7b4ae9ef031a9898d1876c6b8358eca2d38b2b3e415872e1aeaf55864e546d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0160db21d4f1d236e3cb3b6d5cf051918c64c5eb95cd7072a66fcf4eaffa2cd2
MD5 38089d7b502c318e15be1603fa0c1346
BLAKE2b-256 1a305e7e05cfca81fcbed358c2d285a6de4546ba141177368fd0f5445b9efe07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7938627e2af054198f955b2669ee36fa798f6e639acd34be1fbdc7a93065f7a6
MD5 69d6da4a5f89dfde4ece6aae5669f4db
BLAKE2b-256 e8be4a954eda2c7c57902aa7fd7d5a89016f24d70e6ca9a499a88c5c05b5f5a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f3cb96006d4c9365a8f62c6d78290ceb4c82e67fe8fbefb1df06976592869fa9
MD5 863dbaf1ab60546295999835094cd44c
BLAKE2b-256 eb13dcb942cd86ed3edc79098cea04147130d46b7424f853dd333a7068c8d74c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ac02636c1cf74f9c213fd03cebcc6def6e0f8c3fb90622c7bbb1046669bf9738
MD5 61061b23494d0b85fce5d6d3b4598b90
BLAKE2b-256 866168c2c7014621301f1fcf2969e25fbff6ac1b204f70bd489b978d2ef8070b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.5.dev3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.5.dev3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 911620b90d7edd091fb16583196efb77a436eed037f26468b444b4ccb4e1e2ce
MD5 22bf739b8fa90c770b3d5bb46233b9c3
BLAKE2b-256 c1b26102bdfb110dec8ecc9996e93af620a71c8bf19d2302d4538c6ead209f23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aadbce0ec5620092529bc657fdbeb7d368d50caf6e6c2c1310920ed1deafd4dc
MD5 a13430979cf0e5617295113c2daf0791
BLAKE2b-256 81c4fbca2f88a07c4ee585e73fb91da8d516ae8aef99abbd2260dff42c96b51f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 01cc82456f5c709d25e306837e4f3994cd4b7da77f745f81cab30b65d837c2e6
MD5 918d1905ec401ae2e5b60341b3ebd744
BLAKE2b-256 b1eb706e81e66dd8f0a60d81109aa9c98bec7185ece9095a47b2bcd70d8ed0b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6c43ba74c84cbef47d42ec124c1527e704e1d8b38dcf0b74bfed4588b231b5e
MD5 1197e1d292c28c5aa0dddfec4f931759
BLAKE2b-256 1ebee643f55efd2f787504d28416489694ca2000b3428119de7278c5090ed608

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8b90ded5590104b62dff7239c910a1b42c41cab4b0aef7cb3e8c26fedad670c1
MD5 9a508ca8b88b5a5db4868ea61c8a8564
BLAKE2b-256 b6073374772944615c129b6d1c2cba228ab3b788195efdf9a478f22701e16175

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 40eaabed1d7b0ecfe515e768af4c48adb0cc894786c3808ed79a3d8b5dc57ac0
MD5 e10fb77e1ce1b61de540ee338619ee3a
BLAKE2b-256 a6beaad4eef43b4be68726e49c7443ff67e016d4a13c098b17c42c203d6942bb

See more details on using hashes here.

Provenance

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