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

Uploaded Python 3Windows x86-64

duckdb_extension_motherduck-1.2.1-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.1-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.1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_motherduck-1.2.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 ec1921fcf30a0b7022c26570e0d3cb7af3d2ad56a9078307670e82d5cf12acc3
MD5 c4d5d415c059a4220cdd967212ecfb40
BLAKE2b-256 3f4a674d36dce33b7557613e22e3c223eb91e153e526c8facf870dad31c429c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_motherduck-1.2.1-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.1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_motherduck-1.2.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53a0db8617fd63f3310eca798bbc16c93f6e4836112f4f10d956ed20186db880
MD5 d9b00d5962757c4ff58a7df30478d95f
BLAKE2b-256 3e3d0e6d84df07b0e190f534e9ee60622e67bceadf55124030a1fabe07c87c93

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_motherduck-1.2.1-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.1-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_motherduck-1.2.1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 60fca8220eee6c53df5aa4bab9ec9a76ef62956b04b9b03425e7f57e7230df09
MD5 cf43a4c5d6207e865cc59602b0320f76
BLAKE2b-256 9075846b9b0775156e04f23f82cd1d9839c24d2d5a0cc97fd48e8251109fc006

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_motherduck-1.2.1-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.1-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_motherduck-1.2.1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a268a46b6355f0f28fcea1171b5744db4069c0e9d5aa40ccf17eb105900ec354
MD5 2735706d51c70c603c43d974619707e8
BLAKE2b-256 48d7b6dc17582bf9d9bc82b9982be2b1b6d3937444242c0104996818f37fe6ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_motherduck-1.2.1-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.1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_motherduck-1.2.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7ad092660635050b4d6bf83c592267e6b6a27b91068d2122905c718949c5f61
MD5 16e2ab9fc0e4f79f40c232f6b53c8004
BLAKE2b-256 e80002f36a97377251c4d34f1ead46e08b931d9cbe050f39fffd9abf2fc62c15

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_motherduck-1.2.1-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