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

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.4.dev8-cp314-cp314-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.4.dev8-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.4.dev8-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.4.dev8-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.4.dev8-cp314-cp314-macosx_10_15_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.4.dev8-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.4.dev8-cp313-cp313-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.4.dev8-cp313-cp313-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.4.dev8-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.4.dev8-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.4.dev8-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.4.dev8-cp313-cp313-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.4.dev8-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.4.dev8-cp312-cp312-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.4.dev8-cp312-cp312-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.4.dev8-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.4.dev8-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.4.dev8-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.4.dev8-cp312-cp312-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.4.dev8-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.4.dev8-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.4.dev8-cp311-cp311-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.4.dev8-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.4.dev8-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.4.dev8-cp311-cp311-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.4.dev8-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.4.dev8-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.4.dev8-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.4.dev8-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.4.dev8-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.4.dev8-cp310-cp310-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.4.dev8-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.4.dev8-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.4.dev8.tar.gz.

File metadata

  • Download URL: duckdb-1.5.4.dev8.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.4.dev8.tar.gz
Algorithm Hash digest
SHA256 46dd9defd3eb886bdcc86d7c8f9009070483fbf5f9bb0e45782da1fac879dc84
MD5 799d393e5e63718e96a9ca73e4e92224
BLAKE2b-256 179da91eb41996653c768ec4f6fe3f1b28a22d3871f87e05fc393cdf7d19ef6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8.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.4.dev8-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 de7760edcd00dc688e66d37c68628b6f47b8b5c80a364f7386da34230c3a4813
MD5 3d2e3baebc7ba9fefa8ea94a91c47b35
BLAKE2b-256 28fa6f58cc0c9bf6f2480388774563b2349358144bbbe15142a06686fd641681

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0b17b5261faa9b92379f5dc21a0efa609916f2f5e9a44512102650c148c43eec
MD5 78de730bc4bd3e9cb29f69114882b33d
BLAKE2b-256 092ce8cdbc4f971894a2e3c845d84615532404130d5a713e6ca6e4f3db9cd4f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cad1c631739ff2b9e2ec8bb4cbebe103c60b145c63f55c4350595717088b703a
MD5 3e4360a49d9d2abf5883a49f311f476d
BLAKE2b-256 57383dddb1bbaa9fceb443313888a6f54c6f929f99707dba9bee50bcd9877e26

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 22c73669b3bdc5f08a83bbd020cb95df50d15db89dfd731271020a84f06d1a67
MD5 1908411e942bb857ad2949b44c8bcfe6
BLAKE2b-256 749f5ff30f8bcf5684ffe1cdc4953f0162ca7476eed5d8c5536920815806d282

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49d14c5689d9738ac8d099a0507033d01058433aeff8b9404394a7ae773298c1
MD5 e117a5d2eff18dce8c3fcf81d2df70d2
BLAKE2b-256 288f09f953832f73aa5502b9917dbecd1001ce2ad1058040e080c142d793a374

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e4eaba2c7f5790a1d23b755e25e346380d5a1d88ec5688c0a4487a35fb896bed
MD5 8ab29c2dff4bda71015b092eab0354e1
BLAKE2b-256 134400e62d275c61da4d051e79813c6798ca727888205596f88eb5dc58142514

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 8363f7fdb76bec8b95cd3c84dcf2ab085596868dd6e2bee234a0487c41d4c33a
MD5 5a4a85c4706a8dced3062a6c91ccf2b7
BLAKE2b-256 1f9c1388806ff9e3e8dee528c529dfbc27cc5012fc6c9219c342b5900dc1613e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 2908d98f9c98e8990534f43ffa884416cd987fbd9ccb5c882a10fdb108a459fa
MD5 8df28859f01fec2601de6c852f085e1a
BLAKE2b-256 4f162cb8d8cdb64a3e1a4bbd7866d07b9fb8d19c87fdad3c38bb8d801cbce058

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c66b961f4b61c1655e4902ce1d61c0f8f58b984549d7581c4f57789584e3ad8a
MD5 1a648bd28fa8be8459ed4574586ebf04
BLAKE2b-256 c5c19b67fbac2d06d92bca61a0268c2c46aeade9e4bf93656d8df26c724a1fb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 96baf997ad5c0fc87a2290d9969a38619861227f14e97d429133869097d0884f
MD5 fbe40a0636e21bb93fc3869e792ad073
BLAKE2b-256 95ef00eeeab59f36909b4bdb2e759802a4126d8799f2f681664450e7c5639220

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5661210b42c4861de1d21550236f87129a3f45bd11d4f6721bce724b2bbc9c3b
MD5 e02554197f4beb8568eaeea7cb971a73
BLAKE2b-256 1806d5e260cfbdea05aaf81ba26d6e2d548d0823eccff5d9fe515ff191e6b7e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e8f451212ad374fc7eb5b38926601a5553efd23ea1591bc63ec046fdf0dc850
MD5 542fa5771a2b6c21d1269557eea6ba21
BLAKE2b-256 463daa03c5cdfa07ad5abf4f17f2c2a845c189daa45992874be9c4649088fa4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b5b1e94330afbd1edfb3e687025fd17671d5759bcc71a1f2286fa3fc82c8a42a
MD5 0e879140a4779534c5320d600d9fc875
BLAKE2b-256 97fcdbf973d5df20e5e7d5c331316549069528d8c212f783623730222d9885a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 daf50bc4975e023e211a7d026d7e290b17dbcae12f59e9da9a6ab529ea7b4260
MD5 e3a730632889ff8d18f1af49c945b0d6
BLAKE2b-256 2668fc677b9f6421f83f17e8b6e7613240cc07c8adc65c7b22abc0c18f96ed8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ad0ad36d8e5f0c31001ea9af52d7e54705fa7152a89ec64e976ec74427427e57
MD5 e97825d154d62b7103c2675761427476
BLAKE2b-256 a7b473beb5e6b858a3d86377e4722c06ba8d5f41762e1398cae7a8cdbe12b190

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d282bdd5e9e7852bc68457ee6e692c3d1e62417b5be68adb3085c439e64ab53e
MD5 78728ef819ac9cc75a09856798f6c944
BLAKE2b-256 467d70de6c30d4ec4a883248af6f31224df3f879d42fdcb9410b4494c6ce455d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d21ecb75b4e2c4faefa0c7f0c0e602ad9929f1ed91c4a7b93e7bc36bf41ebd2
MD5 f7f96c4f7e10b5320cfab2a89c592dbe
BLAKE2b-256 97b53964fb1a3670c4bc0fe5d656c2221bdf3fd894bcb2c658489a6a1e33b703

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ec24691984269d2d5a74f409f06c468726e72acbaad77b5294cd0e48113723f
MD5 bea874b20b500091b819f7419d02ca00
BLAKE2b-256 4842bcc8df267085b390d3ed5edf0980dc95dc9189a299d05f7ea63d7cc2138a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ead81db004f2df5d7578d2f8237e63bbd129deb2942d1d10756652db69444352
MD5 7fbf5caa364ccce3309f7cbfdd7b9d31
BLAKE2b-256 906713d8e5b3e696e7ad889bd5046347e961a45bc1abd4c9310d970386c1b114

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cd1284f9858b13263c9cd4707d3764c19662e723f6a549b85351fd9c4fe021c5
MD5 17f032f59101d1818001ad876462d175
BLAKE2b-256 2979b82d183e9e1a325ca3d28379bf9a85229524da0d5dd56f3e56266a155c2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 0fb46c375a9acc2c5598fec66817d9cb8df3525be11b74bae7ec264943efc5e5
MD5 d3f4469a3a5aa090b4490cd47bddd336
BLAKE2b-256 66104786e8e6b7e6194f38c883eec93028063ab41bdece28859ce68ddcf39af4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 eee4b72c1cf6a0ffc7f54239e3ccee3c59c77a20602b7405373841292099f8bd
MD5 0ea69273700fe155598801979c4395eb
BLAKE2b-256 844853512d6a8e0efc59c111ba16f24e247d44f3d223f7e6fe41957dd394bc65

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b77eefe2cca751446a25d8d2142415918648276238d106562f9bcda89fb5f832
MD5 b730613e53e8eab93d149a3aab9e7872
BLAKE2b-256 a9d41788b187f857ffb416595d0339e885b84cf4dc4b3e817636645c76d96e96

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6cefcb86dbf6967f92cfdbd2de400f27890dc5d1f8d29d44b96ced28ef0cdaeb
MD5 1b2fddffe03c3c97e018d67df32d25a3
BLAKE2b-256 f12117cde0191916e1691bbf79c0290b611b617d9b0d4c8513234323854effad

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ebd8b7447870661b979acd01bb8d07795c15b933d3ededfada59dec184046c60
MD5 79c681be9f61078632815f76bebb5609
BLAKE2b-256 ef82b151be7a0126af69036dc52c19e34b9f4599620c158a8b9105cd0c0735df

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85b47deed694c47a287f1d353fb4c4d100ac5d6992b22d34070a8868074fbd09
MD5 9b2f438659e20c721068bbff448bfa7b
BLAKE2b-256 4d91d30e8d18691c86580bc953601c8b3c8c46a73fdcc829b621bcf2e3b5e6ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0ccf2328a547e9d45997c0f8a254533d6766a17967fc4920d0f39c984e809e0
MD5 2dc369370a59a6d539b3fd7b8e7c8c84
BLAKE2b-256 2cbc133d2d2a23f2683b31dbe3a51ba4d167a62ed0370cec95bf7387a94cac0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 21f0d8eaa35be6db860b0b4d6c6ebd0937dd33d3430ac552eae5155b5b1bffbd
MD5 73ce6c62e26032d2da023cede336fd9a
BLAKE2b-256 afb7e5948498335e66acb79e711133798b4eae9d9caadef7a356db07fef84f65

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f28f9a632e0eb4f6aa389410e4b7cb5607702c3bd8895ffb90341a5a0e950a16
MD5 47b639930c51743fef4c2c67ddfcbf7b
BLAKE2b-256 8cbf2208c2ea64cb76f9ef1d3a913da6ca7556f93cbd2152f5773cff18e68729

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a85e09e812fce005dc73050982b1d7c9100ae3b7b370de90a75e93a070ae20a
MD5 718357875ba7b65520458a7e892a2108
BLAKE2b-256 b278c5063b3d5211c9268fbeb27baf3680f9e314a04850201c28d730cfb19670

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b27ff235d9738bd2920ac388f62b3d23cdb5e3975bca9a1a67467fe9139aca5
MD5 8ee0bbbcd4de15c1fe5cfb5a95bc11ca
BLAKE2b-256 fa5dd7f8fd870f91f30e36c84d95e1b22029f5699c2482d9e4e021ec961a2f87

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3131ca143de7dbd15f21039dd8ed801f445c29c6cc48857982523a9783c7a42
MD5 e6dfc9ef7e2b78301557b58a4f0afa42
BLAKE2b-256 48c8b9539d92f2d05b5e97c661a5a34905a336bb034b6c9bee75dad03404ddee

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 26ecc108287b62ae1505f4a84dbf51aefe13240d2a0ea05a115819f05eb30a58
MD5 724b6c261e1fc96cce5a8352a5a5bab0
BLAKE2b-256 1af20cbe2f349f7e871dc8f36d201c75318283eba305b943f592faa62c14121b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev8-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.4.dev8-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev8-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5fba727d63d8a71e59a94a32cea5f479257e0290a180bf8625166b2b9981a8d5
MD5 1a287e9601f3fa22cd3c4ec3a89e1cea
BLAKE2b-256 aa159c897bf6ebecccec4f5811c24f5a97ef8726e3a300e27cf53e1de9b5b94c

See more details on using hashes here.

Provenance

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