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.2.dev52.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.2.dev52-cp314-cp314-win_arm64.whl (14.4 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.2.dev52-cp314-cp314-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.2.dev52-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.2.dev52-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.2.dev52-cp314-cp314-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.2.dev52-cp314-cp314-macosx_10_15_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.2.dev52-cp314-cp314-macosx_10_15_universal2.whl (30.1 MB view details)

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

duckdb-1.5.2.dev52-cp313-cp313-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.2.dev52-cp313-cp313-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.2.dev52-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.2.dev52-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.2.dev52-cp313-cp313-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.2.dev52-cp313-cp313-macosx_10_13_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.2.dev52-cp313-cp313-macosx_10_13_universal2.whl (30.1 MB view details)

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

duckdb-1.5.2.dev52-cp312-cp312-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.2.dev52-cp312-cp312-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.2.dev52-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.2.dev52-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.2.dev52-cp312-cp312-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.2.dev52-cp312-cp312-macosx_10_13_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.2.dev52-cp312-cp312-macosx_10_13_universal2.whl (30.1 MB view details)

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

duckdb-1.5.2.dev52-cp311-cp311-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.2.dev52-cp311-cp311-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.2.dev52-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.2.dev52-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.2.dev52-cp311-cp311-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.2.dev52-cp311-cp311-macosx_10_9_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.2.dev52-cp311-cp311-macosx_10_9_universal2.whl (30.0 MB view details)

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

duckdb-1.5.2.dev52-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.2.dev52-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.2.dev52-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.2.dev52-cp310-cp310-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.2.dev52-cp310-cp310-macosx_10_9_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.2.dev52-cp310-cp310-macosx_10_9_universal2.whl (30.0 MB view details)

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

File details

Details for the file duckdb-1.5.2.dev52.tar.gz.

File metadata

  • Download URL: duckdb-1.5.2.dev52.tar.gz
  • Upload date:
  • Size: 18.0 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.2.dev52.tar.gz
Algorithm Hash digest
SHA256 b363ef462a1219de8ce8af5b625e7afd648d1775426c84464e0ab4cb66a694e8
MD5 c3e682d8b5c7c56f00c0e22a236d283f
BLAKE2b-256 5c9c00575e6d2fa2836a1ed0c8ce286cd61357b4f0e9fd0e00a69b0013a7f5f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 097bec626ff69f778419e1bfe6bfaaa055f27fb223364965aae4e6f915f341a7
MD5 bbe1b2f40f514a7e52d15cb25d48de4f
BLAKE2b-256 2deafe703ff2cd657180e8923cd278e423fe223f9cac78749a23cc3027907d3b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 18db1405cfe147db4e3e8ed5dc604cf3573a70a474e913640bb486828d364557
MD5 b6c049ceede37dc5ddd5d8d1234d6964
BLAKE2b-256 b5c9c2d1b4110d6adde5d8456d308806860e5e5b97a3a2a3be27895cadbc12af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 56329ddfac158f8d9b96c92a2c8db5c83e3beeb56b1072f74e096994d1dd1424
MD5 e2e18b457947f5a2734d9647fbc0fa55
BLAKE2b-256 3bf272caca74c59899531392e11c87d39c148350f6def66593debe2b542f6b26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d44fd4ab8932f99911599eeaa15447d162c225ed6795ba5073ceed6245efc1fb
MD5 a3ac791c9ced575091a5ec101cfc2054
BLAKE2b-256 431fdc3259f2937faf69f18a589e9cda22906d644c1753dc13a3a2f1961ba1ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9249f88d27c067b04381535f4417c1e06701d148f7f1a2d05d22e5a23c8a187a
MD5 e33b12c9101aa38b9f46053ee2473dcf
BLAKE2b-256 f22909364de9db7d5eb067f267855d3709a9ad53ccf7590a10144cfded582e0f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cc797e2622502fee7bab8242a4c1fed06c89c615ddb4d9e932a8799d660e98ef
MD5 b59ad32d1e13aee919a497f5fb85ae20
BLAKE2b-256 f43ccef64bf3c8187d3a79502cd0c79c99d5087fec98496a218d63f213fe94a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5649526df54678421c3532afce46a712bb31a244f59b44e5ab71358edff4b356
MD5 174fd382dc528ed55aea05c066c5e97b
BLAKE2b-256 5dc312c5dc048050ade8e8c6ae496c340bb69ea7d29409f7c245bbeceebb6123

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 593d2d42208f1ac9dc814a92410427109c8f7a791e600e6896df1d11d3e68832
MD5 a15d84d35742977bc39bcd99a4fc8e45
BLAKE2b-256 2ec55f2aec9652626a87374a8cba130c3d9a2766327d4b3077ccd26adb473906

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0f7d064bbec73cfa2fe6d1a72074b02dd900be1773e067952960505123b0237a
MD5 568bcb3288856da39a6ef960173b3b7f
BLAKE2b-256 a60b6ec6bfae1c73b79cdf9280451263896ad574492767c99b9d5397501e8243

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 064221228b3df6fcd3bff6601463d2c83a4c2e46109f29bc99bd6de62ca8378a
MD5 d21f81b70c7ca300fbd8fb8e78d26d11
BLAKE2b-256 c56e09971abcea46f3fb9763d588bc6f3042bd7dfa77fb8c38cdb92f8cd315b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2752be0ae91edf6ffb149f955959c96ad413ffd97021eada47f7ea843b5854e7
MD5 d2212cf1dcd18fb88ab125068d948521
BLAKE2b-256 138cc15641184a9b6581105aa3ea0686f8727c2a47de25d42d02690616262692

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86267eb5ea05af5cf988394d4945028477b006136e23c98905bc0f70201ffbbd
MD5 c9d76b1f6daaedd941b6b83ad9c8054a
BLAKE2b-256 01a71b9f053badafe8421d0311181e59afd89c2268db05b2585c3c02d98028da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f5c9644ae8846ecfc7f628998becb9d47c2cb13932c259c7e30bea7b7bfc577e
MD5 ce44ccf73845414c87eda8e7760a3ab2
BLAKE2b-256 92f162650a7506952641e6e91625d5959555151694d3fb5d7440a4f71fdf8a09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 a5ea7fe87e057e853d4dcef53d20cc1381760d44bc9ddfeeba698cf013d06408
MD5 de991168dacdd1c061e78a3471b07f9f
BLAKE2b-256 dd6c69aa1c4de7e6d070442943e3fd1fd646f9ecf306a828e9c2fea4147fe317

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f435cf332250a3c0907c4064a0ccab16ce38f48843c38c45c7ef893fdceca06a
MD5 c55ef2fbf44833b93e148d286602d3d3
BLAKE2b-256 4ee479d9c51fd4f313c701db103c2e77d686f5d667e3d6af3c1a032c5de9157a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e9f38cbb7528350d41511e02f62e41e4371619b9a1155d0c7771140624b706a0
MD5 f26c662c015e4a403ae48369f1619244
BLAKE2b-256 69c29b2d8d0ffc09ff6d92bc9025fc718c81a422f1c813e2905750f2fb25aa61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fbd8c86535fee8c03fef9852a3a420a56b28eeb65a3743d7fe067058bb5f85b
MD5 3d453079b80bcb72824c7c955ccc9a6b
BLAKE2b-256 5d9883d9d97619e5b3db872c9bad16d8aa7a0b4fb89a82ea294c97204ea1526f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 940c271562c6ac0b9da9372b390ba2d0224016952bad120faa10093873accd31
MD5 ee4869677997dad3ff0b6478939935a7
BLAKE2b-256 4b04eed4e8719daea4e2b05f90a04c94096738a50f695cea727eecf55f0989c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61ecb222ccd17abd688a950f75ecef397d7a1ea20aaf5769ee8ebcdf60eb562d
MD5 15f346604c4237fb3ef3aeeca1cac6bc
BLAKE2b-256 02387c508b268365ce4bfaea1fa23347e8d659d93acef0b92657a52c360eb2c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1ac248b566b96113b06d590f81e01252d555bc041f0cfd5a12b50766f2a146c5
MD5 093f45a8f9fbcab6c4be702d0c2a7262
BLAKE2b-256 7d8ac1f838cf8136fc5e8988394b38ec2cfcebad9d3e164b19aa7113f09ed2a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1d82a0d9aae98e3a1419aacec475a7e7e02e841c0aae4ad98f5d01b6d8af14bf
MD5 015a76aec491e11ee4529c695df72fa3
BLAKE2b-256 c1db6340d5f189594e733115e8ebded5a1f9632b4379b48044d18ab631b9728b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3c0b13ec7cf8bf105d0299200bc4a98877c532aaa5b955cd37e544dbfdd89755
MD5 fb2f161d6d7ad475ffde6f33906c01fe
BLAKE2b-256 b8744e9bc1bb0108d694b6d70193aaae0537ae509d96c0c50823a515840971fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6e2539cfc121494ab7e7da0837f24cb984dabe7600b721db04c4c5149056c502
MD5 f723ed664501a0b8f4fe81eb3e17339d
BLAKE2b-256 8bf9465794d13f682029e494f2b97464a8bc505294145b6e17bf034a81784000

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8c5862a705f729a6f512c434f536322f4ca933f3ef83a962aa90d8f0850634a
MD5 ada2ee94d187ec6e74da056a459e9324
BLAKE2b-256 4c224d3b84502ea97ff39d707cac570cbe7d3f88873497bd0d10f1beddcca24a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d44bbaf9e0476418f9a837df90a846aba15a672408c7bdc47e3c24702697e9c
MD5 55af7094535e8854c1d39901921d4d39
BLAKE2b-256 0bb539a5ab7083f5bb335813e162e0161c5594b0870e9041764ad07b52a9ba20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ec32aa9542182e838300856eabb38081e2749d62732d1788533cce08d9d3424
MD5 24296a0fd8e75c93a9937c189b2b3944
BLAKE2b-256 44b8b5eb2d0963921ed4cc3e2ffbabcbf2afcc11a712aba0a372b203e7bd3624

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ff95a278e056913a8edc389cd9fa5e5c66372a1f6dbc234e5180c0951774963c
MD5 0806eee786a29790f87b4386b0efef84
BLAKE2b-256 78924a79d585daef72be0454dfa88afa554135ed5373ced9cceebda151c33623

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6d0e91a1f54b7a88ccdf391627a8a5d31aa48cd2af56304add446fcdc0e282c2
MD5 6f571e6cd4f1dc7d171d1ea43740a7e8
BLAKE2b-256 083b117d3577f3afe6e3321a11fde0dd97fd720e4771deca564a481e33008250

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 13b567c4eeb9943b046f53b043a00ab242e889ead23ba7ac5131da7c13c4c0f0
MD5 5207ba53d8acd14559304ee7801df6e1
BLAKE2b-256 ab9f89eb69dfb0e8b4a67a8aaac6a822401342840d4739223fcea81b349170e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a5d919d97b9c9eaecf9f834c807b3062e96202625ab0ffbf86a95a37fbf60475
MD5 9b75c9d2d5073cc1fabe7f221637d459
BLAKE2b-256 cc889b7b87ffc8b90f9bd7b6fa4445c0571b8a9fa3d9f818876f8e1ae9bb5c64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e8b0aa44b6a3a4005f1fc53ea7939f528a2856f8e7278b3efee0bb8e83cba69
MD5 4c7a17cbc14f2a0aa69cf9336acd46c8
BLAKE2b-256 e0d6d64eccf273a555491be0ce7e64422121b474a211652eb6a68d43425c9569

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdde4de851259db9dbcef7781b86f8e9a2779b949f332fdb932e1119a6490b26
MD5 10566d847fa73c67ab39d103540eb16d
BLAKE2b-256 86e6f89f32ee1c5dc1bfae1b13ab329f0192b6dc9b4fac67da684a25b3622457

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bb01c18550484f5319eed2a87513b8dee9a2b652232a3bfcefa5d66334175f97
MD5 b00d3a604042f8894803b17fd2536e60
BLAKE2b-256 a9fdd5a43377d8e0b2a9432adb6068d46e7ea3fda4540fb730d3526d2d7e4fda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev52-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9eba4fe829192c31e0b880f400a03975c101d2afd07be116cafd342b81678ee8
MD5 8506827ad2001def3aff8d3436cb55a7
BLAKE2b-256 590b38c14ed1bc74666384588a91e99d3b0caff975cba505d6a5cc1a83a9b4a2

See more details on using hashes here.

Provenance

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