skillfed

mypy-boto3-m2

Type annotations for boto3 MainframeModernization 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-m2 v1.43.0 243.3K downloads/30d#8,811 on PyPI670
Permissive license MIT Active released

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-m2

uv

uv add mypy-boto3-m2

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubs mainframe modernizationmypy annotations aws m2 serviceboto3 mainframemodernization type hintside autocomplete boto3 m2static type checking aws sdkpyright boto3 service stubsboto3-stubs m2 type annotations
type-stubsaws-sdkboto3

More Software Development packages