Skip to main content

🦆DuckDB avro extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-avro

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("avro")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-avro 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_avro-1.5.5-py3-none-win_amd64.whl (7.9 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_avro-1.5.5-py3-none-macosx_11_0_x86_64.whl (2.5 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_avro-1.5.5-py3-none-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_avro-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 5154f5d77ba764cc2a407f82cbc31d22729668581b84da4b63fc0d5df1d8ebc9
MD5 8e64e82c7d8c4e89700da6c4ebd596b0
BLAKE2b-256 486df63812c090e70851210b485a5229ba23d0869c85b0c644d909cba22652b2

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_avro-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b7b37455a8e9ae498b0fa97404831c15c412aa5fd2c969c032e1d8231a43049
MD5 a431da767f96ba066b9404bf584162a6
BLAKE2b-256 90f4bd71b368d62b711430b896be748967c9bf1b14f67f4a49e4fef16d26b943

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_avro-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6419f1cd35f4758835e1837ff26afbb3ff4cc1b42c860713e5d3d83db3f00d2
MD5 02c90d07cc20245840ed4bca6949bba8
BLAKE2b-256 b56f7860aa6836a5dd6bde96c63c338fedef866ac9b634da161bbad4b1d4693b

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_avro-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e514845752cd645f7bdf16e52a3e4c5147c4ef421cc1f7907075c70646c3d520
MD5 61de92f1924f747c2bf4fc964cf2116a
BLAKE2b-256 ea71ad3ede3869c9d32ec956591438022f35bfa8059363c1222dfba00193cccd

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_avro-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 78a1bfdae015b3561a9a00f2f8265bdf87602fae75058c6087b893c34fac4ac7
MD5 964d35c8775de7a0b5dd9507d013f13f
BLAKE2b-256 88f5aa4204278f8a4ba7835cdccbf63b350cb7a0a6ae9280ef45e3a76bbbbbd3

See more details on using hashes here.

Provenance

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

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