--- id: mypy-boto3-migrationhub-config version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-migrationhub-config — Type annotations for boto3 MigrationHubConfig 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 250.6K/mo ## What it is and what it does This package is a type-stub library that adds static type information for boto3's MigrationHubConfig service. It is generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. When installed, it enables IDE code completion and type checking without requiring explicit type annotations in your code—you write boto3 code normally, and the stubs provide the type information behind the scenes. The package is a stub-only library (no runtime code), so it adds no overhead to production deployments. It supports Python 3.9 through 3.14 and is designed to be used either as a standalone installation or as part of the boto3-stubs metapackage. The documentation notes that PyCharm users may experience performance issues with the full stubs due to Literal overloads and recommends using the boto3-stubs-lite variant as an alternative. Use it for: - Enable IDE autocomplete and type hints when writing boto3 MigrationHubConfig client code in VSCode or PyCharm. - Run mypy or pyright static type checking on boto3 MigrationHubConfig calls to catch type errors before runtime. - Provide explicit type annotations for MigrationHubConfigClient in codebases that use TYPE_CHECKING guards. - Support LSP-based editors (Emacs, Sublime Text) with boto3 type information via pyright or mypy integration. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's MigrationHubConfig service, enabling static type checking with mypy, pyright, and other tools. Yes—install if you use boto3 MigrationHubConfig and want IDE type support or static type checking. Low friction (one lightweight dependency), actively maintained, MIT-licensed, and no known vulnerabilities. Skip only if you prefer runtime-only boto3 without type annotations or if PyCharm performance is a concern (use boto3-stubs-lite instead). ## Install pip install mypy-boto3-migrationhub-config uv add mypy-boto3-migrationhub-config poetry add mypy-boto3-migrationhub-config ## Installing mypy-boto3-migrationhub-config Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with stable production status. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal attribution requirements. Quickstart: # Install with pip python -m pip install mypy-boto3-migrationhub-config # Use in code from boto3.session import Session from mypy_boto3_migrationhub_config import MigrationHubConfigClient client: MigrationHubConfigClient = Session().client("migrationhub-config") Requires boto3 1.43.0 to be installed separately; type checking requires mypy, pyright, or compatible IDE. Verify before relying: - Whether boto3 is automatically installed as a dependency or must be installed separately. - Performance impact in PyCharm compared to boto3-stubs-lite variant mentioned in documentation. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 250.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, migrationhub config type annotations, boto3 migrationhub typing, mypy boto3 stubs, aws sdk type hints, boto3 ide autocomplete, python aws type checking, type-stubs, boto3-aws, type-checking [View on SkillFed](https://skillfed.io/packages/mypy-boto3-migrationhub-config) · [View on PyPI](https://pypi.org/project/mypy-boto3-migrationhub-config/)