Packages
Provides type annotations and IDE autocompletion support for boto3's WorkDocs service, enabling type checking with mypy, pyright, and other tools.
Provides type annotations and IDE autocompletion support for boto3's WorkMail service, enabling static type checking with mypy, pyright, and other tools.
Provides type stubs and annotations for boto3's WorkMailMessageFlow service, enabling static type checking and IDE autocomplete for AWS WorkMail message flow operations.
Provides type annotations and IDE autocompletion for boto3 WorkSpaces 1.43.64, enabling static type checking with mypy, pyright, and editor support in VSCode, PyCharm, Emacs, and Sublime Text.
Install it if you use boto3 WorkSpaces and want IDE autocomplete and static type checking.
Provides type annotations and IDE autocompletion for boto3's WorkspacesInstances service, enabling static type checking with mypy, pyright, and other tools.
Provides type annotations and IDE autocompletion for boto3's WorkSpacesThinClient service, enabling static type checking with mypy, pyright, and other tools.
Provides type annotations and IDE autocompletion for boto3's WorkSpacesWeb service, enabling static type checking in mypy, pyright, and other tools.
Provides type annotations for boto3's XRay service, enabling type checking and IDE autocompletion for XRay API calls in mypy, pyright, VSCode, PyCharm, and other tools.
Provides type system extensions for Python programs checked with mypy, including support for special typing constructs that the mypy type checker and mypyc compiler recognize.
Converts mypy type-checking output into GitLab Code Quality report format for merge request integration.
Generates mypy-compatible stub files (.pyi) from protobuf specifications, enabling static type checking of protobuf-generated Python code.
Install it if you use protobuf in Python and want mypy or pyright to catch type errors in your message handling and gRPC calls.
A mypy plugin that enforces keyword-argument-only calls to functions, rejecting positional and mixed argument styles during type checking.
A mypy plugin that treats zope.interface declarations as types, enabling type checking for zope-based code with interface polymorphism, schema field inference, and adaptation patterns.
A Python library for interacting with the myVAILLANT app API to control and monitor Vaillant heating systems and their branded variants.
MySkoda is an async Python library that connects to the Skoda API to retrieve vehicle data and subscribe to vehicle events. It provides both programmatic and CLI interfaces for interacting with Skoda vehicles.
However, verify the license terms before use, and be aware that it requires Python 3.13.0 or later.
This package is a deprecated virtual wrapper that redirects to mysqlclient for Python 3 (or MySQL-python for Python 2). It provides no MySQL functionality itself—it exists only to route installations to the actual driver.
MySQL driver written in Python that enables database connections and queries to MySQL servers.
MySQL Connector/Python is a PEP 249-compliant database driver that enables Python programs to connect to and query MySQL databases using a standard API.
A pure-Python MySQL driver that implements the DB API v2.0 specification without requiring MySQL C client libraries.
MySQL-python provides a Python 2 interface to MySQL databases, implementing the Python Database API specification for executing queries and managing connections.
Reads MySQL binary logs and streams replication events (inserts, updates, deletes) with their data and raw SQL queries to Python, enabling real-time capture of database changes.
Install it if you need to react to MySQL changes in real time; skip it if your use case does not require streaming binary log events or if you are not using MySQL.
mysqlclient provides a Python interface to MySQL and MariaDB databases, enabling direct database connections and query execution from Python code.
Sphinx extension that parses and converts Jupyter Notebooks (.ipynb files) directly into Sphinx documentation, built on the MyST markdown parser.
MyST-Parser extends CommonMark-compliant Markdown with syntax for technical documentation, integrating with Sphinx to render MyST Markdown files as part of documentation builds.
Install it if you want to author Sphinx docs in Markdown or migrate an existing project away from reStructuredText.
Mythril analyzes EVM bytecode for security vulnerabilities in smart contracts using symbolic execution, SMT solving, and taint analysis.
Install it if you develop or audit Ethereum smart contracts and need bytecode-level security analysis.