Skip to main content

🦆DuckDB icu extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-icu

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("icu")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-icu 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_icu-1.5.5-py3-none-win_amd64.whl (10.0 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_icu-1.5.5-py3-none-macosx_11_0_x86_64.whl (5.0 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_icu-1.5.5-py3-none-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_icu-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 7dde41e1a8726ee70da27fc03a168119437c345ff86eb778621632e770147f43
MD5 61a715596cb71c6655681dcbc33e7a60
BLAKE2b-256 608e8028df2430b3bd0948bb23eb50bb12626ec8ca6b3eca19360856a59d7553

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_icu-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c25adf33d7b11a89fbe79ce385e072f50c7ffc21d7b8bad89610ba4162beac3e
MD5 50fc5dbf9610e24cc2262e4c217903ea
BLAKE2b-256 5437afa0b61237b347521145f5c6986e7b2058683a79a526d4fa7ec8a5651e6e

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_icu-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 46d150a7ddc153a4d361f2d60a59651cc4adcde3203658a76ff27c4fb78e1bbf
MD5 555fdecb7a24e5add840136ff9ca95b4
BLAKE2b-256 79bc86af91bc14dc072489921627b3036ffcd8e5e171f5c67d39b9193b88c734

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_icu-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f800f49ad77285ff0e3aa3b0b469e05e8f3a49bec00a7e1a11a5f0fa2782031f
MD5 c3aee65c8c017f45cdc9502b83736edb
BLAKE2b-256 333eb476c340d8422aa268675242bbc3dc8c3ae09f0f62cfec03c6d647521e6e

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_icu-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 212192cf360414ae28ce0a35fdb222797076e718f752ef6c3748801714928efe
MD5 4b15ac848cffa848c7529d5c5c17ef03
BLAKE2b-256 c4c807267a065ea5e216301639318efbfa46da2a162d59cc604f7e1bc255033d

See more details on using hashes here.

Provenance

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

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

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