Skip to main content

🦆DuckDB mysql_scanner extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-mysql-scanner

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("mysql_scanner")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-mysql-scanner 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_mysql_scanner-1.5.4-py3-none-win_amd64.whl (10.1 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_mysql_scanner-1.5.4-py3-none-macosx_11_0_x86_64.whl (11.0 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_mysql_scanner-1.5.4-py3-none-macosx_11_0_arm64.whl (10.2 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_mysql_scanner-1.5.4-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.5.4-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 a8b869fc14c8501e625916260c80706d83ddc03322d97474a7ef5542f0249148
MD5 7f6d55857340e66d15ef6bf17a1755d9
BLAKE2b-256 272282fdb4480ca50ff3f753dec1bd57e7be00a44b148ecb4f0041e9a12c130c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.5.4-py3-none-win_amd64.whl:

Publisher: publish-mysql_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_mysql_scanner-1.5.4-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.5.4-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffed286026067d82aee81f7b5036f464eea7dfb1ef162c095f790021191d02fd
MD5 3acdd0b4f8ac6f83c04694c43982c647
BLAKE2b-256 2d5793177d12608e070c5a0c461cfe960a9f9a8d8874687791e95e1cd3d53c62

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.5.4-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-mysql_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_mysql_scanner-1.5.4-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.5.4-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d38ffca06fe4363817c46ef6a3145c3c0928a47b20bf6f2f5ca5017ffe03a270
MD5 1f55f1e481639fd26938026df5af6a55
BLAKE2b-256 68538ff192b73bb89bee6502a11b35087bfd59c83bb918a336055e08dd414324

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.5.4-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-mysql_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_mysql_scanner-1.5.4-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.5.4-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 24b9adc97d8ca2bb3de05a6a8fef7abe784044299300cf389773d6fd658f50df
MD5 e8650832fc0ae004b06efeceff17e2dc
BLAKE2b-256 e79a16e9ead6f84fd3c2491848cf4440b0eddf0afaa519f83357d9bfb6f2f142

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.5.4-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-mysql_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_mysql_scanner-1.5.4-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.5.4-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11dc38fe191d29ff3dc4f5df6339b746caa74ae13d0b1670056c6d599ccd235f
MD5 4f6db897940e01e8c32ba5ab0f6e0aa3
BLAKE2b-256 d5991320e49fb3f7dee3eab2c5a126f0777aac0d41c8b3c833e405a8ca5c30cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_mysql_scanner-1.5.4-py3-none-macosx_11_0_arm64.whl:

Publisher: publish-mysql_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.

Release history Release notifications | RSS feed

1.5.5

5 files

This release

1.5.4 This release

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