Skip to main content

Duckdb odbc_scanner extension

Project description

🦆DuckDB odbc_scanner extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-odbc-scanner

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("odbc_scanner")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-odbc-scanner 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_odbc_scanner-1.5.3-py3-none-win_amd64.whl (265.2 kB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_odbc_scanner-1.5.3-py3-none-macosx_11_0_x86_64.whl (201.0 kB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_odbc_scanner-1.5.3-py3-none-macosx_11_0_arm64.whl (184.1 kB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_odbc_scanner-1.5.3-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_odbc_scanner-1.5.3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 a4e36a5d5ef277ccfb2865ca5bb3780bfcccee6cab97bebea624f47fceebf9a8
MD5 e27235fade9392495e6fed3179701319
BLAKE2b-256 52ccdf5721757e766ed67735696d72e9e41eb8e28694f923fb7e522f7ebc698a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_odbc_scanner-1.5.3-py3-none-win_amd64.whl:

Publisher: publish-odbc_scanner-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_odbc_scanner-1.5.3-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_odbc_scanner-1.5.3-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 004f5aee9c78fb45a0e3a05774ff97dd4f016b7cf71b6d56764e176e098dbe34
MD5 c8be78eac96bf74173d67814b57313f2
BLAKE2b-256 39ca1225ba9b96e46b9ba57223748ba216800454783be78f8abe9f204c5317a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_odbc_scanner-1.5.3-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-odbc_scanner-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_odbc_scanner-1.5.3-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_odbc_scanner-1.5.3-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a4639063445491492ae5285e6f3fee53c4757180a702783dea2678df5aceeeb
MD5 14348d5d68ce37af78eed45eab08ec3a
BLAKE2b-256 05c12f03e3da6f20f7164efea4cf25c4cb999915ed6935c6e4f269b94b0229aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_odbc_scanner-1.5.3-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-odbc_scanner-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_odbc_scanner-1.5.3-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_odbc_scanner-1.5.3-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c781bc23b58957bef32ee970943e30093accbe70dd612fb0045868f6c6d767a4
MD5 ba012898844ac34eb74807efc9b3f88d
BLAKE2b-256 e7e0b84c97fb269dbc1c0a1e3ee03981eb84e842479375bbb4efb8a0992f9d04

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_odbc_scanner-1.5.3-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-odbc_scanner-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_odbc_scanner-1.5.3-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_odbc_scanner-1.5.3-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45945cb3d40734815ba98942dc615ac578b4852134654ab3b7149558321eef49
MD5 aed83b8fd4c7c9d78b35ad681c228d5e
BLAKE2b-256 dde0f9c39e03870634b96437c262d0deb8c8336595e19243cc227f3b9e956921

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_odbc_scanner-1.5.3-py3-none-macosx_11_0_arm64.whl:

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