skillfed

mypy-boto3-codepipeline

Type annotations for boto3 CodePipeline 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-codepipeline v1.43.0 423.0K downloads/30d#6,775 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 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-codepipeline

uv

uv add mypy-boto3-codepipeline

poetry

poetry add mypy-boto3-codepipeline

Installing 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

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 codepipelineaws codepipeline type annotationsmypy boto3 codepipelineboto3 codepipeline autocompletetype hints aws codepipelinepyright boto3 stubscodepipeline type checking
type-stubsaws-sdkstatic-typing

More Software Development packages