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