Skip to main content

Duckdb motherduck extension

Project description

🦆DuckDB motherduck extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-motherduck

You are ready to install the extension for duckdb.

from duckdb_extensions import extension_importer
extension_importer.import_extension("motherduck")

Verify that the extension is installed.

import duckdb

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

License

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

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_extension_motherduck-1.2.1a0-py3-none-win_amd64.whl (7.8 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_motherduck-1.2.1a0-py3-none-macosx_11_0_x86_64.whl (1.3 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_motherduck-1.2.1a0-py3-none-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_motherduck-1.2.1a0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_motherduck-1.2.1a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 fda973f388f25bf8c7e77a3994f82586e6f0f56911143a3da8792e6ed603c57c
MD5 f441742d5b4e9b81712de9a3e81fab27
BLAKE2b-256 f9a3fac451ce8f502138aee23daff989e226823869a3de186a3ac079af3f0d77

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_motherduck-1.2.1a0-py3-none-win_amd64.whl:

Publisher: publish-motherduck-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_motherduck-1.2.1a0-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_motherduck-1.2.1a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9675a2ceaa2fe27ef96206d25c58c3cde47c4f83d2583caf163183608b09461d
MD5 fbc8d79f868338f9be11435b02ed5f7f
BLAKE2b-256 b5aa490990ddfefebacf5643f6df1d83efa7f93c72272534787dd1b17b0cf0fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_motherduck-1.2.1a0-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-motherduck-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_motherduck-1.2.1a0-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_motherduck-1.2.1a0-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3334d6b0e3eebf2421c5fc181e8311715bfa178c15fe4a7b988812d20053acd8
MD5 433475f2d999e891424afb47e48afa5f
BLAKE2b-256 17b0443a5e2739560fd9b790edde6b88ba9dac7e96ae5571e1b8dfad87101fb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_motherduck-1.2.1a0-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-motherduck-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_motherduck-1.2.1a0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_motherduck-1.2.1a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2a69b912203bf5b34ba67ff3f8b9e9d94e5323a8a071bb120c571398f1a23621
MD5 c1936db5134b01fa02783f6026ba3aa5
BLAKE2b-256 471eba5766c424f1262b30e2b96f53a656b8ac7164992b917d832adc061c1a7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_motherduck-1.2.1a0-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-motherduck-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_motherduck-1.2.1a0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_motherduck-1.2.1a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dedeb6f621df2e4e044091f4fb06746a81b36d0cfeb0b92c4f6f87a00e0d88f0
MD5 f6f43ecad104ad579cb1cc61d7c8b379
BLAKE2b-256 b241a048965b99f13d5ed67a175d8d42da5170ab91802c0f9532999d4302c668

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_motherduck-1.2.1a0-py3-none-macosx_11_0_arm64.whl:

Publisher: publish-motherduck-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.

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