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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

File metadata

  • Download URL: duckdb-1.5.5.dev11.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.dev11.tar.gz
Algorithm Hash digest
SHA256 625036f0b44ce62b10fbec6c02a265071951f2ed78f6d4bb1a13ef95a8eb67cc
MD5 bea63b60a6e3593d7e5dac4b61b37974
BLAKE2b-256 3c299107515d24cdba8fdcec4a3bb768e5256c4908c8641048eb7c55d2c24519

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 27d5bc682d4cddee04fb6004b786d333988063a7ba6229c18e514eadb00ea590
MD5 7f1e12915f5e4cd205c2210f357a0d9b
BLAKE2b-256 658e61fcd6c1be5497d1e3ad3cb98ac8fc35c0f716c967adb401600e3e1dadcc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 605cd52e0d9753b5a7414f3c042ac79639d17641040db5ab183725a754fb83dd
MD5 00cbe0ae00c3e8609914e2aa0fae8d27
BLAKE2b-256 99ca7064c8a90dec585ec61e31bd8972d15f5a92b9f89f271cfe47f3d731b4b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2a869bbba8e4c77676322bb25f0bf463ca8b02e63219bd57710b28371384d50
MD5 3efb7007d82895006014ce77eddab1d2
BLAKE2b-256 acc0aa4f51225e052ebab9c9614aebb77bf4970f890332cade9b03a8d2ab566b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5efd0086d76bab367541208088613845f78466ac373727e273abe08de5c4fd34
MD5 fa84fe99bc378ed5d1f1ef475a1fa265
BLAKE2b-256 35f1eff44dbca2f70164317aeda23dd2a21c5a8fd3abb6a70cd194d8f0ee3702

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7b969761ac725310361ce95000eb33e3a1dcf1a42070e3c208a7a57099ee4b7
MD5 b6b20f8bea8cf96b4be39030b6e9d31a
BLAKE2b-256 9377538ee1c0d5f4b9c010a0afad0fe835906f4f14e2f055b46ba88a2014bcf4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4a23de4eb22920c58e200cca5e9fbe6dfff5113cc2a5af20b031c73a3caf0df4
MD5 b951f1d0bea7e34632e82691d59d6168
BLAKE2b-256 3bb415d1cb31bf5fb2857511d4c5ce24ef642540c2a984e1047f376e86406a6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a110f079fb900dfc0c490e5a5a20d6c9b15d33d3443f98ff1d4d28dea4429cbb
MD5 0dfe38fe5f7ea2c30d7d421af850cff9
BLAKE2b-256 373e26ab61fdef9646940c567c4a29471786ec529c5addac8e1f66d46f69cbff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b310e430ef355d3007beaff11612e8853605b31313b5b6dd7d281aaad94e77ce
MD5 274cb84a18bf31d161801618d8f8b78f
BLAKE2b-256 9a7f472e38e5bb4565265a9fba5fb1f9f54e74c88b47ed7b039a05013cb9827b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 06d919233224c198922acbd0a6460ceb1e4212b4fff98662abb055b02cfec4bb
MD5 4f2a2654d51de84087f050aaa35e4cf5
BLAKE2b-256 af9bf36b5b26ad362343ed8a36e64c60d312d36806f3c53d081b54d1a941bcbd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6664ea2a5a135e81270bcd4a5c94b66d135c107239c7b89c36fa6808d0e58bc
MD5 225b475371d77d79371113c3ad803619
BLAKE2b-256 c1383280bf37db9f7a536acddbacf188b2fdb7414adf4096d5d827cc9f2d5327

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 305f260b383edf008a751d96814493595786df7b8b166577a5892cdcbd75a57f
MD5 1dd2b1feefcca78e39cf00385271882e
BLAKE2b-256 42322bf9a84bc3fc01c7f1e7463d77a80b8d34e54beae262758f588a22d87b0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7685fd5cc358196c577617277b1f9cea770d510955eab810b41576843f68445a
MD5 02839f7c21d700139f47f4a90f3d98e8
BLAKE2b-256 26c51944bae51a2bcb92f4ed5f5f631c683f07555552ab617dd98ee222a3b74c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3f6277f045460eb9655fb97b107b2f7bb7a175e4dff504cb1b59522e554d70c6
MD5 7322dd7902a2e3a0a37b6cbbc6e42a15
BLAKE2b-256 38747ed927c1e0b40fbdab091f05e5e70dbfdcd68153318d4b40cc5f3a74d85a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e8581af8e36ac3e87b24457743872bc8a0d9878111723cc8d5a90b34ec5d9ecd
MD5 5ab34fda9b4c39b9443b15721b303400
BLAKE2b-256 217b1864989c95a898e774176e15e0d1aaa2b81838b2428ea6d2aa7dc6662e9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0b64ea06da0669696a7fbf8cfd0bc253aae8f942ad689308a9227aabffdb9fd3
MD5 ef8bf7b45e6f44ddf0cb535df8e197e9
BLAKE2b-256 742e3907fe6d7ab7fab2274ff1b2ee48ed12281b45d5557aaf07aac03f682dcd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8ef65f53dfb6ac93f51e9037814910e3d1db90bc1b465ad98c963347f1958fc2
MD5 f772b2e2fa8e5690149b59dff01237fe
BLAKE2b-256 c98ec62e9c40793be85cbb0a5e413485289c297db288da9ce00d74e0b28821de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f612e2f6b980689d4c7a4fe1e7927dce4b8097c9426aba4b08ce646dea2b0aa
MD5 f13e13c94ba2d94ec905ff53437305a7
BLAKE2b-256 1a8be2fa4edf7aeff191146e70cdc5f2eb00e1f439bd8700a973b61a2f52f6cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7cb7c8723b9f7de1729637e92b2398515b31eefc2b30945fcd10014d6127e5ce
MD5 0d8cbdcc523521140225514c91207768
BLAKE2b-256 7f1e0e14f07394cd37ad897fb74b317911f601a493026e048e62535e6ed3284c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc52ad874d6936bf82637087dea95fd48ba211106d95d876804835b1e6720a70
MD5 ac3da48e99791a65ade5393b80f3b58e
BLAKE2b-256 4ef8a7dca7b363aabb458e6c8a184895a2a6ccada864be7b6c8af16b357c76f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 04f9358c6e37087853eb42ef858224991b0b92b5d5441140ca27fa30bf9ec12c
MD5 c2e3a9a7f8cd5abb5c86d7f743cbf59b
BLAKE2b-256 4bc62eec50e464627c62072a9087f7739fe9733ed6ee375229f3678420a3474c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c7780ff9baf2f3a608d59f3d25d02decf19ad6dabad24a72957852427ad869ed
MD5 37cffb9a156233cdd788bbc0b873cbb3
BLAKE2b-256 bad8c15f04d51ba086bb81315a2db3b72be34c6b2265fb8f210f48c35edcedec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e96c59f26a866441d113bc8d433a216546fea5c74ad86e3ac21a74e0d862b7e4
MD5 850d7b760551b6bd6f587acf82f40ecf
BLAKE2b-256 66ba59ca03921c778fc5f86263852ccc09cc8941f79c64a4ad66416297384a18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2f810bdc0900e5b1ef67adca8cc3ebb9b57890cb614e337f4c82dc811b994722
MD5 9b1ae905c015421059d3d781f3eeb92f
BLAKE2b-256 38e76a0cbbb052692fb9970d0824938aaa2a2928cb9497810d169a7e8413ee6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fedf8f6d82a96a961d75e012bb87724b4264c987263f6e2ad5f54eaf12287b3
MD5 d3a0c6968c8b989567d6045a452f1046
BLAKE2b-256 83cd8346caf43e0559bf4473de0ffe4e189a277cda5c65508ee1cfa41ab151e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d070f44cb05644a1856c804ad5402a88b43ac77e49437149c6bf944c9e1c68c4
MD5 be4bded3b3fd2a74cef69ff07df17bbf
BLAKE2b-256 6465ac97ea09f486f04c99c3b5f3a95eb35305cba3972b6cca62b113291d0a6b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31367604b4a59284f35b7d9f202468a382766b189e01222342ba5a2ab5024220
MD5 ee5d2048a502404509647c321057a07e
BLAKE2b-256 da493a2a0afea883ffbd5e92ff22651947789560ad707f6190cac80e31fed6a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 656f7fb6d28ae260df9aaa16a602d755ecce520515ac841dbb59eb6aff2ecbd8
MD5 ff6fffc31c603907759c24d8b91bfba7
BLAKE2b-256 137a28e3175a60ee04ba431d5e6c800a953db89cf64f798a2edbc752f3b51ee0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d718ec99d2a1f186ed75971a2aa4b86d9e0f96ad5ecc1427e51901e1fe559307
MD5 b68c3e7a1cc0b4158c6339bc24515b7a
BLAKE2b-256 4ceef9313a9688f3ae25a955a711ecff936c9afbf6dfb57235f7d5058782a4e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a7d794f132d6d02be26b18dd433a2249712de644c00e83a7dc6c4bee110faac7
MD5 e322eac29e58285d75f69f13e33e227a
BLAKE2b-256 c76d21c06c3b8954e52ae3dcd17c1b78e150043ae6d7febf1c3f9d4e4a2e76e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5cbf9e4795d35f41adaafcdf747ec30b10da35bcc7be21ea57dbcf0e087ca522
MD5 5cd90f9e384bc3c6c0660a84247cf144
BLAKE2b-256 46b81d3366ed7d11eb341cfbc4be6e8a10ac1cf458394ee851f5d41e13712238

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c936bb97e93f1f673f09aed55e0e994851c65970a6e547d85c6479cd7e0e239
MD5 b7ef743287ebc9a9a304b924b7fc9be6
BLAKE2b-256 7223ccf8138be63cb3fee4d6e7b6c27b5387def58168e8c35f7fda161bddcfa3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad89419654b0ade4bc86497ad83146fda8af52a8eb7f0c057b9089b8dd37dc38
MD5 d459193d50428881f1923c776acf32c6
BLAKE2b-256 dbdbf35ecc4cfbd938b55c31decb1a60682ddf1baad21d2aa712dc58ff6df05d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4b1b6fa26ff961b71afa8dc2f37c15a552083c0f33f850a00bd9879a2db82c37
MD5 82f8e386d20b29bef14f3451aff91170
BLAKE2b-256 74f06a4232b8c713fae4874354dc7946fb17bc0ac7a9a42d15cf1af93bed21a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev11-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d0052c12ebed95e6506a9f797921db2139f215f37c9150af863d8c95a6b63b81
MD5 a2d1888ca6c635b94250fd3b9a518563
BLAKE2b-256 3d10ec1ad547414ebf69f72670c88d3c6cad6dd550d589c35fa00b49fe167ccb

See more details on using hashes here.

Provenance

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