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

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.3.dev19-cp314-cp314-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.3.dev19-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.3.dev19-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.3.dev19-cp314-cp314-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.3.dev19-cp314-cp314-macosx_10_15_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.3.dev19-cp314-cp314-macosx_10_15_universal2.whl (32.6 MB view details)

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

duckdb-1.5.3.dev19-cp313-cp313-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.3.dev19-cp313-cp313-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.3.dev19-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.3.dev19-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.3.dev19-cp313-cp313-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.3.dev19-cp313-cp313-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.3.dev19-cp313-cp313-macosx_10_13_universal2.whl (32.6 MB view details)

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

duckdb-1.5.3.dev19-cp312-cp312-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.3.dev19-cp312-cp312-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.3.dev19-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.3.dev19-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.3.dev19-cp312-cp312-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.3.dev19-cp312-cp312-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.3.dev19-cp312-cp312-macosx_10_13_universal2.whl (32.6 MB view details)

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

duckdb-1.5.3.dev19-cp311-cp311-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.3.dev19-cp311-cp311-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.3.dev19-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.3.dev19-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.3.dev19-cp311-cp311-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.3.dev19-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.3.dev19-cp311-cp311-macosx_10_9_universal2.whl (32.6 MB view details)

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

duckdb-1.5.3.dev19-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.3.dev19-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.3.dev19-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.3.dev19-cp310-cp310-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.3.dev19-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.3.dev19-cp310-cp310-macosx_10_9_universal2.whl (32.6 MB view details)

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

File details

Details for the file duckdb-1.5.3.dev19.tar.gz.

File metadata

  • Download URL: duckdb-1.5.3.dev19.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.3.dev19.tar.gz
Algorithm Hash digest
SHA256 31783ee037fc3b4f572f0e8f6423ba5ca792be137079a06ed5e4cd739f634f7a
MD5 7e24f5011ceabdf7e203394f8e6a3345
BLAKE2b-256 700c9b050c6ffff285c053ac93705f860875e02a1077212809fd728995e78c7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 afa5de8ad80c21f54bc33fe3cb3bb44874b591013f83703abc0ccb60d3deb7ea
MD5 d578655ce5a6aa6c6a9781c7eb1d8337
BLAKE2b-256 0222dc4bbcada92849a56b0046f6cc29c3ae52334ae4d521d83541044e4dd03d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 39cd5db85f8e694062cc7e820ce6e8be97c37b412335270dbd04c6ea3ab7311f
MD5 fe12b43e1791a785512ea1303a217fc0
BLAKE2b-256 aae2d8c9cbb1cab7ce8337c760c3f0d5570115640919f31bac2327e88eea27ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e620f93a6e4bc7960d1fb733f250840d1e39eae4691ab5aa9ad7ff26f78afa1
MD5 eb1d485e2681c8aab8cc441db7a128f1
BLAKE2b-256 8c956c157f058d5fbdd2dccdeb3554242f5074eb866555e96cfd8e60fa690b59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a2ddf6aff28d82ef38380acabc2c843978331aa2a1354613ce319e742ca48fc6
MD5 92683ab9c7063e473f7a92af24a722c9
BLAKE2b-256 9bcf969655b6054363b02c0efab6bb4112a6052ba66072f44ec3d3ab72181c4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cfd87c299b428c6468e7dce1e00c41ee800ae16600f034f6239ffa53423fb11
MD5 85bce6f2b533b8f468a725b1790f6217
BLAKE2b-256 236bd70a338f0b7ff2eb948a86052057ef0f43cd549bb13cbf4c98ab0b61b120

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 56f174c01a6c092d878588999135781386d04a2c8a97218180d00af8ff3f109e
MD5 4eec9487655645df61aefc862c9ef779
BLAKE2b-256 27ff9b3cb761326f6f142f4eb19bb428ee82ccd66c982a8d0dfd4b16812864df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 99161eda3af59992854abda43d7e784d8eb41600df2774e478c04b4cc7e4f28f
MD5 5fec132af29bce83c1f7e4f2e8f4bc17
BLAKE2b-256 38848d950e9733e70568bb6afa6c2ea514798a55a1c39aeb68ab2590045a56d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1217db9508591d8ff7add8bf6a812c422b7384f458f9f59a3102a6b8ca5cc3df
MD5 a349d705eab50d603a32c013661e2832
BLAKE2b-256 0ff0f3e3d94b15ce3eefa626c18a8e68fcf45de9fa899de6492a752e8b1df124

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6031916e4a3c6ac9a52716f10796cb605481d716759eb5f22294fbfddd8c1646
MD5 f0828796af67efe164a166638ea66438
BLAKE2b-256 0925de82f5a5af5364fa4c5d68018c73798cb1613d089bf0dbcbd202f340ec7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f7b4124d9fd0fa612c675df81ded9cdc239885660df9a53e995254c1420a888
MD5 be94a7d1fdd2c7e1ec98937776ba80aa
BLAKE2b-256 547e075aa9a1cb1b84aada13425f2a0f0c2209d4c47969618de7231f3a2827e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 621f106aeffdf43ea1583f1988237968d5d2d491e3549625f851c5b4cd386ffd
MD5 f294c0128d357d19498d8b7d9a7fc186
BLAKE2b-256 9f4c91024b95969cb2145513c35983716e5c781222b836f4f51bf0f6cf2deea0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f02d1aa76fe1d4c0170179bd3114688660a527557f290e9f980d4950278e974
MD5 3a2f35c6d974f5daf37fe6f160bb5db7
BLAKE2b-256 69ca512e1f4aa5bcdecc3b506cbaf4e88b0d5e8f79e93438121fd2451b724d5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3f22cca09f961e4978552e8e034ca4d5a98f7aac518c893efb454d6f80c274fb
MD5 e34c98e7ddc04b74226938e03c85f11e
BLAKE2b-256 3d45306d334d460cf604a049f061da1d4b61f4ad8e2d0d222c20e57e504d1a9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 b4c56dabf7ffac2fcba6b07b07701480b0485e049ec94d8ff2958b7c28c13c31
MD5 333234d730f2c9acbd536799b8798334
BLAKE2b-256 985bd366fd1ea0c59642cf87a46a313dfbefb9d72d37be34f22827601b5c7a6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 6ff3e1b255ab1c24a28c41f09d398eb61d6fe327c3caff4e42dbf4d4f50791ef
MD5 26f674013f0e223934d66ec6ddde909c
BLAKE2b-256 700918799150a8990d3f8b6edf3e88fae72c1d20bb295bc995bc13cda79563c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3922a8c904cfcd3afc0c1ed2e0ac7a4b447c239d98bdfd1f00dd43486424c38a
MD5 c2cd78bc31755aa766e89d39b84c8e99
BLAKE2b-256 0e27cad806467235b68ec2dd90f0221817912487db7508ad58de676bc91d4923

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92525c80faefbec979bf11e83871593323552ed0bba7a86ffa46d91277fec502
MD5 85dec3174fe8523bdd939b27fc665b9a
BLAKE2b-256 ed250339c31c3f79aadd6d03901535a1006f3c9e9e1587aeabd5573914b8c787

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b511e2fb918f25edd4f5c8180a416fd6069d06717aa3120c8a649322834572d7
MD5 d64370de8ee5c513793c1ec76e693326
BLAKE2b-256 91ef7c20d68a1ca3327d823b2cdb16de702670775fd1903ecb6098e4bb6d41c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a30e147d5aeca302afda8441241828dd8645f69ac74f9150f475a2d8495d73db
MD5 96196640f6374722ff8cec4727496123
BLAKE2b-256 d5bbc0c693ec5f24b5d8895d74e3300f46c825f3cce30bcb3b4583691e0ca396

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0ad8c60a856bb886aa9ed10a336cf10ba0d69fac4c1ada3bccbef4871307379b
MD5 d77ceac9fd908e23be6d8c0cebae7871
BLAKE2b-256 394ac8281dcd52dcd40d52c9796ec884775d90a7659cf92c241a5373b7485893

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 40a3063bfab816bb72734e6257c1d1427845761f11f3f1c3fcf53f48e68fea69
MD5 08e7a05e0053681f0e7eb3a6ec59281d
BLAKE2b-256 0ce22cc0bd58dfbed2c1f17810dabf02c50228e73a44da9b1df959374a0baaef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4faa7662c404f90d3733d94bde0955be063ef866a3d6e1bfe34d28334fd1eda4
MD5 3735a48e721b12ecafb02e3bb97fc90b
BLAKE2b-256 ffb96aa1651e8aed4b4eb1f1f4ec87a7390519321bb3750b97b70dd977828636

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 00fd959fddfcc1b1c88ac9079f1b637b1374baed690189b62f941a4b12db10d2
MD5 ebabc15db6ef33edc462f337d06ef81c
BLAKE2b-256 de729d0fbc5500fbf8556bc8f293c6138138df9930361765bd7f22e19cdf9369

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15667b4654e5d9b761b6447d3d6bf9c85d475fb9b9cbe6938f23df8fa31368c0
MD5 c966d9111a368c36e905660ab1e9f1b7
BLAKE2b-256 5aea3931d134a8f277e970f13fa6df928d7b624266c0071040e89f8d7301567f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e547f3085c79848b3341c955c2f4467226676add090a0a0cd6136fcb346dadac
MD5 59f2f619fd959ce02b32a322ee95c244
BLAKE2b-256 c58ab710446a83ec64e600c1c8539f6ca2366d9f23f6f0bc84af02e18ecc9110

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4aee3d32c780bdb34a9a5b5bbc4eb1be50da0df4d014eb4f7b46386b1c043bda
MD5 dcfabe65986ddb5f5029958750010ebc
BLAKE2b-256 4be1579e1d67267261a1181c12e47084eec48863a2425be43854fb5ae9e673a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1c15ec417023072cebf0a90d9c330142e3b53489d34df49bc0577ddf0c2f842
MD5 4a00cd463fb4a17a299b49226a753b8e
BLAKE2b-256 784e1958b36f6df8e62726801f898b40142963907f9d03c6c2d1920fe49cfca5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0d2c2c5cc7fa64f81a93fb9316fa9bee3af744bdcf314f6678ddb18f99b7f5b4
MD5 24b9953969a74f7a116d3ca2e1cede0f
BLAKE2b-256 4d916275a42cc8e956858b1c41d6d7cfaf78883ad274999d9cbb7c1d3c937b4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4529ecc24359c973b2bb99bdc09b91e2f535b604329137005a9dc8c8f2ad8bbe
MD5 83a993c0abf674e0b589b5105be9e82d
BLAKE2b-256 9280319b269de0a376ce6202673fb71b88af99df01fb2fb4a6631995a23db9ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a9f193466c14f50c59f86785b3a8944b782ec6a0d4aef2ea2ac0a9562f9a37c
MD5 8ae24800f874349ece9f63c9a5a7c5fb
BLAKE2b-256 1b17aa49296d244ab2b8446f0c6b877992141b02b3ab15bda6b18e459a896527

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23ea334e2c5a51b89c6e8b7fdc3cd86f975d725431f47167d6378241d84b213b
MD5 49bcbf6bc04fa93eedeb5c4fdc445e7f
BLAKE2b-256 96edb0da145c913a8b90da1acbbd2e63bf804f26e9a4189e40fb28878b353b4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2e773c2196bae3e7c0c7c75b071ff51bdd1612d646173142a18918301cf4814
MD5 e94137874a0a2834d678cac08d376326
BLAKE2b-256 f949a06c5d5bf7a6f8c4f3bc99f07b5afaf6c8fbba881dc0a117d196b31b6cc7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5333079960cf4375e7e4848d818b8d64681f91c85573ed74ed695f66c4e1c040
MD5 5430907a7e81941456f66d733e1ba1cd
BLAKE2b-256 98aa3b01fca2ff0ea753842ce22fbf8186f77f63f4c1ff434c05fcfa27d211be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev19-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e07e6f2bbde207ed24157cc30cd8187613b1240904ce09709c6db1225a0203b6
MD5 de9cdc9beedf7781f41e50a695f9d2bb
BLAKE2b-256 89c1b5cf2f59b6bb44aa302e94aa4b99ed12eb923dbfe79ba38900397a96fda4

See more details on using hashes here.

Provenance

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