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.1.0a0-py3-none-win_amd64.whl (22.4 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_inet-1.1.0a0-py3-none-macosx_11_0_x86_64.whl (2.2 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_inet-1.1.0a0-py3-none-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_inet-1.1.0a0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_inet-1.1.0a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 9d30344fefe42d0541a4416d6ab800a3f579ccae960c5f4ab71c11888cb46798
MD5 9394fc0b4aeb8736a2992c525e814ec0
BLAKE2b-256 516696dc1aa76dc8ddd0a6f90613f2e3e21abbb31dac6330a2eae07bd2a7b0ba

See more details on using hashes here.

File details

Details for the file duckdb_extension_inet-1.1.0a0-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_inet-1.1.0a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b32330cf6b89b9767ba8b30310c4eaaf7ec9f8800671bd43fee07ffa2075ff52
MD5 64ba394662e70142ba6677382f769c92
BLAKE2b-256 3a7cad62c8a051f3a26fcc133f2e2cdd9b1e6f1aa53a52efc34c136ba1e4b9ff

See more details on using hashes here.

File details

Details for the file duckdb_extension_inet-1.1.0a0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_inet-1.1.0a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bdc48cbf38dcd0fa29b655cfe202dc52c735943d9e337d0bb59ed084d59cc625
MD5 f9b79f89d98bd01b6241a411956fe79e
BLAKE2b-256 3cda3558536c553c0db763083feaa83edcef22e2d1a2a0ad606babfddf5c8ce6

See more details on using hashes here.

File details

Details for the file duckdb_extension_inet-1.1.0a0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_inet-1.1.0a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ee0e1807b7914d56ec56ad508a5fc1993e12dd315d3e3b45a1a4dad0300b655
MD5 e6dcd8ff121c37c8c16b7db4835d2378
BLAKE2b-256 eef02b0194997ca2558b1c9f49df338e40d68c72ff5d33fc0abd86df2549c8a1

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