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.6.dev9.tar.gz (18.0 MB view details)

Uploaded Source

Built Distributions

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

duckdb-1.5.6.dev9-cp314-cp314-win_arm64.whl (14.5 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.6.dev9-cp314-cp314-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.6.dev9-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.6.dev9-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.6.dev9-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.6.dev9-cp314-cp314-macosx_10_15_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.6.dev9-cp314-cp314-macosx_10_15_universal2.whl (32.8 MB view details)

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

duckdb-1.5.6.dev9-cp313-cp313-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.6.dev9-cp313-cp313-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.6.dev9-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.6.dev9-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.6.dev9-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.6.dev9-cp313-cp313-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.6.dev9-cp313-cp313-macosx_10_13_universal2.whl (32.8 MB view details)

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

duckdb-1.5.6.dev9-cp312-cp312-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.6.dev9-cp312-cp312-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.6.dev9-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.6.dev9-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.6.dev9-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.6.dev9-cp312-cp312-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.6.dev9-cp312-cp312-macosx_10_13_universal2.whl (32.8 MB view details)

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

duckdb-1.5.6.dev9-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.6.dev9-cp311-cp311-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.6.dev9-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.6.dev9-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.6.dev9-cp311-cp311-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.6.dev9-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.6.dev9-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.6.dev9-cp310-cp310-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.6.dev9-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.6.dev9-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.6.dev9-cp310-cp310-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.6.dev9-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.6.dev9-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.6.dev9.tar.gz.

File metadata

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

File hashes

Hashes for duckdb-1.5.6.dev9.tar.gz
Algorithm Hash digest
SHA256 8dd85508ae4d370f580bcf0ca854b79d289abbeee53884a83907b4296f2914a2
MD5 e703ba6d2a08eb5db4265ba33c36b616
BLAKE2b-256 00fa8798825546fa6dcac2282a302fcae0ec6aeb28aebeb303dc545f23048cf7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d85905a341d0974362885e35ee3aedb418bc9fdc290a3b52f7523271d42716e8
MD5 eb9cad19e939dc123c411de5f48a4634
BLAKE2b-256 b140af0490b562294a8634ba92ca4aee84455fbbda3f77193fdd453f028a5189

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev9-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.14

File hashes

Hashes for duckdb-1.5.6.dev9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3eeed1dd735dc374cea6e031755dfa44da93316e5b877aa44df8ee2d4255d475
MD5 8f1378ec3b547427a2a19f0532b5d874
BLAKE2b-256 185bfda634ce129dfec9194b93c3f51f1f88f4c19836dda9587d8c74f733710a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fdcb91daeb6ff1bd86b522443ce10597492acb9c3e60f37e1458ef9832f76248
MD5 3f724044860bd6a939e4ca69867c62d8
BLAKE2b-256 f5d971bdb7d53521c6d30bfb84335fe69f8f849514bdb1f3dc66d6c8253b8e88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b782e6248bd7a858575514d5e1c0d94a3e815708556c3fdd838aeb9d3f2efe0
MD5 f62520b6d0355cab58133efa8266ca14
BLAKE2b-256 25c88820fbc924676b8bc6d43c7e5eaa74d07df4aa07a5fd19cc0b32b91dfd8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5093864f443549f503dfb080bcf403568afe1750158f9b2cbddb3672b08698e
MD5 19510b7f8324a84639c7970f2461c3a8
BLAKE2b-256 9849656c6e8760e050ca4ac9771a062213af8c3bc2fd6e65e70de5482403ccd2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 932e7aadc019ea515966d3bc217a77861fd404fa2169168d81edc8bbecb16123
MD5 8603c61c4157da0ec858b33d71e36b7c
BLAKE2b-256 68c3a9261fdb118562c2d401271ff355e84fd3458906c203439244dc70f70bde

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a682d39b3a2bb05a08a2434e564146d055a9fcd64e20e5024bad052b3907ed59
MD5 621c5ca9cc0ec6ea9b8a5bc7c5e8e1e8
BLAKE2b-256 4400a2e0bf8f07194b2a83f2e877a98d4852800ed14c2663ec81dc538e8bbe21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b91322e25a77868d332df310c80fd7ebe85b2fdb1bddf57d8879946577d82e71
MD5 e133f015e09522f98adf29747bc731f8
BLAKE2b-256 79b01afd8af0ddbf3ca1ddf61b4ae3b1881b8149459827d59a9ea7867309fa78

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for duckdb-1.5.6.dev9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cfbc685e062376221f092fcebdc6604727de1a1968a7ff2e1842c50639b624e9
MD5 a394b0db0c4d0928ca9c10d7f3fe3bdc
BLAKE2b-256 419a338d2fded5bd376333d4dbc8b6a11a69cffaf6b7fc7b5c42d12b378d27b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f1cb9995217d1e427763a094f95302ffa3d673119ae8fb4216433747e6c63a9
MD5 c67b11f602460a3067a49d68d08a6b13
BLAKE2b-256 f88c0646bfa9b1ec99338949bb742b66e36cb305164221a1c21076e82ed140a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 89ce2d2e1708ad4b08072c1b9f95f76c09da950de0c1b365303577a8c3fa2274
MD5 c81e132872bd78d0ed15249371853e4d
BLAKE2b-256 43703b4da9a7e955a24c849d6343d86ce4b0b8d23b6b8a1d694aefed0c244d9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d8340972e134d45dea0b67ad8f1bc593fb8d9ae77b1948fba8aef5d438cb020
MD5 f45d7dbf1bfec17ed644cd50f98e4c40
BLAKE2b-256 ca1f47a7fbe62af229f6541dea5219d376e26f1dee4e2858275c544832fc4f83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ae58bd69c383e6ef73f7223a563c257f09a86eb6df2e7e82ddd99592c0ed19a4
MD5 e3184494dac3d27c2544bb771d11b508
BLAKE2b-256 560fc3459ffa84374f92e3e90f8110d30e08dfb8cb379e124c77e6b77f1d6de3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 dd7c7d96655ed8a7f656716372324184ca63f2cd816addbdd688948a57a424e7
MD5 48fd47f65d6f2b15b766548b43aaaa41
BLAKE2b-256 fb4cd52fbc486132d27de7d66ad1ddca50fc2ccf78b81461e16de825fe7c3c66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 7c52a9f602bf190dbae60f1dfe53e8a04e3c2325fc18726f8ecbde0b46fcfebd
MD5 bb880d530621eae0084f680d6d07df89
BLAKE2b-256 58874a312db43ea1f548ceeb59ee6c6b5d133695f311bce9638cb6cad0c44eda

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for duckdb-1.5.6.dev9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 40e44cbb383a93f922217d6897056b634ef4d073c220045d82d370fd0636b385
MD5 9edd496d551d67af856c19530b1b0e9d
BLAKE2b-256 f45478d6d6667bcaef7e47b90c069bd4ab94609bfabac2d2b5ac4b07ca898fa7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b15b50a0149de869eb703b74ec57a315ffbbfb0dd70106366bb2e5826b7e28e8
MD5 26c4d6912cc8385411eb853602c2d668
BLAKE2b-256 50a6e1ed819a20615f47c37574d621c71204b1301a3c6da0b4fdab1a44058cb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9789692e14e0b962295e609549ed0cef12040cb2f75305f32682286cbad7e233
MD5 44743964535da8e0df3054bb6fbd36f1
BLAKE2b-256 24d12e2e216309879f33bbf798879c2ec68fbcfc7f3e0689ee0f0e38aaf4500d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e80fb8480ed51b4027295218a3a80de0b438d55206cff1ff425d05f14c38c927
MD5 724a9a86b19b995603044cff1ebdecba
BLAKE2b-256 0eb5be2b79461a94ee1f942e1bdd889cc72c6d8ffb5506c7cc6a2f59c363dd17

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 16149300f1cf50f2a89125a27a3c70c449d3caa43dfb948752b9db16eb8981c2
MD5 13958bdabaf825d249ab686d9c7c47bd
BLAKE2b-256 9564a68ffefc8635754395bed1cd97b4b5c068bcf4565efcd4cb72aa70fd2e4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 46198a8b62d3607c3f9cbfeb973f9f14594e4b6db148f1464f1e71c138c86a92
MD5 d9f7501f9ddf0c4cb7c16aa0fc996261
BLAKE2b-256 cb338660c872fdc32acbc1058c2e354e0ee9d28c86ce753113c650deabd840c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 64980d5a6550271b2a0e99738626c73dc4a19b23a28d6d07ad25218e316dd9ff
MD5 21f697e4f3a6ccd745f56101f93046f1
BLAKE2b-256 2ee17a06be15323c9b708a8764b1a59d11fc2dd9c145b35c5c46dd5e1d3e8d0d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for duckdb-1.5.6.dev9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ab9b155b31f353366aeec873a1ef68c6e14a735cef3e3553d41972286856954b
MD5 4e3fd788ab1747d52fea7242d1c36248
BLAKE2b-256 2a794625bdd787864d04a8ad216e366128da57004dd7c0fc65706ea1a5874ee4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 609e3e4f861e406adfdb5a0df144ec473052c5d0f96860aa82953c6eae01eda4
MD5 ea904b68e79835066074e187c4d115ef
BLAKE2b-256 afd7e0da26a605d941d5b184998fafdefb1e729f57595e55d86f5f1749661536

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ea33c7987ff6567a0fb60cad6bcd49359acdee33a7722f0b4390735ba947934e
MD5 d3f1c87b7ce7c17db5ff2127a750cf36
BLAKE2b-256 2b56cac2d52a70124d2a7d084cf7b7895ddffab13bffc54f9b5de6eadb47d5a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 52d3fd003d2058ab49aabb50004bae8f91ec8cb22aa56fa28f488dbd32f3ef31
MD5 efd7b9f221b3f73a6d25db9777dc25ed
BLAKE2b-256 70aaaa77e6d0f2ba2f3401bd9209b271f30423d25d429f0204333a38493f9b72

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 40ec574d1e49299b7365dfbd8b8b6f081905310efe36850644168374364afbcd
MD5 24f18122a3d3e20af8b78cbfd043fd8e
BLAKE2b-256 8d71f6b80f863fbb2d2b413ecc9197faa7941577fdc632d15a5d9c7ac888be4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 309f5f89fa381423c99fae8b55a944a3b8452ea707c2d7e227ca714596f7a6f7
MD5 35ed60faf0647910fa5ec566f281c134
BLAKE2b-256 0ac2dad222d0b56ac7712e315af65f7349234af636fd80830d73b7f180142488

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for duckdb-1.5.6.dev9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7021d68643e6ee0bfa847591e3eeea9e486ba54c5386f17a7a8f6886999c4e0e
MD5 0e2d8b72868159ccea8cfd0e5bbc8622
BLAKE2b-256 07cec0603a22f3dabae035003e53f3ea905f09e5410b13cc2beeb9941786b50d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c96ee3119f2f66a548c17f82cc513afbf94053aa9820dcb2a40fe96e2720732a
MD5 f95b890be81498da1af30c1f8d8207b4
BLAKE2b-256 a1462195fda8400c97a269fbb52cd4cf566f031b79fa1298f3a2399788549d69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b29fc74873cd43d514f4fcd03b215f28ad1a37a5257d5438d12c23a1116c159
MD5 3f9ecb54799fcc5bf81e3089df01e4d8
BLAKE2b-256 2946be943c1e11ce52312937ea754e713f95fbfba1585e20138f6fd8ee7e3ffc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be7b750a106a4dae8d49bf8c8680485bf97387fa0c642617e545a889a6f92dd2
MD5 04c07aa1ab3108116537882d638a6a0b
BLAKE2b-256 6337ee0aa1c7a9aa8fcbbe77923a9d1bb6e513304a2d1d1f40b1a1f5fedbeb1e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 64e6f340e06f6c4c03d39a65ac000132ae4ad278eb4c118c612f40e5c701c469
MD5 6b1d83846d8e572a72ee18321b8bd6ab
BLAKE2b-256 6efe679affdeb6f1f00b878168b375336c5d3e5f5f95cbe9419fa58f9e4bbd6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev9-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 44d86b78cfb1b4253f03ed266bd983ba4d7ff86eeda2426c00efd1348f064280
MD5 a494c46805b738dc901db6662126af88
BLAKE2b-256 dbf2aa72cc5cdfa8b7ced50c2f270ce2c264779317038b08f8ab3f104705c0c9

See more details on using hashes here.

Provenance

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