PyPI project
mysql-connector-python
100+ indexed releases ยท newest sdist 9.5.0 with 192 indexed members
Files in 9.5.0 mysql_connector_python-9.5.0.tar.gz
- cpydist/__init__.py
- cpydist/bdist.py
- cpydist/bdist_wheel.py
- cpydist/sdist.py
- cpydist/utils.py
- examples/__init__.py
- examples/dates.py
- examples/engines.py
- examples/inserts.py
- examples/microseconds.py
- examples/multi_resultsets.py
- examples/mysql_warnings.py
- examples/prepared_statements.py
- examples/transaction.py
- examples/unicode.py
- examples/warnings.py
- lib/__init__.py
- lib/mysql/__init__.py
- lib/mysql/ai/__init__.py
- lib/mysql/ai/genai/__init__.py
- lib/mysql/ai/genai/embedding.py
- lib/mysql/ai/genai/generation.py
- lib/mysql/ai/genai/vector_store.py
- lib/mysql/ai/ml/__init__.py
- lib/mysql/ai/ml/base.py
- lib/mysql/ai/ml/classifier.py
- lib/mysql/ai/ml/model.py
- lib/mysql/ai/ml/outlier.py
- lib/mysql/ai/ml/regressor.py
- lib/mysql/ai/ml/transformer.py
- lib/mysql/ai/utils/__init__.py
- lib/mysql/ai/utils/atomic_cursor.py
- lib/mysql/ai/utils/dependencies.py
- lib/mysql/ai/utils/utils.py
- lib/mysql/connector/__init__.py
- lib/mysql/connector/_decorating.py
- lib/mysql/connector/_scripting.py
- lib/mysql/connector/abstracts.py
- lib/mysql/connector/aio/__init__.py
- lib/mysql/connector/aio/_decorating.py
- lib/mysql/connector/aio/abstracts.py
- lib/mysql/connector/aio/authentication.py
- lib/mysql/connector/aio/charsets.py
- lib/mysql/connector/aio/connection.py
- lib/mysql/connector/aio/cursor.py
- lib/mysql/connector/aio/logger.py
- lib/mysql/connector/aio/network.py
- lib/mysql/connector/aio/plugins/__init__.py
- lib/mysql/connector/aio/plugins/authentication_kerberos_client.py
- lib/mysql/connector/aio/plugins/authentication_ldap_sasl_client.py
- lib/mysql/connector/aio/plugins/authentication_oci_client.py
- lib/mysql/connector/aio/plugins/authentication_openid_connect_client.py
- lib/mysql/connector/aio/plugins/authentication_webauthn_client.py
- lib/mysql/connector/aio/plugins/caching_sha2_password.py
- lib/mysql/connector/aio/plugins/mysql_clear_password.py
- lib/mysql/connector/aio/plugins/mysql_native_password.py
- lib/mysql/connector/aio/plugins/sha256_password.py
- lib/mysql/connector/aio/pooling.py
- lib/mysql/connector/aio/protocol.py
- lib/mysql/connector/aio/utils.py
- lib/mysql/connector/authentication.py
- lib/mysql/connector/charsets.py
- lib/mysql/connector/connection.py
- lib/mysql/connector/connection_cext.py
- lib/mysql/connector/constants.py
- lib/mysql/connector/conversion.py
- lib/mysql/connector/cursor.py
- lib/mysql/connector/cursor_cext.py
- lib/mysql/connector/custom_types.py
- lib/mysql/connector/dbapi.py
- lib/mysql/connector/django/__init__.py
- lib/mysql/connector/django/base.py
- lib/mysql/connector/django/client.py
- lib/mysql/connector/django/compiler.py
- lib/mysql/connector/django/creation.py
- lib/mysql/connector/django/features.py
- lib/mysql/connector/django/introspection.py
- lib/mysql/connector/django/operations.py
- lib/mysql/connector/django/schema.py
- lib/mysql/connector/django/validation.py
- lib/mysql/connector/errorcode.py
- lib/mysql/connector/errors.py
- lib/mysql/connector/locales/__init__.py
- lib/mysql/connector/locales/eng/__init__.py
- lib/mysql/connector/locales/eng/client_error.py
- lib/mysql/connector/logger.py
- lib/mysql/connector/network.py
- lib/mysql/connector/opentelemetry/__init__.py
- lib/mysql/connector/opentelemetry/constants.py
- lib/mysql/connector/opentelemetry/context_propagation.py
- lib/mysql/connector/opentelemetry/instrumentation.py
- lib/mysql/connector/optionfiles.py
- lib/mysql/connector/plugins/__init__.py
- lib/mysql/connector/plugins/authentication_kerberos_client.py
- lib/mysql/connector/plugins/authentication_ldap_sasl_client.py
- lib/mysql/connector/plugins/authentication_oci_client.py
- lib/mysql/connector/plugins/authentication_openid_connect_client.py
- lib/mysql/connector/plugins/authentication_webauthn_client.py
- lib/mysql/connector/plugins/caching_sha2_password.py
- lib/mysql/connector/plugins/mysql_clear_password.py
- lib/mysql/connector/plugins/mysql_native_password.py
- lib/mysql/connector/plugins/sha256_password.py
- lib/mysql/connector/pooling.py
- lib/mysql/connector/protocol.py
- lib/mysql/connector/tls_ciphers.py
- lib/mysql/connector/types.py
- lib/mysql/connector/utils.py
- lib/mysql/connector/version.py
- setup.py
- tests/__init__.py
- tests/ai/__init__.py
- tests/ai/constants.py
- tests/ai/genai/__init__.py
- tests/ai/genai/test_embedding.py
- tests/ai/genai/test_generation.py
- tests/ai/genai/test_vector_store.py
- tests/ai/ml/__init__.py
- tests/ai/ml/test_base.py
- tests/ai/ml/test_classifier.py
- tests/ai/ml/test_model.py
- tests/ai/ml/test_outlier.py
- tests/ai/ml/test_regressor.py
- tests/ai/ml/test_transformer.py
- tests/ai/utilities.py
- tests/ai/utils/__init__.py
- tests/ai/utils/test_atomic_cursor.py
- tests/ai/utils/test_check_dependencies.py
- tests/ai/utils/test_utils.py
- tests/cext/__init__.py
- tests/cext/test_cext_api.py
- tests/cext/test_cext_connection.py
- tests/cext/test_cext_cursor.py
- tests/issues/__init__.py
- tests/issues/test_bug21449207.py
- tests/issues/test_bug21449996.py
- tests/issues/test_bug21879859.py
- tests/issues/test_bug21879914.py
- tests/issues/test_bug22545879.py
- tests/mysqld.py
- tests/otel/__init__.py
- tests/otel/collector.py
- tests/otel/context_propagation/concurrency_check.py
- tests/otel/context_propagation/sanity_check.py
- tests/otel/test_instrumentation.py
- tests/qa/__init__.py
- tests/qa/test_qa_aio_connection_api.py
- tests/qa/test_qa_aio_timeout.py
- tests/qa/test_qa_bug16217743.py
- tests/qa/test_qa_caching_sha2_password.py
- tests/qa/test_qa_ciphers.py
- tests/qa/test_qa_connection_api.py
- tests/qa/test_qa_local_infile.py
- tests/qa/test_qa_multi_statement.py
- tests/qa/test_qa_timeout.py
- tests/qa/test_qa_vector_type.py
- tests/qa/test_qa_wl16752.py
- tests/qa/test_qa_wl3253.py
- tests/qa/test_qa_wl411.py
- tests/qa/test_qa_wl6080.py
- tests/qa/test_qa_wl6148.py
- tests/qa/test_qa_wl6149.py
- tests/qa/test_qa_wl6351.py
- tests/qa/test_qa_wl6455.py
- tests/qa/test_qa_wl6573.py
- tests/qa/test_qa_wl7228.py
- tests/qa/test_qa_wl7292.py
- tests/qa/test_qa_wl7542.py
- tests/test_abstracts.py
- tests/test_aio_authentication.py
- tests/test_aio_connection.py
- tests/test_aio_cursor.py
- tests/test_aio_pooling.py
- tests/test_authentication.py
- tests/test_bugs.py
- tests/test_connection.py
- tests/test_constants.py
- tests/test_conversion.py
- tests/test_cursor.py
- tests/test_data_integrity.py
- tests/test_django.py
- tests/test_errorcode.py
- tests/test_errors.py
- tests/test_examples.py
- tests/test_locales.py
- tests/test_mysql_datatypes.py
- tests/test_network.py
- tests/test_optionfiles.py
- tests/test_pep249.py
- tests/test_pooling.py
- tests/test_protocol.py
- tests/test_utils.py
- unittests.py
Indexed releases
- 26.7.0
mysql_connector_python-26.7.0-py2.py3-none-any.whl91 members - 26.7.0
mysql_connector_python-26.7.0-cp314-cp314-manylinux_2_28_x86_64.whl91 members - 26.7.0
mysql_connector_python-26.7.0-cp314-cp314-macosx_14_0_x86_64.whl91 members - 26.7.0
mysql_connector_python-26.7.0-cp313-cp313-win_amd64.whl91 members - 26.7.0
mysql_connector_python-26.7.0-cp313-cp313-manylinux_2_28_aarch64.whl91 members - 26.7.0
mysql_connector_python-26.7.0-cp313-cp313-macosx_14_0_arm64.whl91 members - 26.7.0
mysql_connector_python-26.7.0-cp312-cp312-manylinux_2_28_aarch64.whl91 members - 26.7.0
mysql_connector_python-26.7.0-cp312-cp312-macosx_14_0_arm64.whl91 members - 26.7.0
mysql_connector_python-26.7.0-cp311-cp311-manylinux_2_28_x86_64.whl91 members - 26.7.0
mysql_connector_python-26.7.0-cp311-cp311-macosx_14_0_x86_64.whl91 members - 26.7.0
mysql_connector_python-26.7.0-cp310-cp310-win_amd64.whl91 members - 26.7.0
mysql_connector_python-26.7.0-cp310-cp310-manylinux_2_28_aarch64.whl91 members - 26.7.0
mysql_connector_python-26.7.0-cp310-cp310-macosx_14_0_arm64.whl91 members - 9.7.0
mysql_connector_python-9.7.0-py2.py3-none-any.whl91 members - 9.7.0
mysql_connector_python-9.7.0-cp314-cp314-manylinux_2_28_x86_64.whl91 members - 9.7.0
mysql_connector_python-9.7.0-cp314-cp314-macosx_14_0_x86_64.whl91 members - 9.7.0
mysql_connector_python-9.7.0-cp313-cp313-win_amd64.whl91 members - 9.7.0
mysql_connector_python-9.7.0-cp313-cp313-manylinux_2_28_aarch64.whl91 members - 9.7.0
mysql_connector_python-9.7.0-cp313-cp313-macosx_14_0_arm64.whl91 members - 9.7.0
mysql_connector_python-9.7.0-cp312-cp312-manylinux_2_28_aarch64.whl91 members - 9.7.0
mysql_connector_python-9.7.0-cp312-cp312-macosx_14_0_arm64.whl91 members - 9.7.0
mysql_connector_python-9.7.0-cp311-cp311-manylinux_2_28_x86_64.whl91 members - 9.7.0
mysql_connector_python-9.7.0-cp311-cp311-macosx_14_0_x86_64.whl91 members - 9.7.0
mysql_connector_python-9.7.0-cp310-cp310-win_amd64.whl91 members - 9.7.0
mysql_connector_python-9.7.0-cp310-cp310-manylinux_2_28_aarch64.whl91 members - 9.7.0
mysql_connector_python-9.7.0-cp310-cp310-macosx_14_0_arm64.whl91 members - 9.6.0
mysql_connector_python-9.6.0-py2.py3-none-any.whl91 members - 9.6.0
mysql_connector_python-9.6.0-cp314-cp314-manylinux_2_28_x86_64.whl91 members - 9.6.0
mysql_connector_python-9.6.0-cp314-cp314-macosx_14_0_x86_64.whl91 members - 9.6.0
mysql_connector_python-9.6.0-cp313-cp313-win_amd64.whl91 members - 9.6.0
mysql_connector_python-9.6.0-cp313-cp313-manylinux_2_28_aarch64.whl91 members - 9.6.0
mysql_connector_python-9.6.0-cp313-cp313-macosx_14_0_arm64.whl91 members - 9.6.0
mysql_connector_python-9.6.0-cp312-cp312-manylinux_2_28_x86_64.whl91 members - 9.6.0
mysql_connector_python-9.6.0-cp312-cp312-macosx_14_0_x86_64.whl91 members - 9.6.0
mysql_connector_python-9.6.0-cp311-cp311-win_amd64.whl91 members - 9.6.0
mysql_connector_python-9.6.0-cp311-cp311-manylinux_2_28_aarch64.whl91 members - 9.6.0
mysql_connector_python-9.6.0-cp311-cp311-macosx_14_0_arm64.whl91 members - 9.6.0
mysql_connector_python-9.6.0-cp310-cp310-manylinux_2_28_x86_64.whl91 members - 9.6.0
mysql_connector_python-9.6.0-cp310-cp310-macosx_14_0_x86_64.whl91 members - 9.5.0
mysql_connector_python-9.5.0.tar.gz192 members - 9.5.0
mysql_connector_python-9.5.0-cp314-cp314-win_amd64.whl91 members - 9.5.0
mysql_connector_python-9.5.0-cp314-cp314-manylinux_2_28_aarch64.whl91 members - 9.5.0
mysql_connector_python-9.5.0-cp314-cp314-macosx_14_0_arm64.whl91 members - 9.5.0
mysql_connector_python-9.5.0-cp313-cp313-manylinux_2_28_x86_64.whl91 members - 9.5.0
mysql_connector_python-9.5.0-cp313-cp313-macosx_14_0_x86_64.whl91 members - 9.5.0
mysql_connector_python-9.5.0-cp312-cp312-win_amd64.whl91 members - 9.5.0
mysql_connector_python-9.5.0-cp312-cp312-manylinux_2_28_aarch64.whl91 members - 9.5.0
mysql_connector_python-9.5.0-cp312-cp312-macosx_14_0_arm64.whl91 members - 9.5.0
mysql_connector_python-9.5.0-cp311-cp311-manylinux_2_28_x86_64.whl91 members - 9.5.0
mysql_connector_python-9.5.0-cp311-cp311-macosx_14_0_x86_64.whl91 members - 9.5.0
mysql_connector_python-9.5.0-cp310-cp310-win_amd64.whl91 members - 9.5.0
mysql_connector_python-9.5.0-cp310-cp310-manylinux_2_28_aarch64.whl91 members - 9.5.0
mysql_connector_python-9.5.0-cp310-cp310-macosx_14_0_arm64.whl91 members - 9.4.0
mysql_connector_python-9.4.0-py2.py3-none-any.whl75 members - 9.4.0
mysql_connector_python-9.4.0-cp39-cp39-manylinux_2_28_x86_64.whl75 members - 9.4.0
mysql_connector_python-9.4.0-cp39-cp39-macosx_14_0_x86_64.whl75 members - 9.4.0
mysql_connector_python-9.4.0-cp313-cp313-win_amd64.whl75 members - 9.4.0
mysql_connector_python-9.4.0-cp313-cp313-manylinux_2_28_aarch64.whl75 members - 9.4.0
mysql_connector_python-9.4.0-cp313-cp313-macosx_14_0_arm64.whl75 members - 9.4.0
mysql_connector_python-9.4.0-cp312-cp312-manylinux_2_28_x86_64.whl75 members - 9.4.0
mysql_connector_python-9.4.0-cp312-cp312-macosx_14_0_x86_64.whl75 members - 9.4.0
mysql_connector_python-9.4.0-cp311-cp311-win_amd64.whl75 members - 9.4.0
mysql_connector_python-9.4.0-cp311-cp311-manylinux_2_28_aarch64.whl75 members - 9.4.0
mysql_connector_python-9.4.0-cp311-cp311-macosx_14_0_arm64.whl75 members - 9.4.0
mysql_connector_python-9.4.0-cp310-cp310-manylinux_2_28_x86_64.whl75 members - 9.4.0
mysql_connector_python-9.4.0-cp310-cp310-macosx_14_0_x86_64.whl75 members - 9.3.0
mysql_connector_python-9.3.0-py2.py3-none-any.whl74 members - 9.3.0
mysql_connector_python-9.3.0-cp39-cp39-manylinux_2_28_x86_64.whl74 members - 9.3.0
mysql_connector_python-9.3.0-cp39-cp39-macosx_14_0_x86_64.whl74 members - 9.3.0
mysql_connector_python-9.3.0-cp313-cp313-win_amd64.whl74 members - 9.3.0
mysql_connector_python-9.3.0-cp313-cp313-manylinux_2_28_aarch64.whl74 members - 9.3.0
mysql_connector_python-9.3.0-cp313-cp313-macosx_14_0_arm64.whl74 members - 9.3.0
mysql_connector_python-9.3.0-cp312-cp312-manylinux_2_28_x86_64.whl74 members - 9.3.0
mysql_connector_python-9.3.0-cp312-cp312-macosx_14_0_x86_64.whl74 members - 9.3.0
mysql_connector_python-9.3.0-cp311-cp311-win_amd64.whl74 members - 9.3.0
mysql_connector_python-9.3.0-cp311-cp311-manylinux_2_28_aarch64.whl74 members - 9.3.0
mysql_connector_python-9.3.0-cp311-cp311-macosx_14_0_arm64.whl74 members - 9.3.0
mysql_connector_python-9.3.0-cp310-cp310-manylinux_2_28_x86_64.whl74 members - 9.3.0
mysql_connector_python-9.3.0-cp310-cp310-macosx_14_0_x86_64.whl74 members - 9.3.0
mysql-connector-python-9.3.0.tar.gz88 members - 9.2.0
mysql_connector_python-9.2.0-cp39-cp39-win_amd64.whl74 members - 9.2.0
mysql_connector_python-9.2.0-cp39-cp39-manylinux_2_28_aarch64.whl74 members - 9.2.0
mysql_connector_python-9.2.0-cp39-cp39-macosx_14_0_arm64.whl74 members - 9.2.0
mysql_connector_python-9.2.0-cp313-cp313-manylinux_2_28_x86_64.whl74 members - 9.2.0
mysql_connector_python-9.2.0-cp313-cp313-macosx_14_0_x86_64.whl74 members - 9.2.0
mysql_connector_python-9.2.0-cp312-cp312-win_amd64.whl74 members - 9.2.0
mysql_connector_python-9.2.0-cp312-cp312-manylinux_2_28_aarch64.whl74 members - 9.2.0
mysql_connector_python-9.2.0-cp312-cp312-macosx_14_0_arm64.whl74 members - 9.2.0
mysql_connector_python-9.2.0-cp311-cp311-manylinux_2_28_x86_64.whl74 members - 9.2.0
mysql_connector_python-9.2.0-cp311-cp311-macosx_14_0_x86_64.whl74 members - 9.2.0
mysql_connector_python-9.2.0-cp310-cp310-win_amd64.whl74 members - 9.2.0
mysql_connector_python-9.2.0-cp310-cp310-manylinux_2_28_aarch64.whl74 members - 9.2.0
mysql_connector_python-9.2.0-cp310-cp310-macosx_14_0_arm64.whl74 members - 9.1.0
mysql_connector_python-9.1.0-cp39-cp39-win_amd64.whl71 members - 9.1.0
mysql_connector_python-9.1.0-cp39-cp39-manylinux_2_28_aarch64.whl71 members - 9.1.0
mysql_connector_python-9.1.0-cp39-cp39-macosx_13_0_arm64.whl71 members - 9.1.0
mysql_connector_python-9.1.0-cp313-cp313-manylinux_2_28_x86_64.whl71 members - 9.1.0
mysql_connector_python-9.1.0-cp313-cp313-macosx_13_0_x86_64.whl71 members - 9.1.0
mysql_connector_python-9.1.0-cp312-cp312-win_amd64.whl71 members - 9.1.0
mysql_connector_python-9.1.0-cp312-cp312-manylinux_2_28_aarch64.whl71 members
and more releases past the first 100