$npx skillfedfor your agent

Packages starting with 'M'

1,105 packages · page 28 of 28

Packages

mypy-boto3-workdocs Worth it
PyPI · Software Development · released Jun 2026

Provides type annotations and IDE autocompletion support for boto3's WorkDocs service, enabling type checking with mypy, pyright, and other tools.

MITpure Python · 3.9+
251.8Kdownloads / mo
mypy-boto3-workmail Worth it
PyPI · Software Development · released Apr 2026

Provides type annotations and IDE autocompletion support for boto3's WorkMail service, enabling static type checking with mypy, pyright, and other tools.

MITpure Python · 3.9+
251.6Kdownloads / mo
mypy-boto3-workmailmessageflow With conditions
PyPI · Software Development · released Apr 2026

Provides type stubs and annotations for boto3's WorkMailMessageFlow service, enabling static type checking and IDE autocomplete for AWS WorkMail message flow operations.

MITpure Python · 3.9+
251.1Kdownloads / mo
mypy-boto3-workspaces Worth it
PyPI · Software Development · released Aug 2026

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.

MITpure Python · 3.9+
281.0Kdownloads / mo
mypy-boto3-workspaces-instances With conditions
PyPI · Software Development · released Jul 2026

Provides type annotations and IDE autocompletion for boto3's WorkspacesInstances service, enabling static type checking with mypy, pyright, and other tools.

MITpure Python · 3.9+
236.3Kdownloads / mo
mypy-boto3-workspaces-thin-client Worth it
PyPI · Software Development · released Apr 2026

Provides type annotations and IDE autocompletion for boto3's WorkSpacesThinClient service, enabling static type checking with mypy, pyright, and other tools.

MITpure Python · 3.9+
243.2Kdownloads / mo
mypy-boto3-workspaces-web With conditions
PyPI · Software Development · released Apr 2026

Provides type annotations and IDE autocompletion for boto3's WorkSpacesWeb service, enabling static type checking in mypy, pyright, and other tools.

MITpure Python · 3.9+
245.4Kdownloads / mo
mypy-boto3-xray With conditions
PyPI · Software Development · released Apr 2026

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.

MITpure Python · 3.9+
1.9Mdownloads / mo
mypy-extensions With conditions
PyPI · Software Development · released Apr 2025

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.

license unclearpure Python · 3.8+aging
317.0Mdownloads / mo
mypy-gitlab-code-quality With conditions
PyPI · Quality Assurance · released Mar 2025

Converts mypy type-checking output into GitLab Code Quality report format for merge request integration.

MITpure Python · 3.9+aging
409.4Kdownloads / mo
mypy-protobuf Worth it
PyPI · Build Tools · released Apr 2026

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.

permissive licensepure Python · 3.8+
9.4Mdownloads / mo
mypy-strict-kwargs With conditions
PyPI · Quality Assurance · released Jul 2026

A mypy plugin that enforces keyword-argument-only calls to functions, rejecting positional and mixed argument styles during type checking.

MITpure Python · 3.11+
150.7Kdownloads / mo
mypy-zope With conditions
PyPI · Software Development · released Jul 2026

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.

MITpure Python
132.5Kdownloads / mo
myPyllant With conditions
PyPI · WWW/HTTP · released Jul 2026

A Python library for interacting with the myVAILLANT app API to control and monitor Vaillant heating systems and their branded variants.

MITpure Python · 3.10+
125.1Kdownloads / mo
myskoda With conditions
PyPI · WWW/HTTP · released Jul 2026

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.

license unclearpure Python · 3.13.0+
130.1Kdownloads / mo
mysql Skip
PyPI · Database · released May 2021

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.

permissive licensepure Pythonabandoned
232.5Kdownloads / mo
mysql-connector Skip
PyPI · Software Development · released Apr 2019

MySQL driver written in Python that enables database connections and queries to MySQL servers.

copyleftbuilds from sourceabandoned
1.4Mdownloads / mo
mysql-connector-python Worth it
PyPI · Software Development · released Jul 2026

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.

copyleftpure Python · 3.10+
49.6Mdownloads / mo
mysql-connector-python-rf Skip
PyPI · Software Development · released Feb 2017

A pure-Python MySQL driver that implements the DB API v2.0 specification without requiring MySQL C client libraries.

copyleftbuilds from sourceabandoned
167.2Kdownloads / mo
MySQL-python Skip
PyPI · Database · released Jan 2014

MySQL-python provides a Python 2 interface to MySQL databases, implementing the Python Database API specification for executing queries and managing connections.

copyleftbuilds from sourceabandoned
148.4Kdownloads / mo
mysql-replication Worth it
PyPI · Database · released Aug 2026

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.

permissive licensepure Python
453.6Kdownloads / mo
mysqlclient With conditions
PyPI · Database · released Feb 2026

mysqlclient provides a Python interface to MySQL and MariaDB databases, enabling direct database connections and query execution from Python code.

GPL-2.0-or-latercompiled wheel · 3.10+
21.6Mdownloads / mo
myst-nb With conditions
PyPI · Python Modules · released Mar 2026

Sphinx extension that parses and converts Jupyter Notebooks (.ipynb files) directly into Sphinx documentation, built on the MyST markdown parser.

license unclearpure Python · 3.10+
1.1Mdownloads / mo
myst-parser Worth it
PyPI · Python Modules · released May 2026

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.

MITpure Python · 3.11+
8.3Mdownloads / mo
mythril With conditions
PyPI · Disassemblers · released Mar 2024

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.

MITbuilds from source · 3.7.0+
81.4Kdownloads / mo