Skip to main content

A self-contained Python driver for communicating with MySQL servers, using an API that is compliant with the Python Database API Specification v2.0 (PEP 249).

Project description

https://img.shields.io/pypi/v/mysql-connector-python.svg https://img.shields.io/pypi/pyversions/mysql-connector-python.svg https://img.shields.io/pypi/l/mysql-connector-python.svg

MySQL Connector/Python enables Python programs to access MySQL databases, using an API that is compliant with the Python Database API Specification v2.0 (PEP 249) - We refer to it as the Classic API.

Features

Installation

The recommended way to install Connector/Python is via pip.

Make sure you have a recent pip version installed on your system. If your system already has pip installed, you might need to update it. Or you can use the standalone pip installer.

$ pip install mysql-connector-python

Installation Options

Connector packages included in MySQL Connector/Python allow you to install optional dependencies to unleash certain functionalities.

# 3rd party packages to unleash the telemetry functionality are installed
$ pip install mysql-connector-python[telemetry]

This installation option can be seen as a shortcut to install all the dependencies needed by a particular feature. Mind that this is optional and you are free to install the required dependencies by yourself.

Available options:

  • dns-srv

  • gssapi

  • fido2

  • telemetry

Sample Code

import mysql.connector

# Connect to server
cnx = mysql.connector.connect(
    host="127.0.0.1",
    port=3306,
    user="mike",
    password="s3cre3t!")

# Get a cursor
cur = cnx.cursor()

# Execute a query
cur.execute("SELECT CURDATE()")

# Fetch one result
row = cur.fetchone()
print("Current date is: {0}".format(row[0]))

# Close connection
cnx.close()

Additional Resources

Contributing

There are a few ways to contribute to the Connector/Python code. Please refer to the contributing guidelines for additional information.

License

Please refer to the README.txt and LICENSE.txt files, available in this repository, for further details.

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

mysql_connector_python-9.2.0-py2.py3-none-any.whl (398.1 kB view details)

Uploaded Python 2 Python 3

mysql_connector_python-9.2.0-cp313-cp313-win_amd64.whl (16.1 MB view details)

Uploaded CPython 3.13 Windows x86-64

mysql_connector_python-9.2.0-cp313-cp313-manylinux_2_28_x86_64.whl (34.0 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ x86-64

mysql_connector_python-9.2.0-cp313-cp313-manylinux_2_28_aarch64.whl (33.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ ARM64

mysql_connector_python-9.2.0-cp313-cp313-macosx_14_0_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.13 macOS 14.0+ x86-64

mysql_connector_python-9.2.0-cp313-cp313-macosx_14_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.13 macOS 14.0+ ARM64

mysql_connector_python-9.2.0-cp312-cp312-win_amd64.whl (16.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

mysql_connector_python-9.2.0-cp312-cp312-manylinux_2_28_x86_64.whl (34.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

mysql_connector_python-9.2.0-cp312-cp312-manylinux_2_28_aarch64.whl (33.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ ARM64

mysql_connector_python-9.2.0-cp312-cp312-macosx_14_0_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.12 macOS 14.0+ x86-64

mysql_connector_python-9.2.0-cp312-cp312-macosx_14_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.12 macOS 14.0+ ARM64

mysql_connector_python-9.2.0-cp311-cp311-win_amd64.whl (16.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

mysql_connector_python-9.2.0-cp311-cp311-manylinux_2_28_x86_64.whl (34.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

mysql_connector_python-9.2.0-cp311-cp311-manylinux_2_28_aarch64.whl (33.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ARM64

mysql_connector_python-9.2.0-cp311-cp311-macosx_14_0_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.11 macOS 14.0+ x86-64

mysql_connector_python-9.2.0-cp311-cp311-macosx_14_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.11 macOS 14.0+ ARM64

mysql_connector_python-9.2.0-cp310-cp310-win_amd64.whl (16.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

mysql_connector_python-9.2.0-cp310-cp310-manylinux_2_28_x86_64.whl (33.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

mysql_connector_python-9.2.0-cp310-cp310-manylinux_2_28_aarch64.whl (33.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARM64

mysql_connector_python-9.2.0-cp310-cp310-macosx_14_0_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.10 macOS 14.0+ x86-64

mysql_connector_python-9.2.0-cp310-cp310-macosx_14_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.10 macOS 14.0+ ARM64

mysql_connector_python-9.2.0-cp39-cp39-win_amd64.whl (16.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

mysql_connector_python-9.2.0-cp39-cp39-manylinux_2_28_x86_64.whl (33.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

mysql_connector_python-9.2.0-cp39-cp39-manylinux_2_28_aarch64.whl (33.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARM64

mysql_connector_python-9.2.0-cp39-cp39-macosx_14_0_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.9 macOS 14.0+ x86-64

mysql_connector_python-9.2.0-cp39-cp39-macosx_14_0_arm64.whl (15.1 MB view details)

Uploaded CPython 3.9 macOS 14.0+ ARM64

File details

Details for the file mysql_connector_python-9.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 398.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d007c05a48fc076e5ac7ad3d76e332fa5b0e885853c2da80071ade2d6e01aba5
MD5 46442fe03a9753550769cd892667bb14
BLAKE2b-256 55aa0ff1b80fcce28abb7ce53c1d3d14ebb28fb4206ca561480cb8b7d54163ad

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 16.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6557942f6c6be3b41d2965456b53a244a7ce3e6fb81cb195c243549be72a6a24
MD5 9cdcd00e8381ee54d278147cd0e7d5f3
BLAKE2b-256 224b4f5462a81d046bb54bbb62ffbcea654e78f3ae2a64eb24a14c2872c4d75e

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2238ba121a30dd3a23d33ce3437642e38a1d4b86afaf7a487cdb0d7727db2010
MD5 996a208ae6fab1d110709f28d49d67b6
BLAKE2b-256 11fe53f358b947997c6352642011d7f256e7fe8fec6f0badbda4aefad37d30e5

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2e973bcc6eab68e41e01438b706788e3f47b0b4d6a17fcb74583f7e0b990c5f
MD5 4f3ff0906184173a65ed6158bf0c288f
BLAKE2b-256 6505ff9b5c4cd58d1a2b64f55b4ca5a7ac3fca23a3adcac7e692fded4991f8d9

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp313-cp313-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 4d97485eb3f63ab26f6438570c4a392bb1f53c3ad9dca1bfd8b61b5ec1bba690
MD5 15b3a292a66bc81ea4f237fc470a6248
BLAKE2b-256 22c077d7418d78e8017b720a2f610fe9113668d7e75922686c36b35b7ace7780

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-cp313-cp313-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 15.1 MB
  • Tags: CPython 3.13, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 417c538dfd64e6d415280067f4d7ce3f901ce85c548e609247a794d205769276
MD5 cb00f8aaa2068ff48ac7740185b2a58f
BLAKE2b-256 2c3cac29cab6a7bcabcda392a3b4762d19e1e7a1656ee78d0b8bd307a57471a6

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 16.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b7d149bcc455cf606a4aa604d45267fba16c8abf36056b804f8d16e8f5e753c1
MD5 608737d057c8308dc9d99175fde253e0
BLAKE2b-256 5c48aa1d3e1dd2fa0fece0581d49c6d10717e18fc86dde493114f3894a3371bd

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92ef9e5a37b25978a261b5a14fcfa0cf51cd96168dec4a52657bbfc1e1cb7d9a
MD5 d9878cd0bc434c17eb4c91d76d6c6916
BLAKE2b-256 a34f33afe9e1fd556d935986aad17c74416555607a6686b0bb3d20a9be192828

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8338a9babe6c67287080ec9f6a0fc245de24841bc532ef97dfd1f93caf4668b
MD5 65639c679c45cce305f4d658fa78401c
BLAKE2b-256 a326ee7792df84193341755115e11ad02252b15bcc1f2c991ae06e04454e3b28

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp312-cp312-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 b13b136c188363e18f9b3f6237a0e6eba8601df259ab0f8687cd689f433a391b
MD5 c85a03485322cec65a4236781e139a54
BLAKE2b-256 d4b93ae12be2fbf9650658e2db429245dd35514933b2972320eff311478fe234

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-cp312-cp312-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 15.1 MB
  • Tags: CPython 3.12, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 03fe54ca19c2dffa8f04ca0601a1217b126ff8306c76a9b2b4e555f8fbbd2178
MD5 55c2cbd06181ce51f03da18a967de1ad
BLAKE2b-256 74b9c29682db58fb08a22e623f1eeed12fe2743459d4928ed9d248a4f6fcda7f

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 16.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cf2684641084abc47be2dbba7bd42ce22c682bad4228a10bb12c343e1ecfc484
MD5 1208afbd3d92be562271132e798a3c12
BLAKE2b-256 e21842761250be6ad43a23edb7af85b9720ba8aa1a652036ab4854724d21f628

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1afa12519671e024d80fbbf74606cc4fb96786b005d79ed959acf3584ba6af4
MD5 a65e7c4d7ca39f8eeb47fd83dd0df46f
BLAKE2b-256 a3a331b5ccb491199ce4d05d9f867d07ad2ccc6487b412df94b036aad41b9b92

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4142a0a4e997210558136ad2b623188c102996eda2d951a3933d6338b210f15e
MD5 ddd9647d2055872c6558b4b380eb2f51
BLAKE2b-256 9430b2d3a73b913cd83ce3dce4880abca83cf4a4aa275b5a27a740f83aa84b2d

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp311-cp311-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 cc09ca64db620f7c898e1fb7c61a3d6f8f21694fcd276ab2635650ce216f8556
MD5 23227bb74a09ec469245cf3af52c44eb
BLAKE2b-256 e17d681f02e0d70f371c8a5479d7339316ff89c791dcd7743aeca0102e733be4

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-cp311-cp311-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 15.1 MB
  • Tags: CPython 3.11, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bddecd023c0e92182eb3159abee7385a1d38b395a58ff4d94d3d6f1abeca6334
MD5 66060a320878f22b7a7a08ce6f254ad7
BLAKE2b-256 6c524a368c7db6a579e472e1e0a42e72e1b716828adb7aadad7b547c316c2791

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 16.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5c72ecad9007bc52d4f213e47d3c4cf17b3a3cabfeb2d36317fd4493adf5ed7d
MD5 621dbaccf99a9df2fbdaeb5af5208a8e
BLAKE2b-256 c0add4c10fbb2b842768e667b6d2a4f1b7550521c3da8c5ad260ffb09fd58c3d

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7c25dc2cb4fca82242d71a0bda2087bdfa3638e0c8175a747a6e765242763b4a
MD5 e639c331f0a5d898e0eba699fb54d234
BLAKE2b-256 81805c3286fe2da2ca1a361483a2c20f17c77b543563f3a4fc8d7c18c07923a5

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a6cfb611bdfea41c67c5305e8fc0e30fdacd258c489dc619f566213cce8bba9
MD5 9e74f63d2e55880f972f2dee383be02d
BLAKE2b-256 3c2dcefc46a2760d1086d02d7e7f50aac74d0091ac39bf25b1d8c2b4cfbf20ec

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp310-cp310-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp310-cp310-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 877552ff04800be4a53604bfee95b4078d10fcc072d54b9ea8dcd159c692742c
MD5 0c38a5de44d33fbadcb28724b4f3f82d
BLAKE2b-256 bd876a11dd43e9fdc5ad285a966c9afa7ac92d7fea20371896ff4a3feb159d79

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-cp310-cp310-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 15.1 MB
  • Tags: CPython 3.10, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 65808b0a9998150416ee0b5781fdff456faea247e24d505f606aea2acaf21374
MD5 247a8eb5f416f40621a36b907f00fbbf
BLAKE2b-256 0ffc85abcabdcf6775277511af66bb90ab6e46e74c2245cbbd686333d52e0e8f

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 16.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2c358b5732666043683445e88405d58232d5bb0977d24ec55e02a315b33fecbc
MD5 450a58a0ecf797c1723d8ef599d59533
BLAKE2b-256 74208d220c349a1a7d35b7dae92b3b32935a8c7a0d2a4246c7f59438f7fce0f5

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-cp39-cp39-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 33.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 292974916c6908e62bb0eb864c1c5679aa5c827209a200b5658aa4b4468c19a0
MD5 e55d7cb636e992f2acb5de0f8338635e
BLAKE2b-256 50445d5d2ff4c8668d4a532366c7d571cfe1f6aa8b1bef838e51d3dff3671313

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mysql_connector_python-9.2.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a96bed643e901e91c05f421a37844939f5e2f65cc54a406ec5d95e704bda068
MD5 00b289ef4ebec31af599d569276b254f
BLAKE2b-256 bb389d1d23fabf0a36ceb107268ada250b534f33eb93fc980b6e3dde0f957bfe

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp39-cp39-macosx_14_0_x86_64.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-cp39-cp39-macosx_14_0_x86_64.whl
  • Upload date:
  • Size: 16.0 MB
  • Tags: CPython 3.9, macOS 14.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-cp39-cp39-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 86c3217849857113912e8fc628e13182f00955ed1257cb7bfdc3d5ac3c5ff371
MD5 b0fdb752e19cf07509aa32d0c5d7cba0
BLAKE2b-256 1a2cbd132fb76300f84893fa7973c0c6c92c378803df7387355feb4ceb59a59d

See more details on using hashes here.

File details

Details for the file mysql_connector_python-9.2.0-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

  • Download URL: mysql_connector_python-9.2.0-cp39-cp39-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 15.1 MB
  • Tags: CPython 3.9, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.8

File hashes

Hashes for mysql_connector_python-9.2.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0aee4e3a053672ded2134eda6fff3bc64796df88c9a9e5cab130b576830e14a8
MD5 71e4ec5cce8f92076f1d72420256c751
BLAKE2b-256 5266f43d868b32bf8320e50c91320f514240232ce424ac2dd03eae92fbb5f083

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page