Skip to main content

DuckDB in-process database

Project description

DuckDB logo

Discord PyPI Latest Release


DuckDB.org | User Guide (Python) - API Docs (Python)

DuckDB: A Fast, In-Process, Portable, Open Source, Analytical Database System

  • Simple: DuckDB is easy to install and deploy. It has zero external dependencies and runs in-process in its host application or as a single binary.
  • Portable: DuckDB runs on Linux, macOS, Windows, Android, iOS and all popular hardware architectures. It has idiomatic client APIs for major programming languages.
  • Feature-rich: DuckDB offers a rich SQL dialect. It can read and write file formats such as CSV, Parquet, and JSON, to and from the local file system and remote endpoints such as S3 buckets.
  • Fast: DuckDB runs analytical queries at blazing speed thanks to its columnar engine, which supports parallel execution and can process larger-than-memory workloads.
  • Extensible: DuckDB is extensible by third-party features such as new data types, functions, file formats and new SQL syntax. User contributions are available as community extensions.
  • Free: DuckDB and its core extensions are open-source under the permissive MIT License. The intellectual property of the project is held by the DuckDB Foundation.

Installation

Install the latest release of DuckDB directly from PyPI:

pip install duckdb

Install with all optional dependencies:

pip install 'duckdb[all]'

Contributing

See the CONTRIBUTING.md for instructions on how to set up a development environment.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

duckdb-1.5.5.dev23.tar.gz (18.1 MB view details)

Uploaded Source

Built Distributions

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

duckdb-1.5.5.dev23-cp314-cp314-win_arm64.whl (14.5 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.5.dev23-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev23-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.5.dev23-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.5.dev23-cp314-cp314-macosx_10_15_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.5.dev23-cp314-cp314-macosx_10_15_universal2.whl (32.7 MB view details)

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

duckdb-1.5.5.dev23-cp313-cp313-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.5.dev23-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev23-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.5.dev23-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.5.dev23-cp313-cp313-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.5.dev23-cp313-cp313-macosx_10_13_universal2.whl (32.7 MB view details)

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

duckdb-1.5.5.dev23-cp312-cp312-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.5.dev23-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev23-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.5.dev23-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.5.dev23-cp312-cp312-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.5.dev23-cp312-cp312-macosx_10_13_universal2.whl (32.7 MB view details)

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

duckdb-1.5.5.dev23-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.5.dev23-cp311-cp311-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.5.dev23-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.5.dev23-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.5.dev23-cp311-cp311-macosx_10_9_universal2.whl (32.7 MB view details)

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

duckdb-1.5.5.dev23-cp310-cp310-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.10Windows x86-64

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

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.5.dev23-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.5.dev23-cp310-cp310-macosx_10_9_universal2.whl (32.7 MB view details)

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

File details

Details for the file duckdb-1.5.5.dev23.tar.gz.

File metadata

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

File hashes

Hashes for duckdb-1.5.5.dev23.tar.gz
Algorithm Hash digest
SHA256 a9808e9a1b7e4210d79378a6417420630d40f85a4d31305256ced469098e8c43
MD5 393638fe403e0aef2af5d60a64e6fe4e
BLAKE2b-256 8df46221a5167df9a6bafa2185623b0473334ba6a5768ee798c223611da7d64b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23.tar.gz:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c338b765e1dd6121e5a9aa730856622f1d815197ac2589c9465581902a03b425
MD5 21827e0aae62eecd0392543a7c8fb1f6
BLAKE2b-256 16b6c1b3ac9eca0a1107c9e8da431e164277ec01d8eaae35138aa0e7e3cee69b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp314-cp314-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 94f6306260436caa169ef8297177e5c3ed76d6a371b72402316b4d874c051909
MD5 2f356be2f19d9b8e0b5103f4a449955d
BLAKE2b-256 063309111e23e6eb96a7d933e99f4841f21ea7e697bb5b0c4c91ed8584dcb849

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp314-cp314-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33ff3490cc1b0889b17d24b5fe81fd57250e5da37629bf9bfc925fa86b3ed5a9
MD5 44760b9c896ca096988f19b9767f2e50
BLAKE2b-256 f64331e199362e423c54ff6b097b77c309b529afc0cd62a5590c116f947d9d3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d67c5ed2eb7f07a91a9a36b1c9a7d323eb1a1ce38ab501ab2a483998e203c6e
MD5 1bf552f14a76bd62e7f3f07f5d153258
BLAKE2b-256 a30d86af8ff3c36151abf95227ef1f94c6ce75a1e4f6ab1fe3e7e3f5c33220e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6191e7ff4146cd20220aa400903e4d60743ac5a240c0f2d8b12d314a74a01342
MD5 91f1a5c3e052274a17e9045fad4923c6
BLAKE2b-256 948efe3c8f74d7bc0db404b59e63e8ffddcb74dfed402bf3211cd33570c6c966

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 57381fe7ce3f5f37ff23b06e611d68cc9979dea92d4f3d04980a07629fb48c09
MD5 fe67651d65f2823a76215663e22212d2
BLAKE2b-256 b9a5b0d1aab63f48d554eb9d5d598b9c8c0ddcb555460aca849b1c5ed6243fd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e9905843b65c516652c531f19fb20094a76dcb5a40c571a44fa929bb06429f75
MD5 d91f49ed4309f19f239139100e68e887
BLAKE2b-256 6cbadc7dab4b939c0c94e41f9fc370264b666546e4e1db0473504eac77d3143e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f772f1d234b51e39afc6da2ebae027bd6605be874b076517cba992f2fec9086d
MD5 647f08eecf5656f2dac4637d807312e4
BLAKE2b-256 79caa1f376d9315ac9bdf12c887e1c7cd7f0e627147e10504d26f53e1149bc1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp313-cp313-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7ff310befd9bdf2d12cf85d5ca0dfd7316657447c17698bb8eeb95e1b3b179f5
MD5 7b561abf604f5a63dae588aa267411a1
BLAKE2b-256 7b9be0a8166ea7eebb0320aabdfc77b49438fa7b9f2d455d193fd0dbd8a09d18

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp313-cp313-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 324adfbe9562195dc2a4a2a26103586adb9d082e0750c58ae35f1941e4a2ced5
MD5 23bfdf4f6d52e478a378a047d86a8fd5
BLAKE2b-256 31fc3c17763b6878a860938973382d55b5d3b71fe1b2697f11e9d0e5d40cc2f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 86db4ba4c5c4c9e01a1b59f01a26202fbe943c58b0d8aec4151c0fdf853b5ec6
MD5 2aa413f28aa4e706702b83e075a0300c
BLAKE2b-256 2445592ede2f56cad114e4ddb57cc7d5ac3c7783a83005017d0068dd997962a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57fbcab3c7e8c25fbfef2c04da8b980270271f582b9920ac2d8287df1bccda5f
MD5 1cf86f2a73012f08c8fd049d4f595550
BLAKE2b-256 ba5ea222b9e30592edf08c74a4c63332b321e42d47c010859b0da2b578d3d91d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 45eddd70c8a0fac74fac1894df899116b8e8a8aeb09cdcdd1067d1834c694e43
MD5 a05242192cc06b51432f86ee9c9658fd
BLAKE2b-256 8658bce7ea552fddba63a40e933f259adb2eac31d0bdb714b39906e748d5031a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 f340daff8678ffc921c3217d2d8ff0cd85144e5afefa02feb922817c72299bcd
MD5 017da6dd861e56b75f66f328ea065ee8
BLAKE2b-256 5777be003dd23787cdb7373a63d63e17593e7e0d2c675062e609cab14547acec

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a156740bbf791569a295b4e582634cbfb73c8cbb69d945cab39d69daa498135a
MD5 6e678c165cb35bfc8bd94815f02f92eb
BLAKE2b-256 f6419f06bee0b24abb224f6cd28e7bb8a68271d113bf39509557913313baf676

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp312-cp312-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d7896dcc615448bf8429cb34df5bfe460550afc2bc8aa5b1ac3b53bc1760616e
MD5 3385744dedd029912f2733f91e3453b5
BLAKE2b-256 5ddcfc9de7c6de057bebeb98f74b811ab8ab6004e16445e90b11ee4256e44fea

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp312-cp312-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea83f9e9d4e9477e7e941dcef8f7d7242f3572a6662c0b85eb10a18bce79fbf6
MD5 920d1fbe151145050038ead3759920b0
BLAKE2b-256 fc368108a5205e643f8cc3b578e1f8d08f1f2ae9a6c98db0e73bddd9eeaef3e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 98b9d385a564682d67680471422265d03251074b9721e03d481ce97a9df3d600
MD5 106750a23378eca43e1585f93d6166f2
BLAKE2b-256 c883a7d3db6227bdfae403bcb9e883e2e8d46b5515e2ea256da278f6066bcd51

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28dad29fa3bd9e56654e2d21f3c88e14508fc4e6837e851d6a969d662a85d5af
MD5 d6654d6deb4d41c5860681631f869e29
BLAKE2b-256 5b3c3ac2699f5a7713583b484f7ca006034f16e856d428cb0ee84729d580244a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fc25020f32fd96953a00d9df1fd3b0f632376c91accb40421f346694f49218c9
MD5 dca2399a4d1ac7e96946485a36330018
BLAKE2b-256 c8a77f81c9698898caae716f4ca9e106c8e84ffdcafecd034bdd70a88a1cb826

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 595d4d6f67f3962f46128cc51f15cedbe1dbf32909ad742f68fc1d076dbcf10a
MD5 af5beb0917bc9e74a9993a9dc9886980
BLAKE2b-256 06f1bef140cf798982f74d64a82db10dc02ec5a104e1cf74dd965880a0dea2af

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 99c9499b2e06c306bd10a4c52a0feb693b428a4be76445e381fca4c0c0af667e
MD5 fb268495e99751953fa646d59e9715ac
BLAKE2b-256 47456252a14b8158136016ebf553de2ca87a0725852ccea6f029dae58e0e4675

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp311-cp311-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7bfdd20f2f14fa9e6a14dda1a6784bbf8dc81e980245a32c6c663b76c134c61f
MD5 3b098e4c6e4c052ebb17681ed8267ebb
BLAKE2b-256 c46433955b5834ffc76ac424f474ba8552903853ad7a7b03bdc7a1c338564f09

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp311-cp311-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 950acc25c44accf987de4016651e62b0ffbdf8571fd86c51ee7eb2e64a04caf3
MD5 8bcf5407a9c8dcf61171fe7bd19ceb6a
BLAKE2b-256 761a538acb3e3e7d5d361dc62ad4fe1e2a0e37898f07c4c8117930380615019e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9bf86c58f02c708f8abca1271f2963dc9c721efc0211341faf0284bedcc5dcc9
MD5 6de7cbb361de79083224d3a0c31ea966
BLAKE2b-256 b70b95b748823160de326d6efa85aacc19e7b8ed631bc78a01f0ac9d76f32e7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0fd78ab9ffa82254d481ed9b24a0c6c3d409fc74ae413e2eff812d78417ba12
MD5 0a6c98a5b58a0d7ce4848c101df28a5d
BLAKE2b-256 b42922ea50995e97a696b26184c10b6cfef226121836459b648c68908146cedf

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 49f8f73c2547093e54ce40e0412ce52ea7c7f6b5f51ffa54fa0a933018a27233
MD5 31671e505aa511223c0045a93ea58a28
BLAKE2b-256 76340b07c9171498df48efd9e4038635e18cf42a189f4a91306fd2aca94923f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 eddcb5bde356bf3281409ef1e7358201b63e29d0975a10083609e1decb37eab3
MD5 6223683a92c0173132cf10fae589b356
BLAKE2b-256 195fff1d6cd37b2d46730ac464b16864917bca2461bdc2047bd615bba815fabd

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 24d3443b7a1af378ed12a4ad670deb686cd367f39a969e3f1446e4ff17283477
MD5 13f37cf5cb4bbced0d9ed9b0f16f569f
BLAKE2b-256 d5f0db16bf93f9eee73270e7225dc8653b08ee22c36a56a9b594e47993630035

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp310-cp310-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 335038968107b042949539568d22c6313d758a4eb6cfb3fc6a4ce94bfc49be79
MD5 68517fa2fa4137d27daf090b783f8d18
BLAKE2b-256 c6cc4005fc00272801a30e21e720a60144c9f1e3d8b71e8bf3ccf57cbeac4a53

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f533e08450d350dba03427e6fbd274e7303516ff8c0bf67c76ad67dcf18a8def
MD5 92e415eb7a5acfb27ef11e312fbcd3f5
BLAKE2b-256 3dcf78143bbe9bda18e54c4da4ed8c705ffa855e0325dc4ca6b944584f1a931d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d28207906b5f03e99b9d59ae724a180e7fed91bb9620abfbd8376af84260b86
MD5 aba62e6abf1e789532d52e690a22fa91
BLAKE2b-256 a88332326629add16d2fbf629389cff236bd5d148755fc136437df2d180d9c5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 73cb7bb89cebef7ae46537a23680f8b9484b88f8339898ae70514a72fdc0dc9a
MD5 878b96b75f01092a10aa9888279c03f8
BLAKE2b-256 cbfe34fe695312984f96327af752cbeaf377f3021369e64ba58c5f967980bacc

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev23-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev23-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev23-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 32c700b8d72d00bd556be9d787c6d72135f48a8e7c7f141158d82f023dbf5ff1
MD5 f5bc37564fbcb33c70b0e0e677f6935e
BLAKE2b-256 d72e50b2af174b3c85d2aa83410b5cc927cf54a130f2f0190a7d4ab57011764c

See more details on using hashes here.

Provenance

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