--- id: mypy-boto3-imagebuilder version: "1.43.37" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-imagebuilder — Type annotations for boto3 Imagebuilder 1.43.37 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 259.4K/mo ## What it is and what it does This package is a type-stub library that adds static type annotations for the boto3 Imagebuilder service. It was generated with mypy-boto3-builder 8.12.0 and is compatible with boto3 1.43.37. When installed, it enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to provide accurate code completion and catch type errors in Imagebuilder API calls without requiring explicit type hints in your code. The package is a stub-only distribution—it contains no runtime code, only type information. It depends only on typing-extensions and is designed to be lightweight. You can use it standalone or as part of boto3-stubs, and it supports the TYPE_CHECKING pattern to avoid production dependencies if needed. Use it for: - Enable IDE autocomplete and type checking for boto3 Imagebuilder API calls in VSCode with Pylance. - Run mypy or pyright type checking on code that uses boto3 Imagebuilder without manual type annotations. - Catch Imagebuilder API errors at development time (e.g., wrong parameter names or types). - Use with Emacs or Sublime Text via LSP and pyright for real-time type feedback. - Integrate into CI/CD pipelines to validate boto3 Imagebuilder usage before deployment. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the boto3 Imagebuilder service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 Imagebuilder and want static type checking and IDE support. Install friction is minimal, maintenance is active, the license is permissive, and no vulnerabilities are known. The only caveat is PyCharm users may experience performance issues with Literal overloads; the docs recommend boto3-stubs-lite as an alternative in that case. ## Install pip install mypy-boto3-imagebuilder uv add mypy-boto3-imagebuilder poetry add mypy-boto3-imagebuilder ## Installing mypy-boto3-imagebuilder Before you install: Low friction install with a single runtime dependency (typing-extensions). Package is actively maintained, released recently, and marked Production/Stable. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: pip install mypy-boto3-imagebuilder from boto3.session import Session from mypy_boto3_imagebuilder import ImagebuilderClient client: ImagebuilderClient = Session().client("imagebuilder") # Type checking and IDE autocomplete now work for imagebuilder operations Requires Python 3.9 or later; boto3 must be installed separately. Verify before relying: - Whether the package works with all Python 3.10–3.14 versions listed in classifiers or if some are aspirational. - Performance impact on PyCharm (description notes PyCharm may experience slowness with Literal overloads). - Whether boto3-stubs-lite is recommended as a default alternative for most users. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 259.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, imagebuilder type stubs, mypy boto3 support, aws imagebuilder typing, boto3 ide autocomplete, pyright aws stubs, type hints for boto3, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-imagebuilder) · [View on PyPI](https://pypi.org/project/mypy-boto3-imagebuilder/)