skillfed

mypy-boto3-imagebuilder

Type annotations for boto3 Imagebuilder 1.43.37 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-imagebuilder v1.43.37 259.4K downloads/30d#8,413 on PyPI670
Permissive license MIT Active released

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 on this page — 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

mypy-boto3-imagebuilder on PyPI

pip

pip install mypy-boto3-imagebuilder

uv

uv add mypy-boto3-imagebuilder

poetry

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 the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 46 days since the last release
Last repo commit
First released
Downloads 259,367/month — #8,413 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_imagebuilder-1.43.37-py3-none-any.whl

Keywords: boto3, imagebuilder, 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 annotationsimagebuilder type stubsmypy boto3 supportaws imagebuilder typingboto3 ide autocompletepyright aws stubstype hints for boto3
type-stubsaws-sdkstatic-typing

More Software Development packages