Skip to main content

🦆DuckDB encodings extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-encodings

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("encodings")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-encodings 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_encodings-1.5.5-py3-none-win_amd64.whl (26.1 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_encodings-1.5.5-py3-none-macosx_11_0_x86_64.whl (20.5 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_encodings-1.5.5-py3-none-macosx_11_0_arm64.whl (21.5 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_encodings-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 be5a70c75cfc037a4a0e4d06c4017b00d2d8e9beff1f96c16be9f1e474933aee
MD5 67f7b3317ddffc96b4b0cefd225ee4c8
BLAKE2b-256 15bc3b6713fb55817abe19bd95c620e9f0585cea0619c8d5ab4dd008e9b24d59

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_encodings-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56ab59db67eb54acf02f08688fe272abc2aa685c0c43c621e2b5be666bfe2353
MD5 5d92a22a82c96a3632326b71081dc9ba
BLAKE2b-256 cff12c60000e775e955533369f424a0ceafb0d3221633bc380bf398f8e44683a

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_encodings-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c78cdeafdafcdea63013ab52b8b593ae874502f4c26d547bbbc6ad7cf33712b
MD5 25ed719da4e031e5dfc7f69e8b653f6b
BLAKE2b-256 43502b36fe109817de0e92f2d44c6317db8549e07bf138de746597baa2044e9d

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_encodings-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a1ca2afb591bc75b1ccad2e9b175d4ce269ec49052c6c3d0ad29fb3e9868d5cd
MD5 2744bc198d82dfef6ec2bbe18803e396
BLAKE2b-256 f720ad1da294612717ffd2be2a0518afa29bc364b5ee8c71a38ed79c27fcb649

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_encodings-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e01f82fe2eccfc7c0d470977daffd3e541e5c35bacd097831d431baaf430c11
MD5 4565e7cd3c436af032bcf13a25c99f96
BLAKE2b-256 ab50b17918e518bc2cd4d10ea305210ca98ad7ef3a7fe14484b98454ab11353f

See more details on using hashes here.

Provenance

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

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