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

Uploaded Python 3 Windows x86-64

duckdb_extension_inet-1.1.0-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.0-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.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_inet-1.1.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 ff6bc7a20ac6ed897cc836591be59a8ac4ddb341dbe01a1227ee1dd16b939c20
MD5 495616b3b1dc09e6e67ea5d9ce48eaf0
BLAKE2b-256 cfa8fe9410dde46a12c93c021c094338cd78a8949fec030c83b90a40f32a50e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_inet-1.1.0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2efa55b91284b99f9927f3ba056e6b3e08edbada7c8c68996a35ff500cf03b6
MD5 2d2e99a59c764f20fe0c40ba24e9e1b9
BLAKE2b-256 526bbac7acc5117a614f8a12137a6b3485607ce083e91f6d24c79edd2e954749

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_inet-1.1.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3213254d276e50ae3ed748ff746c05e5d08ab0e1a4adb0a0f71f5355c8f908e2
MD5 606f10c18d1e8ea317ff4e79b22e2d36
BLAKE2b-256 4e1097a1e6947e25c0be842721aec8d831b94c1f6b2c3027297cf4fd4715cfca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_inet-1.1.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07838f6bde29d32cd91d9b04c9360ca974be0321b3cddf8233a117d31f9760d9
MD5 1ee633edd693be77ca09bcae382b82bb
BLAKE2b-256 89cbfdc41d40b6056bd4a3d5f28ec54b6cc9dfe50b7def5cbfa344e2dcac3d18

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