Duckdb httpfs extension
Project description
🦆DuckDB HTTPFS extension as python package
Table of Contents
Installation
pip install duckdb-extensions duckdb-extension-httpfs
You are ready to install the extension for duckdb.
from duckdb_extensions import extension_importer
extension_importer.import_extension("httpfs")
Verify that the extension is installed.
import duckdb
print(
duckdb.sql("""SELECT installed
FROM duckdb_extensions() where extension_name='httpfs'""")
.fetchone()[0]
)
License
duckdb-extension-httpfs
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
Close
Hashes for duckdb_extension_httpfs-1.1.3-py3-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec9e6262a55478c76e45716a65111e1f25bd11f38a941b6b76a0c5afe67dc02f |
|
MD5 | 52a08365ba9c08c32c60d8c832b02ee6 |
|
BLAKE2b-256 | 5937fb170ef46806c2d73c109b4b9a0a6ef8f254887829586eaed4fe8f0afce0 |
Close
Hashes for duckdb_extension_httpfs-1.1.3-py3-none-manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d0cc2e8eca2ad297b7da18725236f141a84d3c73000c5b506b28cd6feebd884 |
|
MD5 | 56a4ebc4978a7039564da09af031a671 |
|
BLAKE2b-256 | ce4423577d0db768de53eaefa5aa537c8ebeed4469c198a6e728d1de59be90bb |
Close
Hashes for duckdb_extension_httpfs-1.1.3-py3-none-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa713096ab5f2018b5ffd50d2f30fdfaa44876973d3792b0aa98ae4fa31c2d0e |
|
MD5 | 818b9d80ce1f67565c3d7aff8ed1645c |
|
BLAKE2b-256 | 2ee2ab50d412cf5a8730107104f93725cb840108e9c19550b7993a6597e88051 |
Close
Hashes for duckdb_extension_httpfs-1.1.3-py3-none-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddb6ed31aeea9e9c7a2342e38b79ba0d59e68c50e2c3e0fb77b1b5d4f64e8c10 |
|
MD5 | 413e93827c3dbd8ee5882ec660b4cd29 |
|
BLAKE2b-256 | e855e30805b968434e17d15b74c2ee52eb82f321a94b73a360263f785aaf3d26 |