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

Uploaded CPython 3.14Windows ARM64

duckdb-1.6.0.dev72-cp314-cp314-win_amd64.whl (14.5 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.6.0.dev72-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

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

duckdb-1.6.0.dev72-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.4 MB view details)

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

duckdb-1.6.0.dev72-cp314-cp314-macosx_11_0_arm64.whl (17.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.6.0.dev72-cp314-cp314-macosx_10_15_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.6.0.dev72-cp314-cp314-macosx_10_15_universal2.whl (36.5 MB view details)

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

duckdb-1.6.0.dev72-cp313-cp313-win_arm64.whl (14.6 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.6.0.dev72-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

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

duckdb-1.6.0.dev72-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.4 MB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.6.0.dev72-cp313-cp313-macosx_10_13_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.6.0.dev72-cp313-cp313-macosx_10_13_universal2.whl (36.5 MB view details)

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

duckdb-1.6.0.dev72-cp312-cp312-win_arm64.whl (14.6 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.6.0.dev72-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

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

duckdb-1.6.0.dev72-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.4 MB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.6.0.dev72-cp312-cp312-macosx_10_13_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.6.0.dev72-cp312-cp312-macosx_10_13_universal2.whl (36.5 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

duckdb-1.6.0.dev72-cp311-cp311-win_amd64.whl (13.9 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.6.0.dev72-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

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

duckdb-1.6.0.dev72-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.4 MB view details)

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

duckdb-1.6.0.dev72-cp311-cp311-macosx_11_0_arm64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.6.0.dev72-cp311-cp311-macosx_10_9_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.6.0.dev72-cp311-cp311-macosx_10_9_universal2.whl (36.5 MB view details)

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

duckdb-1.6.0.dev72-cp310-cp310-win_amd64.whl (13.9 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.6.0.dev72-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

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

duckdb-1.6.0.dev72-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.4 MB view details)

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

duckdb-1.6.0.dev72-cp310-cp310-macosx_11_0_arm64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.6.0.dev72-cp310-cp310-macosx_10_9_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.6.0.dev72-cp310-cp310-macosx_10_9_universal2.whl (36.5 MB view details)

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

File details

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

File metadata

  • Download URL: duckdb-1.6.0.dev72.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.dev72.tar.gz
Algorithm Hash digest
SHA256 d902a5f3d3d2f13577064b06eadb29d355e7f42c2a99057007e0395b4eb90619
MD5 6fd3d42310ae32f84f1d50c211aa2c5c
BLAKE2b-256 9e6c768d3a64dd95520393240c70c11a19132bc56177c153bbde7f01ca0018e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1d7f81eb6082da242d7629e94411b284b8ac6f4c9972db9b2ffe8bc294d8e82d
MD5 51c7569038c9e7c182032e2d67467014
BLAKE2b-256 e8d2d1bc926eb4f2454e100961df85577c85eca73a7f75d73c0479420259c4ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2b0b34ac750c918645cd7b75ee6e0eb15b0c621c96eae3cdba20b0e2b6a975bf
MD5 5c0734d9fa5a6c03301161939082b3b9
BLAKE2b-256 6e8329098198cf4d25e0d660769d48e51b17d820e002d190525d282362c70ec1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9d0b37d4c1075cf07c20014c0f5cbd3af7f7bc37ec2b717df2c004da19f9d6c
MD5 8f438ee963ee02989874844d16584cc0
BLAKE2b-256 b01cda2c16d89ce954e5e8501f8aa113ab94ea8e52f6a43ea288479b79c74e09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2fe0254cfbd174fd04beb7d215abfe7cc6780e790624d05ef73a646f95acbd43
MD5 9b24b66257b7338d12580d9ecddd010a
BLAKE2b-256 942c2987379e7b3c6c76754f4c761a461faa3af02a07d08d108237a0ae50b79f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ba0bef1a186f80f8d80b39d1abb0ab5a869ebaf786581e25378ad766c82b545
MD5 558a463b1f37e6ed6d10f9e80f1333e9
BLAKE2b-256 58dea26b836d0f22b07c0780b919556bcc6a02ab32048638b60dc54a7a67ddff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7b478b6571487efc40f2e61f5bb81afe53b1386d5c7b50689132a8f5efecd2df
MD5 f2e3901fb217d9e733a6fbeac6b801d4
BLAKE2b-256 30f1b59a22167ef6a6bc933f940811f87c717bba8c1681462ef1e8ae25da29f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5bf3420872a4907daa61b081fd6063741311d7c29b196e0b8c2e62828e65ead9
MD5 3cf57091c9f3b46743dab0ae99df2483
BLAKE2b-256 f8dac0b6ed6bf83eb6fc7bc021112eb7cfbdd7fa06a728d0c6bb3811026dde02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 6d06edd6da96d8a4e210378fbf198e977b13047fd0cedabe32ca8da69574072b
MD5 b45666b91bdbf33edbfb1f5e93ea72a1
BLAKE2b-256 8234f4af91fcf60c8c1bbfb0d52270d3598fd0e3713adbfc0443dca849922c9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 71cca665adcdf82c9600d3cc02716c2ec348a7399cac1cdcf1ae3fb93f5f0372
MD5 7d5cb9a987824689a68d3e875fb737ba
BLAKE2b-256 1802e43c25c0fdd06942fa11d391a5f2f1f6b720b18ee33b28e85d058fe801f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d674e20e6413bcbe37a811adfdb307055f5ca6180f810ace005c1ea3820f436a
MD5 63d04ac4fd665ec996a8c4462194a70c
BLAKE2b-256 5bfef98acc16a2644205181b9309b881f5d5615c3fafdadcb0d3ae09cab48c51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4dfd0f1a0871a56bf475310b6f66ea9ba61dcf2a5abf7af93ea980c7ec8f7038
MD5 d2d819774fdc3c232742d6fddbe2be24
BLAKE2b-256 fa385bf7567d2828463023db15b909ddd9015ff09addb513ee89547e79b30179

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 52ecccdabddf803e28856882192052c421d2f09f9d12a767d1f258fbddd9e44b
MD5 408c3ec3d3372ebaf60bb6b3037465ee
BLAKE2b-256 247792209cf12940fd5b90372744d0ab14f7589eaa97cccf21aeb23c1d84a4c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 987293820233b9023e6a5dc5a3d8d03d6c4c94485d0c5deff8f9e2613c777e96
MD5 9a7e002c31c7c17a5385e5df3969f63e
BLAKE2b-256 a62cd14476eed2384b574f7f24fc292bacd34fa0a6086ba10457a0f25ae4f1c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 5861f6711aaff7f40de11461608ab51932adc27fd51f2f7db5ef40e5fc29be3b
MD5 f58dcda651ebf4d7f83f0ac0a4a801f0
BLAKE2b-256 e5681ce947428cc9e39d67a5839b3de0afafc7f2100d2293de3b9e45e091186a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0799ce6852b4b598c07bd952986e91e8ccdfd8f58838d4ae6f63eae479b569ca
MD5 e468394fea4d9edf62939933ad5107fb
BLAKE2b-256 a464fabcba0d689a4464515ba3e4961ee6c16f22ec1373fe762aee73fde88dd1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ceadfb18e50a7b112e1790cd39c15aebef61aa48e6d289cd84703a52a6ef3a72
MD5 b9bfb5ac61007c3f99a2a9ec6ea99ed3
BLAKE2b-256 d62dd19bf3132f65046932f1d4d75590b368c49bac028345a5ddade53f392e64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16ebabc12a241c6123fa441449f3f7e93867c09e60d732a6ba58e22cd70c65cc
MD5 536da0b748cdcec636a026781df73c64
BLAKE2b-256 a94088668286f1c2d644917aac1f7831a68c0fe16d506161e3e7064ab92ae11a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3dbf090785dbd520eb2777038f17e868c6bc8a66521d994833df1ee9100e29c8
MD5 a4e4f8a4d03411d5d681f03b8012046e
BLAKE2b-256 0f9eead276e3134d538d5dafc85ce78fa060d695b8c45b4d0858446482767492

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b28e80778723907c719cc8f6efbe8488bfe0001860b4cd5061e408244ea0b507
MD5 4a4bcea63375acbea5966a6331a25548
BLAKE2b-256 37a74b6db01806e538ecb98a4f3591e2d6afabb4adedbdcf94d54cca1ec2ec17

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0ace5c02e10feaae134a62ca20877051356cfaa6636ca872ef233a33eded8ac9
MD5 6993d189980af766553c9b2f69bd8a68
BLAKE2b-256 a66e50cec939049773a305a1ab1a7c4c74f481fa7913bcd318dc4eebd875ac0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3ac6941ad0bee518779215d218cc51ecf4185de5161e63f07321c64534b6a737
MD5 2bb27bb85dfba3f355326e932b7cb33b
BLAKE2b-256 5c921c835750ecbed2448209f881b2f2a650a58ca5f5a4460b8337b7ecc8bdc1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 fe799b5dff9f7205deb021f4fc402e6dea45d1ef5906783e71941f5c47c63f75
MD5 2e28e979c74f35c323d25470120d3568
BLAKE2b-256 b279355840be54907ebb40cf621af8e44050576618bcf13ecdba40e01a77da5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 88205819d0ba18f5c02b8621e11fa544da46ed81392aa334b0815a778132521c
MD5 2aef25a009455f9fdb2b2947c9944067
BLAKE2b-256 cffce502359604b267c22df4c7f8551e69a0f8ff1da9080db1f78c725465f468

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3cf3c5a34d7d8f517b5ecd717049845e584fee58bc559870d044d834a022989
MD5 f39860dc0e5daa3b59d04bce2fc3a96f
BLAKE2b-256 4a321d3e43ce5cdd14678f422e08c8b77c98294fa6faf402ce36ac533681e6c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 12103e15355c402286cdb9052fc9f617781d3e4ef8bf05d42480a8f41314bdc4
MD5 ff51bade59e0856c6af3c6ddb772379c
BLAKE2b-256 d4d55bb06f938f877def9fbeb4dabfd55fc73b43e71f982c49a5d43b592717ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 275d61a3328d1522907c47430fd3a9eb92f6e5f224aec407384f5f9449dab0ee
MD5 7e72ea0a808f208e450ecce3b592bc46
BLAKE2b-256 21ac7bb01c26d65a2b04076f1fee57990be1258ca06e5b8828c857b66680effc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 150f291a224d45a1710125a6fe938fae17331afd7f778985bbfcc34593d7d1b3
MD5 bb69b44ac41c65ab2ca049c2f2066baa
BLAKE2b-256 feb1cdf50942d284a373d7a6c09fb47fbbe0b8cc1415d8b61537844be5c4c647

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d3fe8ca0bf722bd325d9d59505eac791eafcdff69c94083c9fcc011bf12e3a65
MD5 35939e9c90a2f2e3732662cfdc4aec86
BLAKE2b-256 36a80fb3b9417f456ad2758c1b2b6e8b41c347a8711f1194c70ac44bc9da6c8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8331e2139eae366e361dce38d9aec14d5c6a3cea4d7e3e401f12cc8e4eeb16d6
MD5 e6207650d23e576cddc175a2a7e907cf
BLAKE2b-256 f2bd5576c9ba36e6049069d31aa227258cab9c9217b1216fe067c904ac6e5b0d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d15e85667ec65c0bd53e85c491f8323a7f5199996d0ba3c51966f5fa20ea7a17
MD5 4e046b9d28dcf06bde3699fe8cad209f
BLAKE2b-256 974168899de6cdfc2a44a5fc0b4ec00b40f1ded41c3efc92339c477e47f69662

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5626ff0a7d16447331b55df0bdad569e64e7432f1adb0df4a738662152ace747
MD5 89ae0fd02ffc96d330ec216c56af2054
BLAKE2b-256 f30a2fc2b637c8bd42e77127c6c3d65a547f955c02f8b6db0e28bc9c8b7f0216

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6e13e4ec07ad8d64c25ab24066f54da2520179f1f3ef5d42e942729654f8bb7
MD5 f0d3f28a21ef34bcc768903803affaba
BLAKE2b-256 a4087dd7393b426cc8af363b568d68f9e4341dc32817ff811372b81a41738e26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c490ba56f676c12d3063edf02e0bfe5fd5c7302256a358054a7ed0c54136fda3
MD5 5b19776fcdd93b42fc0b0a6636c34441
BLAKE2b-256 75c62b4724672f780b6dc358db49f73c55130c588ad5c9d52c16a23d1cb1b3c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev72-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a15962c2eaabdc4dc089b16577d90ec15b2aeae1ed8089979afa9f76b15c51a7
MD5 c227825393a0ba4b0e3378ee4fdc65f6
BLAKE2b-256 df7d009cd3a1dd6de3507cf7d497bace335c285eacfe5eaf9acaae998c9a72e6

See more details on using hashes here.

Provenance

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