--- id: mypy-boto3-mgh version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-mgh — Type annotations for boto3 MigrationHub 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 251.0K/mo ## What it is and what it does This package is a type-stub library generated with mypy-boto3-builder 8.12.0 that adds complete type annotations to boto3's MigrationHub service client. It enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide accurate code completion and type checking for MigrationHub API calls, and works with static type checkers including mypy and pyright. The package is designed as a development-time dependency—you install it in your environment to get IDE support and type checking, but it's not needed at runtime. It provides annotations for the MigrationHubClient, paginators, type definitions, and Literal types that map to actual AWS API parameters. The library supports Python 3.9 through 3.14 and requires only typing-extensions as a runtime dependency. Use it for: - Enable IDE autocompletion and inline documentation when writing boto3 MigrationHub client code in VSCode with Pylance or PyCharm - Catch type errors in MigrationHub API calls using mypy or pyright before deployment - Provide explicit type hints for MigrationHubClient and paginator objects in codebases using type checking - Support Emacs or Sublime Text development with LSP-based type checking for AWS MigrationHub operations ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's AWS MigrationHub service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3 MigrationHub in a typed Python project. It has minimal dependencies, is actively maintained, carries no known vulnerabilities, and is permissively licensed. The only caveat is PyCharm users should be aware of documented performance issues with Literal overloads and may prefer boto3-stubs-lite as an alternative. ## Install pip install mypy-boto3-mgh uv add mypy-boto3-mgh poetry add mypy-boto3-mgh ## Installing mypy-boto3-mgh Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with last commit 2026-06-22 and 670 repository stars, supporting current Python versions. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-mgh from boto3.session import Session from mypy_boto3_mgh import MigrationHubClient client: MigrationHubClient = Session().client("mgh") Requires Python 3.9 or later; boto3 must be installed separately in your environment Verify before relying: - Whether type coverage is complete for all MigrationHub service operations and parameters - Performance impact when used with PyCharm (documentation warns of potential slowness with Literal overloads) ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 251.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws migration hub types, mypy boto3 annotations, ide autocomplete boto3, static type checking aws, boto3 type hints, type-stubs, aws-sdk [View on SkillFed](https://skillfed.io/packages/mypy-boto3-mgh) · [View on PyPI](https://pypi.org/project/mypy-boto3-mgh/)