Skip to main content

🦆DuckDB HTTPFS extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-httpfs

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
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.

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

Uploaded Python 3Windows x86-64

duckdb_extension_httpfs-1.5.5-py3-none-macosx_11_0_x86_64.whl (5.7 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_httpfs-1.5.5-py3-none-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_httpfs-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 138fd4368906c04636642023c123bd564d1bd1b9b75cd762f9f9bfad6fccb1ba
MD5 741f72be37bf5af28c3823f96d4af614
BLAKE2b-256 3787f42a99349fc25805f67daa667f045b296d17106bafe5e8420e4dbfe5d45d

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_httpfs-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84913dbe172ccb54368de2c4a020c38ca8b0e76f99df548f7fac37934cc7826f
MD5 c7dd539822317460caa02422cf9063af
BLAKE2b-256 0214921faf933bb5cae7fb477c69f684fbea26bb4d76ff937d19d486af3a54cb

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_httpfs-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 567d17e398fc29f7ea4bc42ea277ea19643bd1ad1815f676cb6dd994b50399bb
MD5 6015a85427a494837eeee65a7b5d4cb8
BLAKE2b-256 ac8f6461e013a436f16f56ebc8909666c1c46538d86d0e2028359310761e6125

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_httpfs-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5dc6e48e7a6d4c775d88fcd9b6529b385559600c0cd17a2600addfdd34ae3060
MD5 0991fab82fbbbc4fa75c756d55682751
BLAKE2b-256 43f6e693b9b8a3e1927f210ddefd6653bed07f3c959721679715a79a22971d44

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_httpfs-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6d9b245ac83834543354e826020b35b8dba16291bb876b2b00bd49f2c6aeb9d
MD5 078073c91256961ea0871a5fe41ac88b
BLAKE2b-256 a418b041aea67621e41c4a6f9cc81081572377e94ebe29bf9f65d21ce84bdf24

See more details on using hashes here.

Provenance

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

Publisher: publish-httpfs-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

1.0.2

4 files

1.0.1

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