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.4.5.dev33.tar.gz (18.4 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

duckdb-1.4.5.dev33-cp314-cp314-win_arm64.whl (13.5 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.4.5.dev33-cp314-cp314-win_amd64.whl (12.8 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.4.5.dev33-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.5 MB view details)

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

duckdb-1.4.5.dev33-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

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

duckdb-1.4.5.dev33-cp314-cp314-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.4.5.dev33-cp314-cp314-macosx_10_15_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.4.5.dev33-cp314-cp314-macosx_10_15_universal2.whl (29.0 MB view details)

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

duckdb-1.4.5.dev33-cp313-cp313-win_arm64.whl (13.0 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.4.5.dev33-cp313-cp313-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.4.5.dev33-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.5 MB view details)

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

duckdb-1.4.5.dev33-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

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

duckdb-1.4.5.dev33-cp313-cp313-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.4.5.dev33-cp313-cp313-macosx_10_13_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.4.5.dev33-cp313-cp313-macosx_10_13_universal2.whl (28.9 MB view details)

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

duckdb-1.4.5.dev33-cp312-cp312-win_arm64.whl (13.0 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.4.5.dev33-cp312-cp312-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.4.5.dev33-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.5 MB view details)

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

duckdb-1.4.5.dev33-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

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

duckdb-1.4.5.dev33-cp312-cp312-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.4.5.dev33-cp312-cp312-macosx_10_13_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.4.5.dev33-cp312-cp312-macosx_10_13_universal2.whl (29.0 MB view details)

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

duckdb-1.4.5.dev33-cp311-cp311-win_arm64.whl (13.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.4.5.dev33-cp311-cp311-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.4.5.dev33-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.4 MB view details)

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

duckdb-1.4.5.dev33-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.4 MB view details)

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

duckdb-1.4.5.dev33-cp311-cp311-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.4.5.dev33-cp311-cp311-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.4.5.dev33-cp311-cp311-macosx_10_9_universal2.whl (28.9 MB view details)

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

duckdb-1.4.5.dev33-cp310-cp310-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.4.5.dev33-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.4 MB view details)

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

duckdb-1.4.5.dev33-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.4 MB view details)

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

duckdb-1.4.5.dev33-cp310-cp310-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.4.5.dev33-cp310-cp310-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.4.5.dev33-cp310-cp310-macosx_10_9_universal2.whl (28.9 MB view details)

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

duckdb-1.4.5.dev33-cp39-cp39-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.9Windows x86-64

duckdb-1.4.5.dev33-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.4 MB view details)

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

duckdb-1.4.5.dev33-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.4 MB view details)

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

duckdb-1.4.5.dev33-cp39-cp39-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

duckdb-1.4.5.dev33-cp39-cp39-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

duckdb-1.4.5.dev33-cp39-cp39-macosx_10_9_universal2.whl (28.9 MB view details)

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

File details

Details for the file duckdb-1.4.5.dev33.tar.gz.

File metadata

  • Download URL: duckdb-1.4.5.dev33.tar.gz
  • Upload date:
  • Size: 18.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.4.5.dev33.tar.gz
Algorithm Hash digest
SHA256 bbe1abaee53fe1b509b4c0c8255c82d4299947351fcbb6fb107efb87a5940fc6
MD5 2e274bd4c82b07a574bca80a190714e8
BLAKE2b-256 8802369e22c8bd7fe86036f06b4aba4ff40d5e6ae8363e220ac1cd211569f353

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 08f059e30ae9678e85398d65c8684dba4cd4a63232b88e66049db3cd7791e7a7
MD5 dcc93d07bb1248bb81ac3dfba7e959b4
BLAKE2b-256 0336dc46688cdbc149dae235429761ab90c37336d8e63f7cf25ca14f0997bb52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 33f74c1e0ba970589d224330b34bdd65db4c221354961114f6c5b34cb3ca3cb7
MD5 98b424ad4f5018afc358efaeea767a18
BLAKE2b-256 c88d09c059ef52ea4a360f639103492527bf104c849f2678f84328eefb4374ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d4a3fe79246ce1989c7bbafcd10b2d4b0f6275717ca292cc78c0a7021929a26
MD5 2509c74a19fbe3dabfae94286b34918f
BLAKE2b-256 83a830a36acee7699e6e527399da5b94a5c9d4c07cdd1be3ca38280cda89809f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a7429042adb0d0c991b8854951d0554dc9e433dfd15973cb74f3ad219b6ff65
MD5 a9a8d24e1796470724c16dd23bc1eb89
BLAKE2b-256 3d7f6519dbf88e0315dd8b994d1acc20461abda74e04de30f468d44752a5b9d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d38e24c2a08d97acf74ed7e5f7ccce4e61db66245974f76a003ecbed0da355ba
MD5 e2fdbb3ac2021506c681f43f8166fa2c
BLAKE2b-256 32af97a2bd729b9a3ad7af98caf2708a0b9625dee5e1cf4da35cbfd0c33583a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f24fa3bac8c3680041093c4388c31c717e6f0a1a292efbb0d8cff11ed196868d
MD5 6dec62bbcfd83315f18925a0bd42208f
BLAKE2b-256 c67fbd395a9f36db684fd5518cbc6db921e1c3358f65146e9c5a9506ed3f80c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a06ca04a80355284c1fce547c1dce67744f9a8c144b0dc4d5798e070df207938
MD5 c5dcdb98dbdc187ca217bfe0c3922cda
BLAKE2b-256 5b4591b0ccecbb4c9b87f50752f8a29546e0190cba8ceeff2073ce8a0ba84a59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8e6e3dfaa00d5c704e9a5e9b73a16cbd6c46f101e7c56394a0960e9e03a3fdaf
MD5 804640e68e1a93269ae13fa9aa98d44c
BLAKE2b-256 a955d14efcfb6cb5ce07001ec7e3dc857c4569a738e280d3bc01938c80475ba0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6bf149ad38e29dd53cf47d7b5b5b6a3e8470d38a6cf958f8b977acc1df531886
MD5 e259179bcb040739342b99ac814ba9e1
BLAKE2b-256 7f30479421b10fbe1ec70a4d536397497c1c9cc6aada157fa7f4f16ba558d3e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f2928f82db29ed916259919d46927e5517d3e746a8312cd9f78e497254b1f897
MD5 6bf3e845a0ce0427453cbc82941fd66c
BLAKE2b-256 700e9cf63ff05d1c0f49e8e40cbd764966e10c2d0237dc591126e40ac83694ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8fd52e04ca00ef5c37f6f593304f2e44483f7b68432ce8a485526b9c2eac26a0
MD5 13de60784b67f6f5e07574e158285c5a
BLAKE2b-256 9dcae205566e6416ce10257498223373f79c08ada41534a6e2066eb4017cc572

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 348bd95961782faa60678c3aa76995e2c1f25ce31f28caa7bc5d21a9e4e16b1a
MD5 ffb870c6da3a055b28e8a59f4cd450a4
BLAKE2b-256 00eb76efbe53d067ed9ec6ab61b3aab2c58268474dc65731b32444f3e834d081

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e035e564ec64760ce0f6f09eae485dc614809b1bb1d9f257ebe9b98f9a4918eb
MD5 137345dfc7da549558953bbc6836df5f
BLAKE2b-256 78ec227e602ffb0b0e20f650f56e30ac9a2b342d1d1efd61763e6a1405927d2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 88155572a5772671fa855c756913e4865b6bb9f85fe04fb0b42652e0644eaf39
MD5 3b70e010e07fb52ea8b9fe9f06f794fd
BLAKE2b-256 bb14e92f93db451a988a0d1f93fcb53e73765455b216fd3a998bdd1a18036a1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 77c11cfda2cf0c11697ea6fa47faa5cc29683ddc09b45d80911bf9a7ae91752a
MD5 7f01b43744d63643829fa5f480c94bcf
BLAKE2b-256 7413ff6f7b4718ae941e4a649024a4a7afb1b759f9b7fdfc159701067bf2ebc6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9eb030c5eff8947d67784fc25d23fe4384b389e63840e8c8b9a442656dbb3ef2
MD5 869394d332e57f93dee2b02ae0623323
BLAKE2b-256 0a7f8651c0d5d981ee4853d37ca735dc0c70665c9b07cfc6238233685a3a04a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73756a5c63b255263a5fd3bf37eedd6dac700f2a67f87c26b0625e96ae462cb7
MD5 e551ce27ce47c508be8126a566e44386
BLAKE2b-256 50fb3387023f76ae87e3efd61df96c7889e1d208df0c714c3bcc42686161c7de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7b05c3f70912347ac5a03af7683a5ce358e6493c12c3242352c5644e8230b6a
MD5 d4a39bb59858ec4c96d1d1c5368d6461
BLAKE2b-256 92ca261d057dcd2b98f7835e20366716a46dc713898451b7818144e5dfc1fd9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 026aa27328f17a2849067f6274ed999b7854aca8f308d6ea4dc08bb1e24eda4b
MD5 b8992d86a25058eed69af20cf594ecda
BLAKE2b-256 0a217d59798d74add8ead1a43959df0db5a4dcf58cb633dc6f822f2bf73acc3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9b4ff19e443266d4f955855107cb12d80d60cfc5cd0e59dcda0b219c53fc42d0
MD5 4622204ccd88d7cc71b4ee2b19af7086
BLAKE2b-256 51976c28f230a80c07415f91fdb9862ccffaf0de96f1109f874fc8085810876d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 481554861dfc93c9cf4e69c64351632ee2ebabd2369e55a54df787c1f8bb63a4
MD5 81bf1019ca1c5f0438620f09d84a947f
BLAKE2b-256 0d001eca0cec5acf117cef2ee33293a09fc56ef812aefc0f04a5dde3197b8ecc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 98c536511c775548d75ba6ca820fb9c11146311e39287925c38b168dd4bf59ef
MD5 235cf74f1130d187eea302c53674b551
BLAKE2b-256 a3aa23f13a34aa858ef375ff867bd68a0cf505932bd3890bf224ea5517833399

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0ab885b989ac2823a62a3816e8e79044afb023a0c5190d02cfd2a594c8550079
MD5 b5baa683a9bdad21c18287cc3d24a23d
BLAKE2b-256 41b753c0e46b002ff504322cac83f7e1492e8455a87173785e94afe303a4a9bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0fa1f68db22aa76eb167c92faf6336579789518f821cc4b46ff19d547c6c5cf5
MD5 39d23dfcadb5d7c9e9086f060424372b
BLAKE2b-256 c29c4b3e9a8d7bb37bd69bfab47e2b83c355c20529b9d7e3ce6adeeaf4687d4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9095904482665329d773b03456a9fe4a15a8825ab5f5d06ff3fa1e913f734cfb
MD5 811c8c6b2ca65d58a04a237e6e6b206a
BLAKE2b-256 e5d490adace1fbef2302d53c0a385aecb0e7b11dc302c5eb295e535b17aeb260

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 897cb3f3417a70a4c458ff2bde6a79f0e928497db805f94793e0ee099045c0f6
MD5 1dc47295666f816ce1ad3c07dbd25b54
BLAKE2b-256 0c4d6964c36535e62ecc8d066fcb0e131138fd3dc52f28ec1fc7aa11399c4ec2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0fb5e9149c1c59dd1b4b51790a6d93a335175ecf3b33f23d4316c17618c317fe
MD5 628995a491c7266231d1aa939acb5fb7
BLAKE2b-256 d3d15b7ba9d379d34238ee6faec55e5246b9fc4f7cdae25b5bcc7165e7f6336a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b494309b300224dfa1c0eb2868aef2a407cfb816a856d46c0aca0d4bc2f670a7
MD5 ebbdaf4904e34df0c4aad005ed02f8ba
BLAKE2b-256 5e44f687700eaa26ce85bd6405dee0322a7ef3c206099a20735a61962e318d73

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8b5190ceb0a3a72c95ed51dafaddd722de8d89b1236dcc5a60a80310bb4bccb4
MD5 5bf8258a7325b0ede1725afbe4521727
BLAKE2b-256 8ff426eb958a5e08b6234994f88bfbd5197e4c5661e12be4b0e061abb0e3daf2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff2d37b567a008a7e877054621c41b63ffffcfc996187f9c2adfd0673363160f
MD5 c09dae2f696ec7c729d7ed84ad2d917e
BLAKE2b-256 f12ca459d936e357235eca2589c7117da2edd297f5c13e0dfb19774ab2459671

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d4090ab28e66a61a5111b73bfd1ff706962f6a5037727c4b00de0446c7ca5d5
MD5 7a76a5e41fb2c977247018ce747e3a66
BLAKE2b-256 bd3ac3f74c72e72fde4e877c340065aff7e1dc73d14fe7bcc4ffa1a28a7f33f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9df35f8aa7dd8669e6c180b7fe8d5937b3bf139a6a20954c3c4b398688708a91
MD5 64a213bf7cf3c741edd6e3b6db9cff4f
BLAKE2b-256 139fedbd003cab701b9411f2c07063bd2f0e473080ef3d35546510f48fab85f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2cc7030adf880aeb8c331c39d5be7f585ef91a3506a72ddd4b071db7b0bafc1f
MD5 3a6f06ebe0ab4b171e1943f22178b7b3
BLAKE2b-256 73c2f38cb5b8787b0ae861a2a36668f796354365a079be68c374289c7abdc4e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bb9e9ac2af83b3c62109199e98c6b3e6e4f9e9e3f82c14013d272f9acc68326c
MD5 a8ca330ae47c603bafa4263336cb7d7b
BLAKE2b-256 c911335c81c215b8c8cc4a13b022381c2208bb52f0711cce6115d12041760f3d

See more details on using hashes here.

Provenance

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

File details

Details for the file duckdb-1.4.5.dev33-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: duckdb-1.4.5.dev33-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 12.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.4.5.dev33-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 880877e731f4abc970c0d81dcb5ae36078279228784cca781fd1c19a52bef566
MD5 a22042594148534637c782200fe1ded9
BLAKE2b-256 77aaa92a3875853da7f5a39caa669541d441ad5414d604e25fcbc379a56531bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev33-cp39-cp39-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.4.5.dev33-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b9159c4c2fb05586f7f4661818208e59ebda65fa75c3f273d90af4c950f09ae
MD5 38a2c8246b3e446633805599fb43e2f0
BLAKE2b-256 75fe4eb0892597f692abfc7c7bb2f197ee745bb4b793a0be5753922a943843a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev33-cp39-cp39-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.4.5.dev33-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c35f06f93d59827c1c5f006ab776e749419848726b0569b9d87a43ad700ad1d3
MD5 1ce66c9f0223ffcd90567b661fe752ea
BLAKE2b-256 be3152744fb987d154cd01a14943c2ba0e8f9a7df371b5bf8da495a3a4c6b34e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev33-cp39-cp39-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.4.5.dev33-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3455dbbd292ea27c6fa9e1fbf7e02cf947061a10dcc496b967af4ed3cf4b8ef
MD5 b23424124cb48fe967f51ee42cec543a
BLAKE2b-256 77329f282acea99f6e9dd0d649f80de2f1184cd994ff191b45681f9a3c7e5804

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev33-cp39-cp39-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.4.5.dev33-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ef787ac35522c48fb87dd641dcf7e257259fc4a4607d14dbbd81a1b4a0fc19f
MD5 341f3c8afcb0f8e1dcc396db5655d55a
BLAKE2b-256 3cc023259607de443283df38046ed4a765724e1170db8e1eba14b867dccaee03

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev33-cp39-cp39-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.4.5.dev33-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev33-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d6765c5f2d8f6f35088955068d29e2ab8853c79431053893df95e8f56ae6a538
MD5 8509f2df3cd3e854db8a6adfbf2e861e
BLAKE2b-256 e10d66c84ab1df601a3c1449f02f5950658aa7c7154bf11ce2d24c4afd88a03d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev33-cp39-cp39-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