Skip to main content

🦆DuckDB fts extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-fts

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("fts")

Verify that the extension is installed.

import duckdb

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

License

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

Uploaded Python 3Windows x86-64

duckdb_extension_fts-1.5.5-py3-none-macosx_11_0_x86_64.whl (1.7 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_fts-1.5.5-py3-none-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_fts-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 538e16bfa1e21bd6f5ffe5e28767b7945f6ec5d9c8c515665f256a1b212b5cc2
MD5 f96f9a78bce483221ee44610f70dd78d
BLAKE2b-256 4e19d78ffb821a2182c9bf80312dd34c14a881aa23d158e78d8cc562abb503f9

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_fts-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d452ba4f0d083a183bed76ca2c710feaa823f6731ed57374f64b44e4d10f0a1
MD5 9f34ba8bdb3c0959a294678ca8cd662c
BLAKE2b-256 82a952791bfd6647e5e9afb6677a851e7368ebc4ab816b6a5e77288247d0f305

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_fts-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 997dfbb48de7f5c7dfb19406dbc27891c4011c6f3effa412a75c3aca768e49c5
MD5 c2ba4fd6338cc1f36523c7269f5b0ade
BLAKE2b-256 3fada23e0b1c169637101838bc9eb918f115a17c5139a249424377da2f3d5811

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_fts-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 601c321ca98015808288876a51d8bdf1bf308a248291521f51245a7e4f8613cd
MD5 f193e2ff10431680dc82b286c8fa8983
BLAKE2b-256 d4ad4fffe116e22fca97db4769c81894d3fc6d99a9f3778239142f1a748f98ce

See more details on using hashes here.

Provenance

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

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

File metadata

File hashes

Hashes for duckdb_extension_fts-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 59ac2426a47b0f7c0197402e43307bfdb5b12532c8698edb052a352edbc04499
MD5 42b73d5f9e538df0dba6745758f7fa30
BLAKE2b-256 7539077bfcb6eefaca821c5a8bf078fb1e722dcaebaccd9efaa86fde34684df9

See more details on using hashes here.

Provenance

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

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