Skip to main content

🦆DuckDB tpch extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-tpch

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("tpch")

Verify that the extension is installed.

import duckdb

print(
    duckdb.sql("""SELECT installed
                FROM duckdb_extensions() where 
                extension_name='tpch' or 
                list_contains(aliases, 'tpch')""")
    .fetchone()[0]
)

License

duckdb-extension-tpch is distributed under the terms of the MIT license.

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_extension_tpch-1.5.5-py3-none-win_amd64.whl (7.9 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_tpch-1.5.5-py3-none-macosx_11_0_x86_64.whl (4.3 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_tpch-1.5.5-py3-none-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_tpch-1.5.5-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 6fe75767ad90e533128041475b5fa583c4235837584c87b501561ad18a302805
MD5 0030bd48776919f2189282b58469e6a5
BLAKE2b-256 905cf259a1dd3a12f0986d9153bbf10da5f21f45d7115133579b8cdbbaf5b1ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.5.5-py3-none-win_amd64.whl:

Publisher: publish-tpch-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

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_extension_tpch-1.5.5-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e734f284fd94971f1241718281111add95457b3c35ec3f19ce39770e654a21e7
MD5 9511dac953012783dc2a0a57776380d3
BLAKE2b-256 99fd016fbd5ab83a8f2ad2cc48483355ebca696888ba0717c16442efe236b427

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.5.5-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-tpch-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

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_extension_tpch-1.5.5-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8611e49c4c9470c1d6b2abab9bcbf7f1d26eabce21deb70ee9103ae3f6d3bc4b
MD5 b3d2c96ffbe76ff74fb5fad18821b5eb
BLAKE2b-256 eea43d528bed1d7a9a9a2243fd1fe995df7f276b9bf0d05063be03044b452fcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.5.5-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-tpch-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

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_extension_tpch-1.5.5-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ad718c5da1f354dad835f466c550c7c84827b4522d5d7ff108c80c9c7ef21d69
MD5 d18ea4ae7177cd4c9e1525cda51497a7
BLAKE2b-256 4c7ff9c45d37e731aa8f4c4222868af8d8f8a8f616aec53c540b7fdaa1cf3b95

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.5.5-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-tpch-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

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_extension_tpch-1.5.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69e79ab6ceb4b33b2589423e2a05ae056f6a9ce00e2ea636b61975d3e4fd0657
MD5 1bc4829f61d6dda70b766de502bd399c
BLAKE2b-256 0114e2001d09c01d0ecdf679caf8cc075278dc06fa2e9add508a43aafda6de9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.5.5-py3-none-macosx_11_0_arm64.whl:

Publisher: publish-tpch-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.5.5 This release

5 files

1.5.4

5 files

1.5.3

5 files

1.5.2

5 files

1.5.1

5 files

1.5.0

5 files

1.4.4

5 files

1.4.3

5 files

1.4.2

5 files

1.4.1

5 files

1.4.0

5 files

1.3.2

5 files

1.3.1

5 files

1.3.0

5 files

1.2.2

5 files

1.2.1

5 files

1.2.0

4 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page