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

Uploaded Python 3Windows x86-64

duckdb_extension_mysql_scanner-1.5.5-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.5-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.5-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 ea1237408ed9d9c02e9611caf23db227a24c01ac474c201185b5c687eda2a1a2
MD5 3bfd3c092099bfc4c88087614f315f42
BLAKE2b-256 c081270f24cf1e2c1287654d73e3c2a135effb4a2e2e2596005354b6e7b443d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91ea3d182de797113133c132bf267ba6c22dc716a2018cb6753470303baefbe8
MD5 230ada96fead406655ac12cdf01816d9
BLAKE2b-256 db2bf691f6131e533d89bbb14c2330d60a3597722165d1955746e6fa5170f968

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 39995ea7615e842fc60a9f1f8c8deb6105268521d83973a4dfc7b4a83c045cef
MD5 a42595179ff46cc071d6056385a92ddd
BLAKE2b-256 071c74497a811b785a408b425eedc1519806baa2ee0dbd611c40a1b95bb588f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5c0ed7672931f62fa0b00f4ffd29e80c85668cef5f80fe4f528be7407acc4942
MD5 64e5da3c7598a043a0eb08ce4e67a3c8
BLAKE2b-256 fa8aa8d267a086e36311c1ce42ef5d9287d81f796585bac8164fa43f52162678

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_mysql_scanner-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f02367ec16d263fce19de4e0b1f6e614931b6ed347b9b2623f007cb3ee6bce4
MD5 459c2128c46624d774980782a4938339
BLAKE2b-256 d4467286b5d9b5857decaa6b09b336953897ae46f341b13b9ced8fb96c890e79

See more details on using hashes here.

Provenance

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

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