Skip to main content

Duckdb azure extension

Project description

🦆DuckDB azure extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-azure

You are ready to install the extension for duckdb.

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

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-azure 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

duckdb_extension_azure-1.1.1-py3-none-win_amd64.whl (22.4 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_azure-1.1.1-py3-none-macosx_11_0_x86_64.whl (27.4 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_azure-1.1.1-py3-none-macosx_11_0_arm64.whl (25.2 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_azure-1.1.1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_azure-1.1.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 86711f04fc9db72efe353124a26d9fe4ffaf2809fe36cfbb794fd239a0ea5cbf
MD5 a74384cef05bcd3ab276307b4054a4a4
BLAKE2b-256 831e30c8f48d2687a396da398ff5c0287e190e80177d0c1f00cd0173254db7cb

See more details on using hashes here.

File details

Details for the file duckdb_extension_azure-1.1.1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_azure-1.1.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0d23bd11451ab089dd30407377fdec21921f46afb4b99df427111551950ac1e
MD5 afcda46282129f16c2e951a1e1dede43
BLAKE2b-256 5d0a94ab4f1984401128a25ea7ff424d69656d674484ae10430c6c9d41835cda

See more details on using hashes here.

File details

Details for the file duckdb_extension_azure-1.1.1-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_azure-1.1.1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 be8c6c48834414e9d0fe9faea61c67ff5b1f701ee8e6a6f5671574b3502283eb
MD5 dca96755a26487185a4a5e319ca11750
BLAKE2b-256 907122cfbcaad3237319466c2764de5a15484d6bcd5b7cbf6a876c821c799b72

See more details on using hashes here.

File details

Details for the file duckdb_extension_azure-1.1.1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_azure-1.1.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 422601bea7c1ec9f37046a840b06c2db4cbac04e1d910c67b1d6ae40cb5eab19
MD5 8976779fd90ff558255c9bc189d022ed
BLAKE2b-256 d8a18c3bdcbfdba2139c5cfe4c1fbf7e71f8308620e0e39ca402d41b583cc741

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page