skillfed

mypy-boto3-launch-wizard

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

mypy-boto3-launch-wizard v1.43.0 243.5K downloads/30d#8,791 on PyPI670
Permissive license MIT Active released

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

uv

uv add mypy-boto3-launch-wizard

poetry

poetry add mypy-boto3-launch-wizard

Installing 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

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 launch wizardmypy boto3 annotationsaws launch wizard typingboto3 ide autocompletepython aws type hintsboto3 static type checkinglaunch wizard client types
type-stubsaws-sdkboto3

More Software Development packages