mypy-boto3-launch-wizard
Type annotations for boto3 LaunchWizard 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds complete type annotations for boto3's LaunchWizard service. It is generated automatically using mypy-boto3-builder and works as a companion to boto3, enabling static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide accurate code completion and catch type errors at development time.
The package contains no runtime logic—it only provides type information. When you import LaunchWizardClient or other types from it, your editor and type checker can understand the shape of boto3 LaunchWizard objects and validate your code before it runs. It is designed to be installed alongside boto3 in your development environment and can be excluded from production dependencies using TYPE_CHECKING guards.
Use it for:
- Enable IDE autocompletion and type hints when writing boto3 LaunchWizard client code in VSCode or PyCharm.
- Catch type errors in LaunchWizard API calls during static analysis with mypy or pyright before deployment.
- Provide explicit type annotations for LaunchWizardClient, paginators, and service resources in team codebases.
- Support LSP-based editors (Emacs, Sublime Text) with accurate type information for boto3 LaunchWizard operations.
- Document the shape and available methods of LaunchWizard service objects through IDE tooltips and inline help.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3's LaunchWizard service, enabling static type checking with mypy, pyright, and editor support.
Yes, if you use boto3's LaunchWizard service and want static type checking and IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The package adds no runtime overhead and can be safely excluded from production via TYPE_CHECKING. Skip it only if you do not use LaunchWizard or prefer untyped boto3 development.
Install
mypy-boto3-launch-wizard on PyPI
pip
pip install mypy-boto3-launch-wizarduv
uv add mypy-boto3-launch-wizardpoetry
poetry add mypy-boto3-launch-wizardInstalling mypy-boto3-launch-wizard
Before you install
Low install friction with a single lightweight runtime dependency (typing-extensions). Package is actively maintained with recent releases and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.
Quickstart
# Install
python -m pip install mypy-boto3-launch-wizard
# Use
from boto3.session import Session
from mypy_boto3_launch_wizard import LaunchWizardClient
client: LaunchWizardClient = Session().client("launch-wizard")
Requires Python 3.9 or later and boto3 to be installed separately.
Verify before relying
- Whether the package works with boto3 versions other than 1.43.0 or if it requires exact version matching.
- Performance impact on PyCharm compared to boto3-stubs-lite, given the documented Literal overload performance issue.
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,543/month — #8,791 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_launch_wizard-1.43.0-py3-none-any.whl
Keywords: boto3, launch-wizard, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-iottwinmakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-snowballProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-s3tablesProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-uxcProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI