mypy-boto3-m2
Type annotations for boto3 MainframeModernization 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type information to boto3's MainframeModernization (m2) service. It generates precise type hints for the service client, paginators, and type definitions, enabling IDEs and type checkers to catch errors at development time rather than runtime. The stubs are generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and work with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type hints.
You install it alongside boto3 and then use boto3 normally—the type annotations are picked up automatically by your IDE or type checker, providing autocomplete suggestions and flagging type mismatches. It has only one runtime dependency (typing-extensions) and is designed to be lightweight. The package supports Python 3.9 through 3.14 and is marked as Production/Stable.
Use it for:
- Add IDE autocomplete and type checking to boto3 MainframeModernization code without writing manual type annotations.
- Catch type errors in AWS SDK calls during development using mypy or pyright before deployment.
- Enable PyCharm or VSCode to suggest correct method signatures and parameter types for m2 service operations.
- Document boto3 MainframeModernization API contracts in your codebase through inferred types.
- Use boto3 code with TYPE_CHECKING guards to keep type stubs out of production dependencies.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for boto3's MainframeModernization service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3's MainframeModernization service and want type safety. Installation is frictionless, maintenance is active, the license is permissive, and there are no known vulnerabilities. The only caveat is PyCharm users may experience performance issues with the full stubs (the docs recommend boto3-stubs-lite as a workaround), but VSCode, mypy, and pyright users should see immediate value.
Install
mypy-boto3-m2 on PyPI
pip
pip install mypy-boto3-m2uv
uv add mypy-boto3-m2poetry
poetry add mypy-boto3-m2Installing mypy-boto3-m2
Before you install
Low friction installation as a pure-Python wheel with minimal dependencies. Actively maintained with recent commits; part of the established mypy-boto3-builder ecosystem.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.
Quickstart
# Install
python -m pip install 'boto3-stubs[m2]'
# Use in code
from boto3.session import Session
from mypy_boto3_m2 import MainframeModernizationClient
client: MainframeModernizationClient = Session().client("m2")
# Now mypy and IDE provide type checking and autocomplete
Requires Python 3.9 or later; boto3 must be installed separately as a runtime dependency.
Verify before relying
- Whether PyCharm performance issues mentioned in docs (issue PY-40997) have been resolved since the stubs were generated.
- Exact coverage of MainframeModernization API operations and whether all service methods are fully annotated.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 243,285/month — #8,811 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_m2-1.43.0-py3-none-any.whl
Keywords: boto3, m2, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-appmeshProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-mpaProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-codeartifactProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-fsxProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-mghProvides type annotations and IDE…
permissive · top 15,000 on PyPI