skillfed

mypy-boto3-codebuild

Type annotations for boto3 CodeBuild 1.43.38 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-codebuild v1.43.38 772.4K downloads/30d#5,098 on PyPI670
Permissive license MIT Active released

What it is and what it does

mypy-boto3-codebuild is a type-stub package that adds static type checking and IDE autocomplete to boto3 CodeBuild client code. It is generated from boto3 1.43.38 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other type-aware editors and linters. The package contains no runtime logic—it only provides type definitions so that your IDE and type checker can understand boto3 CodeBuild's API surface, catch type errors before runtime, and offer intelligent code completion as you write.

Installation is straightforward: either install the standalone package directly, or install boto3-stubs with the codebuild extra. The package has minimal dependencies (only typing-extensions) and works with Python 3.9 and later. It is actively maintained and generated from a well-established builder tool, making it a reliable choice for teams that want type safety when working with AWS CodeBuild through boto3.

Use it for:

  • Add IDE autocomplete and type checking to boto3 CodeBuild client code in VSCode with Pylance or PyCharm.
  • Catch type errors in CodeBuild API calls (e.g., invalid parameter names, wrong argument types) before deployment.
  • Generate type-aware documentation and hints for CodeBuild operations in Emacs or Sublime Text via LSP.
  • Use mypy or pyright in CI/CD pipelines to validate CodeBuild integration code without running it.
  • Reduce boilerplate by letting your IDE infer CodeBuild paginator and resource types automatically.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocomplete support for AWS CodeBuild operations via boto3, enabling static type checking with mypy, pyright, and other tools.

Yes. This is a lightweight, actively maintained type-stub package with no security vulnerabilities, permissive licensing, and minimal install friction. If you use boto3 CodeBuild and want static type checking or IDE autocomplete, it is a straightforward win with no downside.

Install

mypy-boto3-codebuild on PyPI

pip

pip install mypy-boto3-codebuild

uv

uv add mypy-boto3-codebuild

poetry

poetry add mypy-boto3-codebuild

Installing mypy-boto3-codebuild

Before you install

Low friction: pure Python wheel with a single runtime dependency (typing-extensions). Actively maintained with recent releases; no known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal obligations—safe for any project type.

Quickstart

pip install mypy-boto3-codebuild

from boto3.session import Session
from mypy_boto3_codebuild import CodeBuildClient

client: CodeBuildClient = Session().client("codebuild")
# Type checking and IDE autocomplete now active

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether PyCharm performance issues mentioned in the docs (PY-40997) remain unresolved or have been addressed.
  • Exact scope of paginator and service resource type coverage for CodeBuild operations.

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 — 45 days since the last release
Last repo commit
First released
Downloads 772,361/month — #5,098 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_codebuild-1.43.38-py3-none-any.whl

Keywords: boto3, codebuild, 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 codebuildaws codebuild type annotationsmypy boto3 codebuildboto3 codebuild autocompletetype hints aws sdkpyright boto3 stubscodebuild type checking
type-stubsaws-sdkboto3

More Software Development packages