{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/3"}],"enrichment":{"capability":"Provides type annotations for the mysqlclient MySQL database driver, enabling static type checking of code that uses mysqlclient.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or pyright to type-check code that imports and uses mysqlclient.","Catch type mismatches in database connection parameters and query results before runtime.","Provide IDE autocomplete and type hints when working with mysqlclient in an editor.","Enforce type safety in a CI/CD pipeline that runs static type checking on Python projects using MySQL."],"what_it_does":"types-mysqlclient is a type stub package that supplies type annotations for the mysqlclient MySQL driver. It allows Python type checkers like mypy and pyright to understand the types and signatures of mysqlclient's API, catching type errors in your code before runtime. The stubs are maintained as part of the typeshed project and are tested against current versions of popular type checkers.\n\nThis package does not provide mysqlclient itself\u2014you must install mysqlclient separately to actually connect to MySQL databases. The stubs are purely informational for static analysis tools. They target mysqlclient 2.2.* and require Python 3.10 or later.","worth_installing":"Yes, if you use mysqlclient and run static type checking. It has no runtime cost, low install friction, and is actively maintained. Install it alongside mysqlclient in development and CI environments to catch type errors early. Not necessary if you don't use type checkers."},"id":"types-mysqlclient","links":{"html":"https://skillfed.io/packages/types-mysqlclient","md":"https://skillfed.io/packages/types-mysqlclient.md","pypi":"https://pypi.org/project/types-mysqlclient/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-08","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-mysqlclient","python_support":"supports_current","summary":"Typing stubs for mysqlclient"},"popularity":{"monthly_downloads":287769,"position":8027,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.2.0.20260508"}
