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 extension_importer
extension_importer.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.2.2a0-py3-none-win_amd64.whl (23.8 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_fts-1.2.2a0-py3-none-macosx_11_0_x86_64.whl (3.2 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_fts-1.2.2a0-py3-none-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_fts-1.2.2a0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_fts-1.2.2a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 ac472ccf825d6afefd474fcebe6ea6b349a34c4528d90da95d69a910370b69be
MD5 b4d4e0fcc08af153fc20fe813b040444
BLAKE2b-256 1b3f29346e15e0ed1d29a6f34af06ea4efdb9599092d7e0773fe3eaaae4bb336

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_fts-1.2.2a0-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.2.2a0-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_fts-1.2.2a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a5b2fe66a2a56445a17c454a9fc25f65af2c2e90933879338da1a7adb9ce13b
MD5 b53061d32cc5d67f325c7fc49b983e7b
BLAKE2b-256 e18e097f38fc593d748d6efacdd30ba025c644d59390e7e3f537723ab88f8be6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_fts-1.2.2a0-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.2.2a0-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_fts-1.2.2a0-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40c31da0077e2b3e1f12f1004c189c90342af94fdf628883376f353545f043e7
MD5 83d4934bd8a38b25925f62291ebd752d
BLAKE2b-256 a43282efcaeeeafe794505ab72e5def22230450b445e594610ec3ff48b1b4969

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_fts-1.2.2a0-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.2.2a0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_fts-1.2.2a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 af989b148018f70b4b1e517e3973fccb9e20c2d3407d93c17b3aac51ea1c2bd2
MD5 41597d0d940fadfd56dc3250168bf7e2
BLAKE2b-256 bbeb006d840dcea332212c03bab691eaeede31eba615c15cd0ffa9b8ca630141

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_fts-1.2.2a0-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.2.2a0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_fts-1.2.2a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7af1895e681a2ee6d4d9c0a06e55b4c7f36a7750a8e58d5b5857f00d6276474
MD5 629d675b2b3b26aebed3bc0dfcdc3df3
BLAKE2b-256 338557a4dbd39c05034280fc0e456406bd66dddbdfad9da853a77bc16ca5645f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_fts-1.2.2a0-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