skillfed

mypy-boto3-migrationhuborchestrator

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

mypy-boto3-migrationhuborchestrator v1.43.0 243.1K downloads/30d#8,823 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library generated with mypy-boto3-builder 8.12.0 for the MigrationHubOrchestrator AWS service compatible with boto3 1.43.0. It provides complete type annotations for client methods, paginators, waiters, and service resources, enabling IDEs and type checkers to offer code completion and catch type errors at development time.

The stubs work with VSCode, PyCharm, Emacs, Sublime Text, mypy, and pyright. Installation is straightforward—either as a standalone package or as part of boto3-stubs with the migrationhuborchestrator extra. The package has no production dependencies beyond typing-extensions and is designed to be development-only, often guarded behind TYPE_CHECKING blocks to avoid adding runtime overhead.

Use it for:

  • Enable IDE autocomplete and type hints when writing boto3 code for MigrationHubOrchestrator in VSCode or PyCharm
  • Catch type errors in boto3 calls before runtime using mypy or pyright in CI/CD pipelines
  • Provide explicit type annotations for client, paginator, and waiter objects without manual documentation lookup
  • Improve code maintainability by making boto3 API contracts visible to static analysis tools

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 MigrationHubOrchestrator service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3 with MigrationHubOrchestrator. The package is actively maintained, has no security vulnerabilities, installs with minimal friction, and is licensed permissively. It is most valuable in projects where static type checking is already in use or planned. If you do not use type checking, it adds no practical benefit.

Install

mypy-boto3-migrationhuborchestrator on PyPI

pip

pip install mypy-boto3-migrationhuborchestrator

uv

uv add mypy-boto3-migrationhuborchestrator

poetry

poetry add mypy-boto3-migrationhuborchestrator

Installing mypy-boto3-migrationhuborchestrator

Before you install

Low install friction with a single runtime dependency (typing-extensions). Actively maintained with no known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.

Quickstart

python -m pip install mypy-boto3-migrationhuborchestrator

from boto3.session import Session
from mypy_boto3_migrationhuborchestrator import MigrationHubOrchestratorClient

client: MigrationHubOrchestratorClient = Session().client("migrationhuborchestrator")

Verify before relying

  • Whether generated type stubs remain synchronized with boto3 across future releases
  • Performance impact of full stubs versus boto3-stubs-lite variant in PyCharm environments

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,130/month — #8,823 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_migrationhuborchestrator-1.43.0-py3-none-any.whl

Keywords: boto3, migrationhuborchestrator, 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 stubsaws migration hub orchestrator typesmypy boto3 annotationside autocomplete boto3static type checking aws sdk
type-stubsaws-sdkstatic-analysis

More Software Development packages