Skip to main content

🦆DuckDB json extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-json

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("json")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-json 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_json-1.5.5-py3-none-win_amd64.whl (8.0 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_json-1.5.5-py3-none-macosx_11_0_x86_64.whl (8.9 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_json-1.5.5-py3-none-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_json-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 7653a6121642012bc83db8c22313e5efae0289b0d25ff756d7275545bfe1b204
MD5 a47443b74a6cb39c3130bc11eb5d6566
BLAKE2b-256 719b8fd030d9f3a3399f4e33a77fdbbd8e839d0405f9564b37787ad21dc84df8

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_json-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5458212730208e941fa657d0c080e3905516c29821d9c21ad5ce63e1ddfedfc
MD5 7438bc71a665ff56c1aeac8f7d805fbd
BLAKE2b-256 5697aa996b13662f499fb98ccd5e6208b44aa573cdb0510b902259f18aab2b6d

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_json-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40f7a7467459efdb32701825288be8ba313e8d4aaa5665a87ac9d690dd54ad21
MD5 84420a81cfbf21e8666aa20dbc1bc706
BLAKE2b-256 d761e955fbf931fe63829bae03555ff49300bc020c0cf25137d8497a9d73f391

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_json-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 554fd45d4f354ffbff4d76b7af9aa3797f46b8f457d86ba325e4a443deca6ee0
MD5 d38f0fb57c5648c677507a11c8444de3
BLAKE2b-256 e9f03d13e23db41435f0171d75d2a73780227e8b7449d691b39e2d0e3ad03d2f

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_json-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd9dd01055241b5b8c7021a790890e043b78d8dc10bd7e3331a1af74d2d0608c
MD5 09658236b6ec45ccb6104723b8d1a321
BLAKE2b-256 5522a15d6d3fbe0fff8edbab60b1cfdb95ad4466ee2fbabdfbfa742c57b3e6a4

See more details on using hashes here.

Provenance

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

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

1.3.0

5 files

1.2.2

5 files

1.2.1

5 files

1.2.0

4 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