Skip to main content

🦆DuckDB tpcds extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-tpcds

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("tpcds")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-tpcds 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_tpcds-1.5.5-py3-none-win_amd64.whl (8.4 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_tpcds-1.5.5-py3-none-macosx_11_0_x86_64.whl (4.8 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_tpcds-1.5.5-py3-none-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 28ed07e41234602584e194039a98639a0c6df4b4b648d71618992d76af5bd6d9
MD5 7bef5adf36e571f48dc9126140d28459
BLAKE2b-256 db5eec066262e6fd202dbd229936c18d4b990f22f9077047e37e74f72994ce18

See more details on using hashes here.

Provenance

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

Publisher: publish-tpcds-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_tpcds-1.5.5-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd1ad5b4b5443d0e32d1ebe9122845eb3d2b74466cee2cd56650024e9196f697
MD5 becf7ee397c8910236c57bd0b606e67b
BLAKE2b-256 9cf04b468aff18d379293a767cd7a4f6b6e7d9560764cbccfb363f5b7575bbcf

See more details on using hashes here.

Provenance

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

Publisher: publish-tpcds-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_tpcds-1.5.5-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aed70279a17153f960d7a67cd46682c2a9e0be523c527c6a125c08211d7d950e
MD5 7465503b31f61a64964956ede4e37eed
BLAKE2b-256 82b8c9984c58283779cfa8e9e0659f5f33c7df245c3594818ca0cd7b92c72a69

See more details on using hashes here.

Provenance

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

Publisher: publish-tpcds-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_tpcds-1.5.5-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a594b34991a780df75327f386bf79420d4497ba1d84bca27f082aeaed1db648c
MD5 d3217e7ee1daa684629c5f00d05489e0
BLAKE2b-256 e276196b1236948283fce61ad715e996eac29e5edd6d0c6fede1819ee7f255df

See more details on using hashes here.

Provenance

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

Publisher: publish-tpcds-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_tpcds-1.5.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a036f66a32285bc69ecb7af834d384495a46478b238b9ded9bdd2b80eb38b9e
MD5 b72923edc2ae526b10d77560e74ae043
BLAKE2b-256 33b545e72447ed425f7ced5b575aafbf4347628d8a94edc3980dc3e786bf23b3

See more details on using hashes here.

Provenance

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

Publisher: publish-tpcds-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