Skip to main content

🦆DuckDB inet extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-inet

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("inet")

Verify that the extension is installed.

import duckdb

print(
    duckdb.sql("""SELECT installed
                FROM duckdb_extensions() where 
                extension_name='inet' or 
                list_contains(aliases, 'inet')""")
    .fetchone()[0]
)

License

duckdb-extension-inet 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_inet-1.5.5-py3-none-win_amd64.whl (7.9 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_inet-1.5.5-py3-none-macosx_11_0_x86_64.whl (1.7 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_inet-1.5.5-py3-none-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_inet-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 d8d7ed7e7531ec44f54337dece683fe4837d43a78148c90bb2ff77ef5ad67d6d
MD5 ffe5ca2e3bb17935a1b70f20dcb599b7
BLAKE2b-256 8082c309fed56b6f082c31722f7e7cf86edd1d18a272254a294a3770aac9d03f

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_inet-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc51419767777098cd6d02471c33a12aabdf053cdf0caf58f1b1a026b5ce57a6
MD5 d60425b911d6c797da4e1a3fd8b36373
BLAKE2b-256 d3f56262158b03fb9bac8224ef2985179995ade0432a78e78700f4f0feb55a42

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_inet-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6641934c71e0795c0f0c795b55c88e18fb7535a9f1af8f3ae745883429bac80b
MD5 4841813172c47763e766a64ccbe2a4c1
BLAKE2b-256 2cc210b28b0ed89884fc88a7bc540089fda536ceaa8ffc4379d67f732acd74aa

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_inet-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3679084cb98610beecc4008744ffed39fb39c80a181be531a889a36a09874a4b
MD5 81f85d77253e749c5fefd96f1f4d39fc
BLAKE2b-256 91e756e1399426fd5cc845f0f47a2413e56eb530a2e1506f8dfbdc0efb816db0

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_inet-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01f36957f38385dc79b59ec43df12cb4f034d89d9a737ebc83f10985315bc7f7
MD5 99e4ff9e358a7e7019c1e4d955e61e41
BLAKE2b-256 000638fc26e06d7845518c70a01673d134a736db716de76b5aa6c5528d66cb99

See more details on using hashes here.

Provenance

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

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