{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database"}],"enrichment":{"capability":"Provides type stubs for PyMySQL to enable static type checking of code using the PyMySQL database driver.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or pyright to type-check code that imports and uses PyMySQL without false positives.","Get IDE autocomplete and inline type hints when writing PyMySQL database queries and connection code.","Validate function signatures and return types in a codebase that depends on PyMySQL before deployment."],"what_it_does":"types-PyMySQL is a type stub package that provides type annotations for the PyMySQL database driver. It allows static type checkers like mypy, pyright, and ty to understand and validate code that uses PyMySQL, catching type errors before runtime. The package is maintained as part of the typeshed project and aims to cover PyMySQL version 1.2.*.\n\nType stubs are metadata-only packages with no runtime code\u2014they exist purely to inform type checkers about the shape and types of an external library's API. Installing this package does not change how PyMySQL behaves; it only improves the development experience by enabling IDE autocomplete and static analysis of PyMySQL usage.","worth_installing":"Yes, if you use PyMySQL and want static type checking. It has no runtime cost, is actively maintained, carries no security vulnerabilities, and is licensed permissively. Install it alongside PyMySQL in your development environment or type-checking pipeline."},"id":"types-pymysql","links":{"html":"https://skillfed.io/packages/types-pymysql","md":"https://skillfed.io/packages/types-pymysql.md","pypi":"https://pypi.org/project/types-pymysql/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-07","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-PyMySQL","python_support":"supports_current","summary":"Typing stubs for PyMySQL"},"popularity":{"monthly_downloads":13403278,"position":1283,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.2.0.20260807"}
