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.6.0.dev68.tar.gz (17.4 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.6.0.dev68-cp314-cp314-win_arm64.whl (15.2 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.6.0.dev68-cp314-cp314-win_amd64.whl (14.8 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.6.0.dev68-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.8 MB view details)

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

duckdb-1.6.0.dev68-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

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

duckdb-1.6.0.dev68-cp314-cp314-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.6.0.dev68-cp314-cp314-macosx_10_15_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.6.0.dev68-cp314-cp314-macosx_10_15_universal2.whl (36.7 MB view details)

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

duckdb-1.6.0.dev68-cp313-cp313-win_arm64.whl (14.7 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.6.0.dev68-cp313-cp313-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.6.0.dev68-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.8 MB view details)

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

duckdb-1.6.0.dev68-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

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

duckdb-1.6.0.dev68-cp313-cp313-macosx_11_0_arm64.whl (17.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.6.0.dev68-cp313-cp313-macosx_10_13_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.6.0.dev68-cp313-cp313-macosx_10_13_universal2.whl (36.7 MB view details)

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

duckdb-1.6.0.dev68-cp312-cp312-win_arm64.whl (14.7 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.6.0.dev68-cp312-cp312-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.6.0.dev68-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.8 MB view details)

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

duckdb-1.6.0.dev68-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

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

duckdb-1.6.0.dev68-cp312-cp312-macosx_11_0_arm64.whl (17.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.6.0.dev68-cp312-cp312-macosx_10_13_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.6.0.dev68-cp312-cp312-macosx_10_13_universal2.whl (36.7 MB view details)

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

duckdb-1.6.0.dev68-cp311-cp311-win_arm64.whl (14.7 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.6.0.dev68-cp311-cp311-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.6.0.dev68-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.8 MB view details)

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

duckdb-1.6.0.dev68-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

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

duckdb-1.6.0.dev68-cp311-cp311-macosx_11_0_arm64.whl (17.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.6.0.dev68-cp311-cp311-macosx_10_9_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.6.0.dev68-cp311-cp311-macosx_10_9_universal2.whl (36.7 MB view details)

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

duckdb-1.6.0.dev68-cp310-cp310-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.6.0.dev68-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.8 MB view details)

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

duckdb-1.6.0.dev68-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

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

duckdb-1.6.0.dev68-cp310-cp310-macosx_11_0_arm64.whl (17.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.6.0.dev68-cp310-cp310-macosx_10_9_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.6.0.dev68-cp310-cp310-macosx_10_9_universal2.whl (36.7 MB view details)

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

File details

Details for the file duckdb-1.6.0.dev68.tar.gz.

File metadata

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

File hashes

Hashes for duckdb-1.6.0.dev68.tar.gz
Algorithm Hash digest
SHA256 605c3370bf33e2e950ace2a1a2eb0648b9b2a89a120a267154e69006b2ad4032
MD5 d29f707a39b67cf5b833c4a917df4fad
BLAKE2b-256 14a1fab65260218ed38ac98adbe557c9442561c63fff9cf9f5aa0925aa6c1e1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68.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.6.0.dev68-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 78be1369fd1f3e846ed998e0713c452c7d2cb3ee39d4de7175ce03505bf029c2
MD5 93e86d154cb72de29db97feabbb9cf94
BLAKE2b-256 ad6cd280c007a829d755c70c237978b50746fbeefb53e7ee90591a847f0a0c36

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0a2255b240ad086bbe64a0bd9709dfa050deac99e649f4762fae5081846805f6
MD5 262176cb3063c7d646cbfc8498a068f9
BLAKE2b-256 22f4617aa2ec7222e5fdb2cb739c7aca200a9b9bf85c6b37427f4af29b180f66

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d9497daba3ee407f75806c5088ba7ba7747d7bf04d09206058e268368f7b6a9
MD5 b1a984fcf483796abe5e19eac4bf99bb
BLAKE2b-256 4992b953231a1a34d63dae62578d5605eb06264268420820b03d1bb4d472a43f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-cp314-cp314-manylinux_2_27_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.6.0.dev68-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b6685ba82b5ff352a6e3803d47e0fa5bc52e5015558dc4b2cad82524c6e01435
MD5 85a6d75d837d8bdfcefd681db2da5da5
BLAKE2b-256 704b020caca8a9c2ad61af98892dcc3627ab5ce6f74ace48983c494d9e7b7df6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1463867ddb384e09c074a2c2b22e428020353c82764ece6b21bf7cc1bc9d02f
MD5 f99843a2fe3acdfd101891487de58d42
BLAKE2b-256 5cb83f92366dc2436691211984e3f884da2d71ce9ed0af8b09c941bdb03a6238

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ddefb1d0b3a1e2f57fc4e70e88c08db610f8d7a975a19cfcf0f47a2a3d4753b6
MD5 1c3cdcefd0e1193c53963065d5008abd
BLAKE2b-256 e9c3e114e63830b4ee2112aae3d9c9a1c7b83123f6c3ea8c678f2f49ea1cf659

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 825935964f7e2742dbde9d32c7339d7710491ead6c14c68113d4bf8959d6f39e
MD5 d670b505c4a4e0c6e581e88f8149ba6d
BLAKE2b-256 609567eaa82a977c554ddf172d40854b3c6c65c9b87a4b7412255f184a3c191f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 53ffec4aae20dad3afc8b7622c09b56ce6b9539f5310ddf40575a0d533d339e3
MD5 6a3e77b503251d4c99cadbf85ce7aba5
BLAKE2b-256 5d77b459cffe277a35ace1e471b45368eb7e70fe332dea87c64e71b88d2cff9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d7638031a3ad8e2b4b79d889252a71bfbd3182362cf6011f2d3896212c7c9073
MD5 dc4a42b8917c7ae6e6f3ca1141709431
BLAKE2b-256 089e833dc72d67023d90a93576d62b60da9bb093f1f643543f4bda7e8008308a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 428f1a2da8803cc9dd799e6f77e19c8bd5e34503a042c6c73da34bef7a487801
MD5 6269ee32545f6d3f3c39e69dc8bb8040
BLAKE2b-256 cb0c8803b29f959aaf5890675209c79537012a17954f19e2c8e3f33a828b585e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-cp313-cp313-manylinux_2_27_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.6.0.dev68-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a25ed557e9b07296cd6b7643d73d35c29028b39e734180eb66d76829e4004f7f
MD5 c174194b33d6bd46f071d5dfd4034d70
BLAKE2b-256 84650efc1e35f720dd53dae7182297e7f486e5764c2b9c7e910cd0bac0dc697b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47ad073e55fd2f8f1083008befa794a7c0d5b3edd933391143b19160f54b8daa
MD5 154c4107036bca594a4d9f7c87877cb1
BLAKE2b-256 908e3635ba7cc0a39515894a347fc11a88cf1e717f854977e2545d4b0a7fb948

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3ad2fe90157ea76b989cca0a0f75d4c7b0e7e4aa564be4a5f72f587027082598
MD5 c82f6e6590959f9749d2a446ff72367d
BLAKE2b-256 5e41b70f030683dcd419702d81a3ded89e2c0cccbb1f7e43372564a9ef933e96

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 0391d82b0156db1a23ae6aff41c8c563391ac96f53cce4828065df042c5ad69b
MD5 407b9957ae0468a1944498c655640deb
BLAKE2b-256 ad8c64a1698323f8178078c498be7630e5c7db0d4c9f97de1c3b6e62cf4f68e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 4b3136164ba8ee2957b68f34de6c762b8f4afca60de7d2cc7f28ba56b1e62704
MD5 3232508a47c583aa35b860f5b5aeba22
BLAKE2b-256 e007c4546ba3cecda40cf51740982e3c9e6e2bb952f68f26834f1c970efb7772

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 75ed1c6508b1d2d3d320a674b852be57bb999b8812c19cb8fac750e754ceecaa
MD5 8b957cb2f2b7450d5ec1058553e6ea20
BLAKE2b-256 e00a43db30362916f8b614880eaf9f851d2ae94da2de5fe23b5db6bf4d9b9625

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9db45a6570ba0ce5469d5ac44b90e9eb17896a7e0269492d54306dd7732804d8
MD5 71e5f4b6e8a7cb61322f6bdbf0ea81be
BLAKE2b-256 d7fe8e4e1e2333d0cf9e320de727a53a461e069090d00990ac38ae5bc7318eb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-cp312-cp312-manylinux_2_27_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.6.0.dev68-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 817ede0ba595db350e85463e9fc9b6e7e610e3050f7e1e5431cf3a2729ce46c0
MD5 2fe73177c35214a660766e0e1a853580
BLAKE2b-256 00345716289bff381ab549e95bf3fcda7c54f0a85805ef67ea4b1379c0e00793

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1349636d1602c30bb471e4d44fe217d6048fa98b9beaa79a485b24bd1249a6b7
MD5 8da3757075495600cd80c18e7978dace
BLAKE2b-256 da0afe36dc7bdf819a18036803367b90199b04530a69833fa8ffacf287867163

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9f1848c2773525a3136f54128377a919358b70ec94e8791634056f6f9fb3627f
MD5 396ac652428c8f25e79a33509907948a
BLAKE2b-256 4569c8a2eef71dd6d56145381154e66ce88dd91f1c4ced4930c253b952f6a9eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 31cdd19485aa1772827bf3ab8ac0057ae3184e6be54f3fd076672f37445e31de
MD5 11b014ff0dfb7521b6fe416558002aea
BLAKE2b-256 265543f4904693a529c9991b97919aef1fab437df7714cd01478660af4a5ded7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b783e853d05e497e92ca336c54f0065e26a0b55c3f64c340713b7c1942b8d30a
MD5 64c1a050b5b4d548f36a68c118357a66
BLAKE2b-256 293b7eb4fd00c5436cab84ee0216cf31d097b62ec572cb97a957dd61a31f9d0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e96ecef8ac6a1cba79ef1b68a5a713283b92887843de09f25d6d1fb51240da11
MD5 75e6ad629b22633a89d4858c06311de6
BLAKE2b-256 9f6fa0872b0da989869a8de7b825d0e48b33699363d0374ed6e9058f349bc5ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84100f999862ce19334885d27c232102c74ba893e952c08327a7c3bca3379f44
MD5 e462e8a86349fba976fb052e228e9405
BLAKE2b-256 1a4711a24df4b890cc981b623228b0bcd6db4e21f34d79a3a620205eb715edd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-cp311-cp311-manylinux_2_27_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.6.0.dev68-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 58705c4df29c84cd5e2b97cfabc6c419bbb857be7def88ba23b367266382e4b0
MD5 0af4e468c20a6eb9ced9a48d8a0ef30d
BLAKE2b-256 67465ca6e32c99e7bce7bb349b63e9e6f15ce90fff65de8b4a45cbb5a08fba9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 947f1a6a59edd3d7bc3a96748572dfba481b12dfe3c7885eb89a70fc531cb1ad
MD5 0b7a87f0d200d3f5f6100ed8675630b2
BLAKE2b-256 2c1abf1221672c06c77eb7d4e0b5d8c81b679c79395105cc46d87ef942c1d146

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9b77f5534cc8e2bdf36ce942553136af53a1688051470b4e3b88e700994c247f
MD5 065a446c69849f6540973ec1e3f3e8dd
BLAKE2b-256 d2d5b58c93f8f5f2c13ce2eb20fb37d83df0275fddda7894fd6245cbf917f6a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 efb188be99de8bea9b2d16ea7581da02f4740134510c4a47c3aa662dee88ac91
MD5 a4d23e3ddaba59a52fcc97668ea28bd9
BLAKE2b-256 422bdd44e20416d7e3ab932c513599841414cda10089a356175ed06f5804ac10

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 87605a673770eb0326a214aecd646c61951a95973eef34e85d9c3bb4c355ea65
MD5 b817c4dedcd40f1af43ce84a9cf8a7c7
BLAKE2b-256 fb927aaabdba9900da711a7a6de5680302736d3eca5f60fe4ea995d0cb3463a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 483d2f8541ac624db0163b1e5797ee5afae5e159e95c6b6f11c051410da4988f
MD5 78a218499e79c573367d20dba99c6d63
BLAKE2b-256 243bf4158f0ce62ebe863e94a45b7fee732375a5a0e861206644464620f3bd81

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-cp310-cp310-manylinux_2_27_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.6.0.dev68-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c5d2dfab3a340a1a7e9ee560933e0872f2b043246147fc17d5eebfff7df322cd
MD5 5e302db086b3ab2b298880f6b9fa04c7
BLAKE2b-256 fd834b67ab06578fbe3218f411c73424b64106340e7d356d1f1dec6e9e18ebe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c36cd0617e22cd4149db9206dd78ce151de49ec125166ad73020bf6394641bc
MD5 08516ae72a4fd66063c80610138f95fa
BLAKE2b-256 54bfc1a08dc01bcbdbeaccdf7d12bbc441cb32fdab1538a82722e3a00270d54d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47b96fabab829ddf57c9a8b62c5014c8e2e03e5efb1a1bd3c3feed2294869d7a
MD5 b5e8baaf3c101015d48f70a4650ec830
BLAKE2b-256 35de61c901a6e227ef1cf5698e8c03bb6f34c1abcdc743f31fabfc5b7b9ccfd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev68-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.6.0.dev68-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev68-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a4b141d1a834413b74d638a3f0e1f46dddadf075cf213c175dadfe7852866876
MD5 9e665e08bda55ac6606f613fa4683492
BLAKE2b-256 711f24dab83541f8bb7778764e56194979874741e31fb6c926103b50751ec529

See more details on using hashes here.

Provenance

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