mypy-boto3-cloudformation
Type annotations for boto3 CloudFormation 1.43.62 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 CloudFormation service. It's generated automatically from boto3's API definitions and enables IDEs and type checkers to understand CloudFormation client methods, parameters, and return types without needing explicit annotations in your code.
When installed, it works transparently with mypy, pyright, VSCode, PyCharm, and other tools that support Python type hints. You write boto3 code normally, but your IDE gains full autocomplete and your type checker can catch bugs before runtime. The package is lightweight, depends only on typing-extensions, and is actively maintained to track boto3 releases.
Use it for:
- Enable IDE autocomplete and type checking for CloudFormation API calls in VSCode or PyCharm without manual type annotations.
- Catch CloudFormation API usage errors (wrong parameter names, types) at development time with mypy or pyright.
- Provide type information for CloudFormation paginators, waiters, and service resources in static analysis.
- Use in CI/CD pipelines to validate CloudFormation code before deployment via mypy or pyright type checking.
- Support team development by making CloudFormation API contracts explicit and discoverable in the IDE.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for boto3's CloudFormation service, enabling static type checking with mypy, pyright, and other tools.
Yes. This is a low-friction, actively maintained type stub for a widely-used AWS service. Install it if you use boto3 CloudFormation in a project where you want IDE support or static type checking. It has no production dependencies, carries no security vulnerabilities, and uses a permissive MIT license. The only caveat is PyCharm users may experience performance issues; the documentation suggests alternatives if that occurs.
Install
mypy-boto3-cloudformation on PyPI
pip
pip install mypy-boto3-cloudformationuv
uv add mypy-boto3-cloudformationpoetry
poetry add mypy-boto3-cloudformationInstalling mypy-boto3-cloudformation
Before you install
Low install friction with a single lightweight runtime dependency (typing-extensions). Active maintenance with a release 14 days ago and consistent repository activity.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
# Install with pip
python -m pip install mypy-boto3-cloudformation
# Use in your code
import boto3
client = boto3.client('cloudformation')
# Type hints and autocomplete now available in your IDE
Requires Python 3.9 or later; boto3 must be installed separately.
Verify before relying
- Whether the package works correctly with all listed IDE/editor integrations (VSCode, PyCharm, Emacs, Sublime Text) in practice.
- Performance impact when used with PyCharm, given the documentation's warning about slow performance with Literal overloads.
- Whether the lite variant resolves PyCharm performance issues as suggested in the documentation.
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 — 14 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 9,065,213/month — #1,564 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_cloudformation-1.43.62-py3-none-any.whl
Keywords: boto3, cloudformation, 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
types-boto3-cloudformationProvides type annotations for boto3's…
permissive · top 5,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-cloudformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-billingProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-resiliencehubv2Provides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-outpostsProvides type annotations for the boto3…
permissive · top 15,000 on PyPI
mypy-boto3-ampProvides type stubs and IDE autocomplete for…
permissive · top 15,000 on PyPI
mypy-boto3-elbProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-lambdaProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-elbv2Provides type annotations and IDE…
permissive · top 5,000 on PyPI