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