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

Uploaded Python 3 Windows x86-64

duckdb_extension_azure-1.1.0-py3-none-macosx_11_0_x86_64.whl (27.5 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_azure-1.1.0-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.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_azure-1.1.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 6d206559d24b4068fe134ae0947ed0f12c664a6dc0950299fb43812a1c758896
MD5 f5bf23896a2249a305b460debde942cc
BLAKE2b-256 15b71deb93522ba8a4bd970c69c906a9cf206c00828a38ec8e78cde6c42d3dae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_azure-1.1.0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d01d07b1c84bd2c0f067504fc3ff345efe692628af60b066032937da9534d3fd
MD5 11a26a20cc1884e1c736034825f1dd02
BLAKE2b-256 86f5ea4ecf2d6d16316a54439628a051d11a8be2104a7b57eba12ffeffa696cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_azure-1.1.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 dbacf719cf550dc3d808d54b19f85ff983200a7d192b4965a4486ad96d0d1857
MD5 4885489b0d75d1e957beedb1d9de7dfe
BLAKE2b-256 a4591bd13834b03808862282684bb34d1025dfe5dac859986ecfc0729a750c57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_azure-1.1.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b759a4e8b3c46ee8f2d887fec7d7ff0c97e0d2beef94f35d35d1ee8193ce5c5d
MD5 d0dd7fc57adce1f4ceb640d8dc2cad90
BLAKE2b-256 76d9633ef8908d287545cd9186a54677e53b1a5193cd490a4ffa419bea54af58

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