Skip to main content

Duckdb inet extension

Project description

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

Project details


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

duckdb_extension_inet-1.0.3a1-py3-none-win_amd64.whl (13.1 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_inet-1.0.3a1-py3-none-macosx_11_0_x86_64.whl (2.1 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_inet-1.0.3a1-py3-none-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_inet-1.0.3a1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_inet-1.0.3a1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 cd30ed120b4c953598f77caf6d843c7339539b642ddb54827939507f6568b3f1
MD5 16f7b2d43c8717486bd18429bec17201
BLAKE2b-256 f779a0505916a32e1d3358c4daef3480b2a395497df2f64176eb6a3f3d56113a

See more details on using hashes here.

File details

Details for the file duckdb_extension_inet-1.0.3a1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_inet-1.0.3a1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e9c17ce0e79e2f89429416b42a05e4833b074adc23305639dc865a6c4720b7e
MD5 1d1e4086283144857beec0c60f6af413
BLAKE2b-256 94a6f19e1b4b64cdc6110eed9ff94c3993770532c71e4649865e866cb00b7c9f

See more details on using hashes here.

File details

Details for the file duckdb_extension_inet-1.0.3a1-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_inet-1.0.3a1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c98ca60f30c7529a31e6367a7a9f37a65c60ab086c4624c87a2473482226c294
MD5 41486f062db6aade5949441831cc47ce
BLAKE2b-256 221f20563ab8b5b083538d753d45f7bdb6ec645c1711bb46591af004823d709d

See more details on using hashes here.

File details

Details for the file duckdb_extension_inet-1.0.3a1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_inet-1.0.3a1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8f7eceef094a7f7365f03a0baef6985d36b58f24e43c70bd2acfb26b7e4feae
MD5 0af62565c71a137a5a26b0c089e9bc4f
BLAKE2b-256 dee9b4dbcaa4529a93e4f70237b1bcfdf6d4e9c2dec66e47c52fdb54d7a1f480

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page