--- id: mypy-boto3-launch-wizard version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-launch-wizard — Type annotations for boto3 LaunchWizard 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.5K/mo ## 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 above — 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 pip install mypy-boto3-launch-wizard uv add mypy-boto3-launch-wizard 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_current - Install friction: low - Maintenance: active - Downloads: 243.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs launch wizard, mypy boto3 annotations, aws launch wizard typing, boto3 ide autocomplete, python aws type hints, boto3 static type checking, launch wizard client types, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-launch-wizard) · [View on PyPI](https://pypi.org/project/mypy-boto3-launch-wizard/)