Skip to main content

Duckdb autocomplete extension

Project description

🦆DuckDB autocomplete extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-autocomplete

You are ready to install the extension for duckdb.

from duckdb_extensions import extension_importer
extension_importer.import_extension("autocomplete")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-autocomplete 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_autocomplete-1.3.0a0-py3-none-win_amd64.whl (14.9 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_autocomplete-1.3.0a0-py3-none-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_autocomplete-1.3.0a0-py3-none-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_autocomplete-1.3.0a0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_autocomplete-1.3.0a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 6732e5d7f6802602080bd708a9af06d6dfef2127f914bc3b50f15b8a7059950f
MD5 242e8372751da74dc93f37eee3a4d329
BLAKE2b-256 62743e97820c28fd186f642de02e716110c9593b526d2d27f1720f4c16c9db0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_autocomplete-1.3.0a0-py3-none-win_amd64.whl:

Publisher: publish-autocomplete-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_autocomplete-1.3.0a0-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_autocomplete-1.3.0a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffcdee9143951b9ca7e29998205bc5f1498364a9501d509cf1d1f332a04e6dc2
MD5 716334a5c69cadc00c58d907b871ea07
BLAKE2b-256 6a24c79fe8b35817954048834824940401dfde41d0bda274f8971758476ae0b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_autocomplete-1.3.0a0-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-autocomplete-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_autocomplete-1.3.0a0-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_autocomplete-1.3.0a0-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ec0520f4b7ee4858cc9c8cabb57154c12f3373a9fbb8b1f6f6977bff7154e55
MD5 538b2afc54ec3e46391d0b41942099c7
BLAKE2b-256 8c0af96b31f77cd3876ae6dba7b48f26a727f992dc290dd519fec6a25a6bf578

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_autocomplete-1.3.0a0-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-autocomplete-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_autocomplete-1.3.0a0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_autocomplete-1.3.0a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 404197da5be267d978d755da4d710ecfec69cb0c6d7547c6f0c354c69b6d8a15
MD5 fea2044a599ccf37743a32891a6df1d8
BLAKE2b-256 5b67f43376bc835a49a67f7134d222a4dc70a68f49396e5236142e6a4f2d1cdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_autocomplete-1.3.0a0-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-autocomplete-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_autocomplete-1.3.0a0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_autocomplete-1.3.0a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f3ae5a6c58ab851194c688c6758a046712e20e8137402b6ac27b89ecfa76620
MD5 58faa5e0a160979f43d360794424e683
BLAKE2b-256 469b86507f588e1aa0dec1707d56d90729ace2e7ebf7879e65e24bc68ead02a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_autocomplete-1.3.0a0-py3-none-macosx_11_0_arm64.whl:

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