Skip to main content

DuckDB extension package for duckdb/core-extensions/tpch

Project description

DuckDB extensions via PIP

Installaton

pip install duckdb-ext[tpch]

Usage

Option 1: Automatic

import duckdb
import duckdb_ext

with duckdb_ext.init(duckdb.connect()) as con:
    ...

Option 2: Manual

import duckdb
import duckdb_ext

with duckdb.connect() as con:
    con.execute("SET extension_directory = ?;", (get_extension_dir(),))
    # Ideally also:
    con.execute("SET autoinstall_known_extensions = false;")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

duckdb_ext_tpch-1.4.3.20251209-py3-none-win_amd64.whl (16.6 MB view details)

Uploaded Python 3Windows x86-64

duckdb_ext_tpch-1.4.3.20251209-py3-none-manylinux_2_28_x86_64.whl (11.9 MB view details)

Uploaded Python 3manylinux: glibc 2.28+ x86-64

duckdb_ext_tpch-1.4.3.20251209-py3-none-manylinux_2_28_aarch64.whl (10.6 MB view details)

Uploaded Python 3manylinux: glibc 2.28+ ARM64

duckdb_ext_tpch-1.4.3.20251209-py3-none-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

duckdb_ext_tpch-1.4.3.20251209-py3-none-macosx_10_9_x86_64.whl (6.2 MB view details)

Uploaded Python 3macOS 10.9+ x86-64

File details

Details for the file duckdb_ext_tpch-1.4.3.20251209-py3-none-win_amd64.whl.

File metadata

  • Download URL: duckdb_ext_tpch-1.4.3.20251209-py3-none-win_amd64.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_tpch-1.4.3.20251209-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 9e13981d21b7ff4ad48e91780dc8c35957d221c5eb189767f0837fb2736f4907
MD5 f74c2135e83708c165f7754badbb4acf
BLAKE2b-256 08fc44aba99c91a9e0ac374324167a31b55b836f79a78e6998483a157c5f6d4c

See more details on using hashes here.

File details

Details for the file duckdb_ext_tpch-1.4.3.20251209-py3-none-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: duckdb_ext_tpch-1.4.3.20251209-py3-none-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 11.9 MB
  • Tags: Python 3, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_tpch-1.4.3.20251209-py3-none-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9ef44f4c330dc59ce8ad0c23cdb830c5b0670549a65664ca64c8942f1b0f171b
MD5 6cc3b26f587eb72ab19a86ed6d0a4521
BLAKE2b-256 7efc8bbf1f73305c0cdeb487649a4fc6360829a0ff5fc3d0757f4f69b1906223

See more details on using hashes here.

File details

Details for the file duckdb_ext_tpch-1.4.3.20251209-py3-none-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: duckdb_ext_tpch-1.4.3.20251209-py3-none-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 10.6 MB
  • Tags: Python 3, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_tpch-1.4.3.20251209-py3-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e187cb1740a29b659117d9f7d8c5e4280f886940d8fb1b37b9d67dfd8bff30e8
MD5 852619cd8f1794da6b32b35b697ea29b
BLAKE2b-256 2ded1460e2fca4622d61904b0ad530f40626acf12f7de8f1817f649ffc93cba0

See more details on using hashes here.

File details

Details for the file duckdb_ext_tpch-1.4.3.20251209-py3-none-macosx_11_0_arm64.whl.

File metadata

  • Download URL: duckdb_ext_tpch-1.4.3.20251209-py3-none-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: Python 3, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_tpch-1.4.3.20251209-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 245eb7820ed42e5f7bf209a8d2920255b9f03ddfecfcb66ba502324c4ea2bdd4
MD5 bbb58d04243ca7b55b3dcb9d7e79671b
BLAKE2b-256 4b46a878f987a04c10cc450b08653ebd39cfe5e6d124498fb2702dd304a14707

See more details on using hashes here.

File details

Details for the file duckdb_ext_tpch-1.4.3.20251209-py3-none-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: duckdb_ext_tpch-1.4.3.20251209-py3-none-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: Python 3, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_tpch-1.4.3.20251209-py3-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 95e6641df4d58c5ca8aa761ae1878566b153b31260716733439960a22ba3041e
MD5 2a15ab56317743758ef480154f65f7ab
BLAKE2b-256 c6faa27ef7f9fef9abfab209d1b2b97856420b1d4957e8c36dbb2ccfcf41f327

See more details on using hashes here.

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