Skip to main content

Duckdb fts extension

Project description

🦆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.

Project details


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.3.2a1-py3-none-win_amd64.whl (15.4 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_fts-1.3.2a1-py3-none-macosx_11_0_x86_64.whl (3.0 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_fts-1.3.2a1-py3-none-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_fts-1.3.2a1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_fts-1.3.2a1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 54fe03701f6ebf50b59df49730c3f3a88ab89d8f5619770eb41cf953809352b1
MD5 f9e7a20c4195502641b205632ebe78f8
BLAKE2b-256 617babb5b7c3b6a49e14f1f08759ab5877987c21e72b1011336ce772a635c7c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_fts-1.3.2a1-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.3.2a1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_fts-1.3.2a1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9fc8c99dce6a09ba1142fef91ab3d8b8130e58143d702e48e4438d56c43694a
MD5 77c59f7a3a8344827672d0adeb76e8fc
BLAKE2b-256 d07da6f553c603edd99f73ec16487275e7cad8ec628549758302ad5ca9efa673

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_fts-1.3.2a1-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.3.2a1-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_fts-1.3.2a1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 837284a54ee1d485bf6c8a2cba41acd15dff5dc3c797917298a17a714c1d2646
MD5 2c2f89dbbc1eb6086bfe907a1d7d77c7
BLAKE2b-256 5ef426584389686aa0ff92480e140f87cb9eceda25b9319e22958122cd680ba1

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_fts-1.3.2a1-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.3.2a1-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_fts-1.3.2a1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8d9de7c56a7a3485535957e36f126b513e10d91c3ec29d3fd8a1d452ce8e99c5
MD5 1cc972d993ab4181eab56faadc592bfa
BLAKE2b-256 23ad5355c7bdd76fccb06086a6c3cafaa5abcf9223742ea7eef289254e8a55d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_fts-1.3.2a1-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.3.2a1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_fts-1.3.2a1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d892f28a2071f4011127f42ec7d3f6d96ec8f144b9b6f9e887f677f9e399ddee
MD5 1dc17db5747c16e11f7f537aa3b450b9
BLAKE2b-256 cd22c0ad9d682d9fefe0ea1dcd6c306a98a3af4e43390e5c6696e39dcc7df0df

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_fts-1.3.2a1-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.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page