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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.5.dev19-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.dev19-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.dev19-cp313-cp313-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.5.dev19-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.dev19-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.dev19-cp312-cp312-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.5.dev19-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.dev19-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.dev19-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.5.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.5.dev19-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.dev19-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.5.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.5.dev19-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.dev19.tar.gz.

File metadata

  • Download URL: duckdb-1.5.5.dev19.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.dev19.tar.gz
Algorithm Hash digest
SHA256 e4cfa12d2086e1eef5837a71dd9a7adcc6c46694997032b86f6f8e079dbe79fe
MD5 23af634680229c00e1107f5076e10746
BLAKE2b-256 22c2bba48c180e34eb3659a8cf2ccdfee099d6f184deeb3e2353bd17bcd25300

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 ddb5e38e4f7d1e54a185f0bcd427e845801e5a46ed7498ce43e7f2795db59e80
MD5 9efe89579127a501cc15519b09060f0a
BLAKE2b-256 de9626cb967f8367a836c1f65b4552aeb2be27ed832f5f7ca9fcbeeb615eaf3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6a30ae0c7cabba7f35dae240ab86773c692ccfa2cd0f2042b9894584a78d0b0c
MD5 fcc6fc943f40c2b5ba03445d61a0fad0
BLAKE2b-256 24c395db6fa117f5ac74a4ee6f1717fd4f2c4d472965a72678267f867787ce08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8634fa70745be3597da69f1cb817e07ffc8ae3d43fa81d2abc7bfeeafc445573
MD5 fc25860a98bbf04cd13e25fdc8fa1a70
BLAKE2b-256 955b0e8a16fbc355fe8ecad2157858d8727f48aa2efe4abb4ea591a5de2cd840

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 334d996bdf6a8f22c5830323441fed158cfda12a0c9bad19d4e1d82e99b20130
MD5 72ea24984b05d743783b7d8b07d6520f
BLAKE2b-256 a98b428eb84e174a4ddd3773adbcfc12e506e72c46ac544daf545f3e3adb8f3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f715a38811cbefb64187319e706bec7ccb8b4b00bf86a6d31049697a67acf9fc
MD5 8aac8488b9d91c13a077b782ca5726d2
BLAKE2b-256 428a274ae4cb14c87e8bf1b57306740d95ef7bf8f5cfd6dcb81eb2db63234f1e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 23a4056b41a4830db261b2bf583c8f8ad6398f710ebb68f98e2f6e8d99b9a3be
MD5 11d6a1b23aeb5b254922dd4c5883d2e4
BLAKE2b-256 719ad3c4c6f3aaeea52ced29107bcf4c4b6506c020eab3a7a72f7233e1a27ea7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ebf245c9e07e57faae16ef5ecdf341612e17a1b186aeb426809680ab924f004f
MD5 79405cfae4069d08586ccfefd65dd513
BLAKE2b-256 ca1ed6d1dd53179cc572b63df069d68e75b2e20754683bbc88d12e510c342f24

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 df23139854ea19441258c45853f919b893faa9278487d0b73beff5f8c6640ac2
MD5 10394f477186c079c9ba13fc4979b5cc
BLAKE2b-256 41679feeb80f8138655af596b620b52ac246b998d99639464a5bf013566dbe78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 34aca8ce4814f5157c56f3dd9b3dedd9f5286d2dbeba02d810a63a6cd4e39a96
MD5 5f5e4a3b6e580e074462c12fc63b7628
BLAKE2b-256 37e6df17eefe0b4636d6f7bd69c5f30063695b05d2a01b04aa64295fdcfb6dfe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3714dc380bf6d2cda6849b2d71ea103b42ddfd6b8f920fdfbee8320192bb266
MD5 e097aa4d57048469ccc3851a5fb67a38
BLAKE2b-256 589798dda07b194167022284b68820f97d1c312e08c19637d623fbeeb192019c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec70d6a37e4ecc9c579c6c8665ecf165679d71b818ec08fee09952294ddd5a1b
MD5 772a2e9886a60ce6d573804792a5b4e1
BLAKE2b-256 87e81c9160a2b8857c9097566fce986a8bb4ab2a5fd421a281d633e64adca2fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d39742362bd66e13753837e841c5844782fbeccbec10bd73771c55f3efdd7f3
MD5 e2da72e56a8ab27bcad21ec7a779c606
BLAKE2b-256 45af7a80853c920a739e45fa5db8764be320f401000343494e1d9e5273f67262

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 de95a122e353f8e82095725fba5b4a45b92ef03221ad1e21b756e25cf9ba5adc
MD5 f683b16194503ae966bfc6c838a7d4e8
BLAKE2b-256 d204296eda79f9a6b71d702ed32c7e4fbc97cee5fc1b04bc2e6dcdc7d620b5a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 8a3a12371a2f26001f2a0c720e29c77b96df22b77f282b6ffd354c6c5a2425ae
MD5 35396f5d18c3efba6bf1e8b12d21f0e3
BLAKE2b-256 4a6e9838b8d839cf27bd698fe3e15a36ca0f8fd8806e2b483e179fb516bba743

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 11f56dc6521d7e8d1f4c889afcd228d69a1cee1c2da692c876d6e7c8978eddc8
MD5 00740298bc9af2edf9b8da9a5670b4f4
BLAKE2b-256 a4a2c8a365c977d50dd76b01c5a34288fe123ae0b2d8663415863419d8e61650

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 136fbecc5b26d88b89e5d40ab1c0c321d0f077800e132d887d3904580d29c228
MD5 244985688e0fa4064b7cf040b66bc014
BLAKE2b-256 8e403724396eeeb245db22eb32fbe9076396334cabc9bdd0931fa60b874cbb53

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2ad94bba552c2a081586ce3f0e845c588d0f71ff9d7a89be2263b2a8df011dea
MD5 dfa8b36d161090ba4526ba5fd3a0a515
BLAKE2b-256 3c976d856f0a498b516d86142e8fbe5e0bd49def62d55d2dd1b4366b09c81fef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f2241f8020466f8c7da52cc8dfab68a81c7e055ed0681dc40320a1d2b83e545
MD5 537cf46723b611c134ab06ad6a6afabd
BLAKE2b-256 5832a9f18fd15542d9bec3bafa7241b39c663fece070752f9c2f1439830fd3a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d76dad8fd7590047d174f15413859ad065132904887b28ef75a33292de69d92
MD5 f453ba25b91b126520b22eb5a2bbcf56
BLAKE2b-256 5e6e5dc1eec8a2f95bb3742f4b0714fbdc7f9c92382e9d730c25e1ccc8803e3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ec4064a7dab8bd61736576942529b84306e895af17e4e1d01025f6ed1504b1bc
MD5 2b0aefe3a2bf2ed4b96d03b81f1cbd8b
BLAKE2b-256 a0b5f6717e909701911c347e05d8ad54f2dada093575e3b8afae4e402b0e6d93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 8afc4062ba259e23564933d3c1974769c36de1e7e83c44d5d428dc81a37e29ec
MD5 58b0c113487d7a373735f89a5ae5d8d3
BLAKE2b-256 9b44a8b860488f1c455d7940b16cbaf4dfe14fbe8e27e2c082b9d2ed3d46715a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 dd71b22d7091ed8a61f7cbb20357968f21134d44e6a00f0fc3a2ce98f4603375
MD5 12e81872681d26ec79992c0938da5499
BLAKE2b-256 40e00aee88f02150493f7a4adb038b8ef9c3edb01b22b92a2aae57974ae4c549

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b63f9b4ddc2c2aeedfa0fe522ae5c62932999ac6b8758d6381358947a788b102
MD5 2eed46a4532073110aed6346b8e17d21
BLAKE2b-256 2dfbd001c72c8bf7ba81f4ffc4655543fd8d19a3fb5ff4e39780e845ddf0dc49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28777e09335fb28684bb4e5c48ed7bbfe589d4f8297847fad81a1b576a784601
MD5 300ccf32dbe3efb71852056f4131bf26
BLAKE2b-256 c8f9637ac8e3b9570a875a9e22b8b9b11e7b3c7f59a7e7ffa17f517d37158789

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 594059292819e706fc8a8a3796d11fccd3afd157ed1512e460ecd0edfbc28163
MD5 01a95138469b5e6ed8a4b705dc0c447e
BLAKE2b-256 7afe1e2b1654751c37d798e666e3242fe510ae64b8393bf15ba7cb388d1f861d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 317d269c07ad36c59a950cbc825f509f1b464f43012434a2d429fe912094b57f
MD5 c0440dfd073cef7d6793cb3b1585dc65
BLAKE2b-256 9b8a6484ee569ede9a9eb693b23ccb11fa5ca1742dd7219bd3b091919ab8bcd9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 990c3cbc606459ab6d7e2caeaf338fd3c76227cd3a7c8633378768bc0300bba2
MD5 0f7277a3211854769f203359bd0001e7
BLAKE2b-256 2135cc8fc531c151cda104eab913c870674c93eb62f51868710dfb9857340987

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 69e5fdbe3e207a310f7daf8f10fcdf3d7a543cc84279c30a78c2b8bdfda5f48f
MD5 0077c85a4d5c70df2f293a9f4191210d
BLAKE2b-256 7fd00bdf5019cf1bd5c94d4431afda0146a114b1d0789eebd67144feeaffe8d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2a0df74d2fe65754f552d25c5d8dce5fc5578f166bb56c77d244f1d070637d00
MD5 28c019db34d26d3789344b809b4d3f1c
BLAKE2b-256 f7659934da907b439dfbc0c1ef0fdae141aaeca14290b39dc4adecb97e437693

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59bb12d366c5fa4b1ba76cfe225852c58d41ad74ccb6b31638fe2c9d1ce994c5
MD5 ca554703cdfc7bb20c9cadac6a6e8f55
BLAKE2b-256 19fbf2691d242171675ac6ad49bad00812349d7352f7c21143fb19d81cd10bb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dfdc7e94f8b89c76defb809e47da30233b33347385846a4c0428470b77837815
MD5 1be7708cc83021e200e149c8ece52ff2
BLAKE2b-256 fa47b05130274fc90f34c47c00c6e94ca9adbaad89c9beaa1e96bc80a3cd0e05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b110f61a4ca4238e3ca6b3ea3d42b3163e08ac61e101437f9a5858c435185d6
MD5 cafe5cb4c094f4e3b79ec152299b3257
BLAKE2b-256 d606945eeea2a49510974a0ba0294e1b5e96fc4e9b603326fa7071e8d9ab4b41

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ef8d121adeea1fad4a9c766ed3371e423fe82a3661fccfddc1082b17bedb6227
MD5 50ba0d0c526d8d5d73e80be505aec4b7
BLAKE2b-256 cb993acde30d64511d0ed059fe3c275d30fad0ff60b2c89c59cd647713966337

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev19-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c2ce9c957b1c8871212e01ae6aab5d8e04df675be6387301df1adc585b2851dd
MD5 5cf301a859dbf7031af0d4f099094196
BLAKE2b-256 281719f06f6af6926f26f546065798f3f498de4c9b5f26a2201d3b974caa62e7

See more details on using hashes here.

Provenance

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