Skip to main content

DuckDB extension package for duckdb/core-extensions/icu

Project description

DuckDB extensions via PIP

Installaton

pip install duckdb-ext[icu]

Usage

Option 1: Automatic

import duckdb
import duckdb_ext

with duckdb_ext.init(duckdb.connect()) as con:
    ...

Option 2: Manual

import duckdb
import duckdb_ext

with duckdb.connect() as con:
    con.execute("SET extension_directory = ?;", (get_extension_dir(),))
    # Ideally also:
    con.execute("SET autoinstall_known_extensions = false;")

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 Distribution

If you're not sure about the file name format, learn more about wheel file names.

duckdb_ext_icu-1.2.0.20250921.post0-py3-none-manylinux_2_17_x86_64.whl (18.7 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

File details

Details for the file duckdb_ext_icu-1.2.0.20250921.post0-py3-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_ext_icu-1.2.0.20250921.post0-py3-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0ffac36dc4fbbe2368f46eeb1430ade64b3020ef135f18e1a2e9ee136e9a7f37
MD5 146448583c7b2c202c508e624e371d2e
BLAKE2b-256 fe7ad5e90ff14c0f80d6ea462f9ea546d2ee0c7a28763081c0fda741b95c92a2

See more details on using hashes here.

Supported by

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