Duckdb azure extension
Project description
🦆DuckDB azure extension as python package
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
Release history Release notifications | RSS feed
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
File details
Details for the file duckdb_extension_azure-1.1.0-py3-none-win_amd64.whl
.
File metadata
- Download URL: duckdb_extension_azure-1.1.0-py3-none-win_amd64.whl
- Upload date:
- Size: 22.4 MB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d206559d24b4068fe134ae0947ed0f12c664a6dc0950299fb43812a1c758896 |
|
MD5 | f5bf23896a2249a305b460debde942cc |
|
BLAKE2b-256 | 15b71deb93522ba8a4bd970c69c906a9cf206c00828a38ec8e78cde6c42d3dae |
File details
Details for the file duckdb_extension_azure-1.1.0-py3-none-manylinux2014_x86_64.whl
.
File metadata
- Download URL: duckdb_extension_azure-1.1.0-py3-none-manylinux2014_x86_64.whl
- Upload date:
- Size: 23.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d01d07b1c84bd2c0f067504fc3ff345efe692628af60b066032937da9534d3fd |
|
MD5 | 11a26a20cc1884e1c736034825f1dd02 |
|
BLAKE2b-256 | 86f5ea4ecf2d6d16316a54439628a051d11a8be2104a7b57eba12ffeffa696cd |
File details
Details for the file duckdb_extension_azure-1.1.0-py3-none-macosx_11_0_x86_64.whl
.
File metadata
- Download URL: duckdb_extension_azure-1.1.0-py3-none-macosx_11_0_x86_64.whl
- Upload date:
- Size: 27.5 MB
- Tags: Python 3, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbacf719cf550dc3d808d54b19f85ff983200a7d192b4965a4486ad96d0d1857 |
|
MD5 | 4885489b0d75d1e957beedb1d9de7dfe |
|
BLAKE2b-256 | a4591bd13834b03808862282684bb34d1025dfe5dac859986ecfc0729a750c57 |
File details
Details for the file duckdb_extension_azure-1.1.0-py3-none-macosx_11_0_arm64.whl
.
File metadata
- Download URL: duckdb_extension_azure-1.1.0-py3-none-macosx_11_0_arm64.whl
- Upload date:
- Size: 25.2 MB
- Tags: Python 3, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b759a4e8b3c46ee8f2d887fec7d7ff0c97e0d2beef94f35d35d1ee8193ce5c5d |
|
MD5 | d0dd7fc57adce1f4ceb640d8dc2cad90 |
|
BLAKE2b-256 | 76d9633ef8908d287545cd9186a54677e53b1a5193cd490a4ffa419bea54af58 |