Skip to main content

🦆DuckDB ui extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-ui

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("ui")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-ui 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_ui-1.5.5-py3-none-win_amd64.whl (9.9 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_ui-1.5.5-py3-none-macosx_11_0_x86_64.whl (10.9 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_ui-1.5.5-py3-none-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_ui-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 e985b114a8eb7eab20847d69d83e90b43f98885f5d9de3a6f1c26e4f218c630b
MD5 8fa40b419ddc9ac2fa6d7667a7865eb0
BLAKE2b-256 b1a92ca44defa0ad267122a1d8ca19f72bfcb66c149daa98685b438bfac1d44e

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_ui-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 524de96f525e3b792aa3854c1bd1062aa5c0481f83da6ffa1110c02217894333
MD5 a224795cd505aec523ee2ad94fa5b86b
BLAKE2b-256 9389ab92ad0e0b4f72adafe3eac737989589b52f4a7dfe002e096164fa203831

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_ui-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bcbecd8f5609855791a4ff28599d8dbf12cae2249231b212f6df15b90b29644c
MD5 a829666e9667194b5148c088f14939e3
BLAKE2b-256 e3944cc5f5b321c10fb56a4a7def896e5d0e339a496c96f54f3723b143cadc7f

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_ui-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 826ca9894abff23451a0b674b88c88fd065c629b6194e60e914c96f315215c32
MD5 0095ecc608b868a37365d13690eee928
BLAKE2b-256 ae407d8ed78d8bbbc962592d6b9e04a9aae5cf0ba316298c34650cc406891f22

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_ui-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ca44ba72a196a4fe19c41547dd510ef563a048e43914015549a503f10c87032
MD5 56b8be747c73c207945c97ba7e31ba3a
BLAKE2b-256 82245052ecd5b7812618091b4c048202f8960f58bf7010c636fcccef7048f855

See more details on using hashes here.

Provenance

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

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

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