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

Uploaded Python 3 Windows x86-64

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

File metadata

File hashes

Hashes for duckdb_extension_azure-1.1.0a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 c1986e8fba7c8915a4b4223c1e8b1c5ef9928e4a7daf7804b124d588242ebeb5
MD5 a00e0ae7e68e70955313f007b253c562
BLAKE2b-256 6e698743243056dc7fba993787cdca5f5578401aaefb87eded12553a252bcaaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_azure-1.1.0a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3524f7a8d97eb145c40035da5d00cd57be466adba229e8b27a5d85abee71c30a
MD5 f55888664f4636ac620bb64040a62f19
BLAKE2b-256 b9272d09b159f349a83f0c059a4e028d0181940bcf8a901f8edb902533f95e5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_azure-1.1.0a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ff4a6f63ce825be5f1cebad6d06c350450272bd4dfa25529097055d6fe62ff10
MD5 e80cca47b1bdb83b408a961f995ff11b
BLAKE2b-256 b687e2b19f032c68f101c5ed125fbe4cb4b001b7ce9f6f8a6776bf0f628fa655

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_azure-1.1.0a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9af646eb18857da8f0383d2722c220b1dc87757a460bccf84c0ca5d732e1d96f
MD5 cae36a64176acd461ab5119c1199c8e7
BLAKE2b-256 2e5056e4b3ef5a78edfe36d70fbfa123caeb61d05258563b8e2ccd3054a38179

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