Skip to main content

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

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.5.5-py3-none-win_amd64.whl (8.2 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_autocomplete-1.5.5-py3-none-macosx_11_0_x86_64.whl (3.2 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_autocomplete-1.5.5-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_autocomplete-1.5.5-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_autocomplete-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 1e2f2750e953c8085db61f33e4f14e8422ebceb081e66776fa61ac51ec5b2eb4
MD5 25eca57570f49691e04e376253eac844
BLAKE2b-256 7e20167ea9f0d43520ba722631602efb8da500dbb10d681767f1f70b4fdf2c99

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_autocomplete-1.5.5-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.5.5-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_autocomplete-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c4904a274350205176a47d5297de7d2f5981ad812f53824f49783c32831bf7f
MD5 26b05e875bf650d0a508850440b14118
BLAKE2b-256 914283db0c71f9f71bb4e5f1028641ac2d41966f62c1c9e7dab72a77aaaf4e6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_autocomplete-1.5.5-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.5.5-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_autocomplete-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6bc6b095e08179654279c5c9c276da9f2d07916526cc84f0e297f1fc7cf4a8f5
MD5 204ac5354f3b155779d9661be1210d26
BLAKE2b-256 62b1969059acb8538615c5ab5f0ec13bd7e32611eef689094d45d3bc36a6a581

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_autocomplete-1.5.5-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.5.5-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_autocomplete-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cc85f64051d6a943c7fde1b127f7a5c763ba912bdf8eac725535c4a152996500
MD5 99cc3b769d3906f567eb64f0318ba9a5
BLAKE2b-256 8dbf6fc2735acda6bdd96afef967784a22e9660920ad02f7d6ae2d6e966013b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_autocomplete-1.5.5-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.5.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_autocomplete-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e7a450fc124cfc8abce3fc464a38e47fbe72a1d6ae9a151a2c9f6e38ac88678
MD5 bbb79dcffadc956a6737f905e2ea118f
BLAKE2b-256 b59686f1d464325d25aca1bd6ffa447c5b32fb39222f345002137c277dbcb7c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_autocomplete-1.5.5-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.

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

1.1.3

4 files

1.1.2

4 files

1.1.1

4 files

1.1.0

4 files

1.0.3

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