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.dev284.tar.gz (18.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.dev284-cp314-cp314-win_arm64.whl (15.8 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.6.0.dev284-cp314-cp314-win_amd64.whl (15.2 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.6.0.dev284-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (24.3 MB view details)

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

duckdb-1.6.0.dev284-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

duckdb-1.6.0.dev284-cp314-cp314-macosx_11_0_arm64.whl (18.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.6.0.dev284-cp314-cp314-macosx_10_15_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.6.0.dev284-cp314-cp314-macosx_10_15_universal2.whl (37.8 MB view details)

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

duckdb-1.6.0.dev284-cp313-cp313-win_arm64.whl (15.3 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.6.0.dev284-cp313-cp313-win_amd64.whl (14.4 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.6.0.dev284-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (24.3 MB view details)

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

duckdb-1.6.0.dev284-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

duckdb-1.6.0.dev284-cp313-cp313-macosx_11_0_arm64.whl (18.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.6.0.dev284-cp313-cp313-macosx_10_14_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.13macOS 10.14+ x86-64

duckdb-1.6.0.dev284-cp313-cp313-macosx_10_14_universal2.whl (37.8 MB view details)

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

duckdb-1.6.0.dev284-cp312-cp312-win_arm64.whl (15.3 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.6.0.dev284-cp312-cp312-win_amd64.whl (14.4 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.6.0.dev284-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (24.3 MB view details)

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

duckdb-1.6.0.dev284-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

duckdb-1.6.0.dev284-cp312-cp312-macosx_11_0_arm64.whl (18.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.6.0.dev284-cp312-cp312-macosx_10_14_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.12macOS 10.14+ x86-64

duckdb-1.6.0.dev284-cp312-cp312-macosx_10_14_universal2.whl (37.8 MB view details)

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

duckdb-1.6.0.dev284-cp311-cp311-win_arm64.whl (15.3 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.6.0.dev284-cp311-cp311-win_amd64.whl (14.4 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.6.0.dev284-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (24.3 MB view details)

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

duckdb-1.6.0.dev284-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

duckdb-1.6.0.dev284-cp311-cp311-macosx_11_0_arm64.whl (18.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.6.0.dev284-cp311-cp311-macosx_10_14_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

duckdb-1.6.0.dev284-cp311-cp311-macosx_10_14_universal2.whl (37.8 MB view details)

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

File details

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

File metadata

  • Download URL: duckdb-1.6.0.dev284.tar.gz
  • Upload date:
  • Size: 18.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.dev284.tar.gz
Algorithm Hash digest
SHA256 10e603d29315f2a5416add6820e9ece7d84f6f71fe1b34b0f4d2318d57d120d2
MD5 5c6290f2579c5a110443ee84ecbc9e43
BLAKE2b-256 e2e598c7a7bbe1f5a41f57c86093bd4410648243da50ddaa2e21e85230c9b5de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 681efe9dfb3cac873f8fcd6ebde900fa97cbf121a8e8c9fce5b7ad8804ac6c08
MD5 1be9fd809f3286cbef0c16410c979772
BLAKE2b-256 af4a54a75b10ce6ea50cd2f45381d623df797018bc5a71d0fab1d68ec3a1fe2c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 13ac64987a8c0f5c025d6b27b17265cc509b474c497d4812d70f52f437a677c3
MD5 ed356838754be0aecad6e70a43ef579f
BLAKE2b-256 874b67fe4d6e5da4d96b020e24bbe35e9db0195df4ae88c787f6ce1785522507

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee67a0d8ef228ebc2312ad1f3f5ebd0e31d720498afae03bd7f31df1d6f61412
MD5 ce02cde970599d2b9911c920290b617c
BLAKE2b-256 f85c423f1dee98223ebc4b6daf68eb5b2aa408370eedef2969c9ccc9655bc1b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae55afba1d581f193c5a655d7af91a2670507fe8e25aa6bb156792a8d7392150
MD5 9256b275ac0470a98031188896b28c9d
BLAKE2b-256 fa54223a06acc72d71da0910f5d0e1e53fe3d97aec24628f0312a016dccee72b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90f1cfa7ca7883f58858f87c5356b1f743a4c86d68a4029bb287f8fc5e17ec8c
MD5 cafb672866478b580297c30491d40e2c
BLAKE2b-256 d0c2dee4454cc2ce2aedfaba315be7ad2de7cd313eb12f2c179f29212c36c31c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 08d3344f5d8b1433a64f9688282907a8b9b8a5ef2ed3469eccea6cd4d400c3ea
MD5 d7b8e39b46d387c17e33c621fb2b6d1c
BLAKE2b-256 ff9983c96f2d5bc3d64186553444f42a1e4ce3dd0b5aa4a1fefec2a83912ef0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c82d2bbaa3bdca92195c6bd5361043d7c8bdaace9a66c92d1808c5654717d49e
MD5 fb4ff45d8bb9b52d557e4e6b669f017a
BLAKE2b-256 d7ef9beeab8ef08c069690a5926c07abbc1c16b95e85ae7ab4def3cf95c202e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8a7d627e482d7738c6317d6e5761baf30265df24cba86643e3530471c8573388
MD5 71ac44817788a535a7fa4c7baebb92ff
BLAKE2b-256 9d6e7de91e8201f03c77ae46a6ca3aa980606a170ee86676380b13ecf9a83f03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 831484cc35068438497602c9056dc9632ac913c18f1188093e98a4914d501a50
MD5 0dea3d735098e3cf41c8d4969fef656a
BLAKE2b-256 32c1ecd604ddf020402bc076b3fa9b21441677ec16a3ed994b410932c2fec2b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28f71e6d94e1998bcf18767fc0d1d056aaec55b9a916d475d66479dea3fd1e2a
MD5 5bc5270dd20e8c64eeb7aca9a7a323f3
BLAKE2b-256 1de7e8131e5ccdd13dd19a0151c1dee7e08c130e555189b8e94cd23011e16057

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8262e2a990f5dc25531c8e847d6c46a717679d103fe5f6ffc2dc408668b3b0fd
MD5 915b1ce571826c4a21cbd20d07536e42
BLAKE2b-256 a96937a1ed9c705c8c706b9deee5da116822a0c3f00957c96655abfb0c1d6213

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2011c8597663df44a6efb19ae47013a3562f098d4d7b72711b76745e8af38d1b
MD5 3002d2a5bc91a072aacd3492cbd9eed0
BLAKE2b-256 134c9ca1a1901cb73c8826116722d424795b36402395c4b8e259b5c78d552379

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a276445142623ce01faae52d017c62b31bb175601fe6333f8f548699f719167d
MD5 03ea2a03524225b985c814d3387f7bd0
BLAKE2b-256 c6206222782ebfbbafdcc21543be574400dab83461c014736bd32204f82916b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev284-cp313-cp313-macosx_10_14_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.dev284-cp313-cp313-macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp313-cp313-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 a8e8465a143c93e042d93a3e7c93dea72d450ddcb13083a7213400fe1cd3cccf
MD5 64dae72d83ce973697e1ae5861297a03
BLAKE2b-256 c92b2f7c58395cfb740cf5073c36a8fd09d861f4f4f5ed364c7b7db96a0376f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 85996a093546774957b530307e594f260fd2bf58e23c67fccef3ef1fd807e312
MD5 9d5b00cfd56682866f0b70d7658c19fa
BLAKE2b-256 1fcfae2eea5b2d49d04e5e266e1eade01fbf90d91f722fe5cb63e64479755960

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 992398df7257047f2546c9f16a818b2dddd7c0954f4fdce25218f3c447d4b153
MD5 2b2da48f098243b2c2252268c0cc181b
BLAKE2b-256 9127ea121133479c87ecc87ff62ca836c4bc6f30ec804940ebb0aa2958e069df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bbb745d87b772dc1247ae0691b12faeaceb3a14f48dde81aa7d5f6f186a3d058
MD5 acd917fce24045771df84cc1e540c831
BLAKE2b-256 88f9df9d780cbeaf47b26cd789414bf513d08b326690826fdd71fd3ad8171415

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 efbc2ddab786d9c65cfd290f2330cd08d315d77e628aa5acc7b0ee520d6ca092
MD5 264d9301118e9639206303240357d3de
BLAKE2b-256 bb85c5fbc1bb5ab13c08c5682e8025fa4a3d34fc2e07bca5bdc991ac96cc3267

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2cb49dc0855b93c3dfe950b5d575b42d1a2974d2ed5038005b9fe4eb8ccde28b
MD5 56ab11d75193ae7a394d2a9369a47838
BLAKE2b-256 d3f4b3ac2bf8dba4993d42439993fd8bd158ad41b808cf0ad1b72d4fb6f9bc50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 8c3f91cb7d1168ad023e06baa7e1baeb1916a4a82ff0900a0c052021a23fd7ea
MD5 af59899444d1a1948de3a84121d8e7b3
BLAKE2b-256 882da0efb7605879db1908ec86eb54dce830b4aaa5a12e7452ee390230408f48

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev284-cp312-cp312-macosx_10_14_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.dev284-cp312-cp312-macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp312-cp312-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 90eba3013fa95fcb74f7166a71bada1ce68cf1b8240c5aac5fb8d957f51e401c
MD5 208d8a96af807642cda726563e9b8167
BLAKE2b-256 9ddb6c9e8b07c0be713281e514dee6913d70e8092ae88f715d4f8a0a7ab4664b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6e84fd34e0058d060fe66c2c8105050910efaa1e9a7d6c5dd414fdf3e2563441
MD5 c876118cc7a585967a63b1b5d5f31ff7
BLAKE2b-256 514b676b943535b9e75a6f60c625ae7b12570c3e8fb71ff70b5ae3074501303b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0221e50218ae9bc6acc3a21e3c7c6437912f8be3fb437bdf5729a596451bcfe2
MD5 5f5b03f662fb7fd58ed86c14fb154c4d
BLAKE2b-256 1e256fe6fc811163bd7b5209ffe49feb6a8a9a4a6ba66013fe48f39a7c954cc3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aab8187057f4b8a1004bd7d2d7b533ec20d7383a4d19636b0a67c9d5db2ebfa8
MD5 3f08acc89e7251abce97dc69d58865d3
BLAKE2b-256 138c28d461e8aae2d1980b6d0d56670461ea33b9d254dcbf0f9a61389cd0ea24

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d2f9018c6d8b8bc44665dbc2060ac42c16aedea38863b2efa33e962f3aa47e7
MD5 135713f854a5eacdc708ab2a90966bad
BLAKE2b-256 b4a507501892ff3c3fa68779bf14be80b1d572494526042c57ac7be49f20f4b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a874488b925d1725db950ceec167efcf59ca134e2508b956c218b77b55b8bc26
MD5 d51f1062867919d6b44854be3bf582bd
BLAKE2b-256 64ad5ff90b974ab9d92ffa7d21b6f1bb2fd5282f1c58670b7e03dff89827a44e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 551c5348a04820035cb149de484e4bc5a4f5dc928f1be811dba984e83b409083
MD5 d66bf2391e6a5cbb8a8f0df44ff1be2b
BLAKE2b-256 2ff7ab7644cf2d94ea3c29128bafd151669a0ff56b7024cb7278f19d4be6f02e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev284-cp311-cp311-macosx_10_14_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.dev284-cp311-cp311-macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev284-cp311-cp311-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 47f7a595e47a7405e26dcfa5360866bcada2612340cfbb0e5a0a645bbd62e5f5
MD5 0369d2cbea416bbde8794c8e3c1e1c7b
BLAKE2b-256 3dfbed35fb5593d9fa0a314a43654cfd09de1cf7366daadf3d46368eaff0a070

See more details on using hashes here.

Provenance

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