Skip to main content

🦆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 import_extension
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.

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_azure-1.5.5-py3-none-win_amd64.whl (10.6 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_azure-1.5.5-py3-none-macosx_11_0_x86_64.whl (4.8 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_azure-1.5.5-py3-none-macosx_11_0_arm64.whl (4.9 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_azure-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 981c8e48ecd17e91cea0d6fc7783737da60b69d5b39505e8fc20e669838a6471
MD5 51d05bde107a2a26dd503a8737c57696
BLAKE2b-256 a7efeb156e0ad38cecb762b89798c91687efc0045e9a90c3267769eeb9355e43

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_azure-1.5.5-py3-none-win_amd64.whl:

Publisher: publish-azure-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_azure-1.5.5-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_azure-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c436ac1ff00953cf79ac32820ad66c9037da3cd7d70b4a351a1364cda02f213
MD5 822807f92a2456a8ff70dc9c0884fe16
BLAKE2b-256 ef728368d2493c5c81f487bdc15903a2eb75ba800138de9dd67f801e5eeaf3e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_azure-1.5.5-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-azure-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_azure-1.5.5-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_azure-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e0a5ed13403334c62d53fed35a3ae991c05766502346deef2bf8d4fa4c10374e
MD5 1a11ee39650cc882d1207413fbd13365
BLAKE2b-256 865415bac8a7d1c6c7989409109a37b03955bbc72d5b440139881afa38380da5

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_azure-1.5.5-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-azure-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_azure-1.5.5-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_azure-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 06045c7c9f9692316b2197b966de224c1c0a1b54b7c4966c9982921a5745b610
MD5 379b8c2ad49fc8a32958ba7b5698ee95
BLAKE2b-256 73a182d52914e36ff56444f5f8eb33f517fb225b3ac1864582706d679254b51c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_azure-1.5.5-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-azure-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_azure-1.5.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_azure-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69b0a5a251c74ca4d9107183c61057128dba8e8745d69f28b29ba8ce5bf09a96
MD5 c54bda8cebe867717d7a215eb060db8f
BLAKE2b-256 7749e703a32c77bf9893229030e257bef9f83bae4c0b50a721e10c3f9c2c3384

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_azure-1.5.5-py3-none-macosx_11_0_arm64.whl:

Publisher: publish-azure-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.

Release history Release notifications | RSS feed

This release

1.5.5 This release

5 files

1.5.4

5 files

1.5.3

5 files

1.5.2

5 files

1.5.1

5 files

1.5.0

5 files

1.4.4

5 files

1.4.3

5 files

1.4.2

5 files

1.4.1

5 files

1.4.0

5 files

1.3.2

5 files

1.3.1

5 files

1.3.0

5 files

1.2.2

5 files

1.2.1

5 files

1.2.0

4 files

1.1.3

4 files

1.1.2

4 files

1.1.1

4 files

1.1.0

4 files

1.0.3

4 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page