mypy-boto3-codepipeline
Type annotations for boto3 CodePipeline 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type information to boto3's CodePipeline service. It is generated automatically using mypy-boto3-builder 8.12.0 and works with boto3 1.43.0. When installed, it enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide code completion and type checking for CodePipeline client calls, paginators, and type definitions without requiring explicit type annotations in your code.
The package is designed to work alongside boto3 in development environments and can be excluded from production dependencies using TYPE_CHECKING guards. It supports multiple type checkers (mypy, pyright, pylint) and is compatible with Python 3.9 through 3.14. The stubs are regenerated when boto3 or the CodePipeline service definition changes, keeping type information current with the underlying AWS SDK.
Use it for:
- Enable IDE autocomplete and inline documentation for CodePipeline API calls in VSCode with Pylance
- Run mypy or pyright type checking on code that uses boto3 CodePipeline without manual type annotations
- Catch type errors in CodePipeline client usage before runtime in PyCharm or other JetBrains IDEs
- Document CodePipeline API contracts in your codebase through inferred types visible to other developers
- Use in CI/CD pipelines to validate boto3 CodePipeline code statically without executing it
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3's CodePipeline service, enabling static type checking with mypy, pyright, and other tools.
Yes. Install this if you use boto3's CodePipeline service and want static type checking or IDE autocompletion. It has minimal dependencies, no vulnerabilities, active maintenance, and an MIT license. The only caveat is PyCharm users may experience performance issues with the full stubs (the docs recommend boto3-stubs-lite as a workaround), but VSCode and command-line type checkers work well.
Install
mypy-boto3-codepipeline on PyPI
pip
pip install mypy-boto3-codepipelineuv
uv add mypy-boto3-codepipelinepoetry
poetry add mypy-boto3-codepipelineInstalling mypy-boto3-codepipeline
Before you install
Low friction install with a single runtime dependency (typing-extensions). Actively maintained with recent releases and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.
Quickstart
pip install mypy-boto3-codepipeline
from boto3.session import Session
from mypy_boto3_codepipeline import CodePipelineClient
client: CodePipelineClient = Session().client("codepipeline")
Requires Python 3.9 or later; boto3 must be installed separately.
Verify before relying
- Whether PyCharm performance issues mentioned in the docs (issue PY-40997) still affect current versions
- Actual coverage of all CodePipeline API operations in the generated stubs
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 — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 423,012/month — #6,775 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_codepipeline-1.43.0-py3-none-any.whl
Keywords: boto3, codepipeline, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-codecatalystProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-appmeshProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-codebuildProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-devops-agentProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI