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

Uploaded Python 3 Windows x86-64

duckdb_extension_azure-1.0.3-py3-none-macosx_11_0_x86_64.whl (3.4 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_azure-1.0.3-py3-none-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_azure-1.0.3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 abbdf618083619525e81207075955f6b3cd360d36be099072daab3e3eeb96625
MD5 32c5cf19e239f10e014cc82fe28e1336
BLAKE2b-256 44a36fd62cbcc7aa4fe30addb41babf435c876ca78ab65b75e8cebfe14483235

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_azure-1.0.3-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3c2d898bbc0f3bb2a9cdac0fa5b616ed90eeb5062a3a14790c3bc81b49694a8
MD5 6d316d27742c1cc3ede8b03b5c9fe75f
BLAKE2b-256 d9dbd39a769fc0bb0524f7d4cf8e554d6e1c329b4f44bedc06280b9a1d9768d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_azure-1.0.3-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0e1da968e6b9cbf4c087171d56448b02bab73152e48e85ecf5011913b8503e58
MD5 fb95e9df5139fa4d5769754d5f82b160
BLAKE2b-256 eed490e3cfec5a728ab8a390bb758e6b98d9e0ba87b997c89d2f5503ece11b0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_azure-1.0.3-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0520d2904a7aa3b7b21b34a0b9c94cbe66010d70988c1938de7612d49dd541c9
MD5 1ade8c71604786d17c599a933ed3357d
BLAKE2b-256 3115eb647979023ff8c65335479095716fe5538a9b1776b23ab67d46aec5a349

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