--- id: mypy-boto3-m2 version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-m2 — Type annotations for boto3 MainframeModernization 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.3K/mo ## 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 above — 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 pip install mypy-boto3-m2 uv add mypy-boto3-m2 poetry add mypy-boto3-m2 ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 243.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs mainframe modernization, mypy annotations aws m2 service, boto3 mainframemodernization type hints, ide autocomplete boto3 m2, static type checking aws sdk, pyright boto3 service stubs, boto3-stubs m2 type annotations, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-m2) · [View on PyPI](https://pypi.org/project/mypy-boto3-m2/)