types-aiobotocore-cloudformation
Type annotations for aiobotocore CloudFormation 3.9.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 aiobotocore's CloudFormation service. It is generated by mypy-boto3-builder and provides complete type annotations for CloudFormation clients, paginators, waiters, and service resources, enabling IDEs and type checkers to offer accurate code completion and catch type errors before runtime.
The stubs work with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type hints. It has a single runtime dependency on typing-extensions and installs as a pure-Python wheel with no compiled components. The package is actively maintained, with recent releases tracking aiobotocore's service versions.
Use it for:
- Enable IDE autocompletion and inline documentation for aiobotocore CloudFormation operations without writing manual type annotations.
- Catch CloudFormation API misuse (wrong parameter types, missing required fields) during development with mypy or pyright.
- Provide type hints for CloudFormation paginators and waiters to ensure correct async iteration patterns.
- Support team development by making CloudFormation client code self-documenting through type information in editors.
- Use in CI/CD pipelines to enforce type safety on CloudFormation infrastructure-as-code scripts before deployment.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for aiobotocore's CloudFormation service, enabling static type checking with mypy, pyright, and editor support.
Yes. This is a lightweight, actively maintained type-stub package with no security issues, permissive licensing, and low install friction. Install it if you use aiobotocore's CloudFormation service and want IDE support or static type checking—it costs nothing in runtime overhead and catches real bugs. The only caveat is PyCharm users may experience performance issues with Literal overloads; consider the lite variant if that occurs.
Install
types-aiobotocore-cloudformation on PyPI
pip
pip install types-aiobotocore-cloudformationuv
uv add types-aiobotocore-cloudformationpoetry
poetry add types-aiobotocore-cloudformationInstalling types-aiobotocore-cloudformation
Before you install
Low friction install—a single pure-Python wheel with only typing-extensions as a runtime dependency. Actively maintained, released 12 days ago, with no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal restrictions.
Quickstart
# Install
python -m pip install types-aiobotocore-cloudformation
# Use in code
from aiobotocore.session import get_session
from types_aiobotocore_cloudformation import CloudFormationClient
session = get_session()
async with session.create_client("cloudformation") as client:
client: CloudFormationClient
# Type checking and IDE completion now available
Requires Python 3.9 or later; designed for use with aiobotocore 3.9.0.
Verify before relying
- Whether PyCharm performance issues with Literal overloads (PY-40997) remain unresolved as of 2026.
- Compatibility with aiobotocore versions other than 3.9.0.
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 — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,390,845/month — #3,964 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_cloudformation-3.9.0-py3-none-any.whl
Keywords: aiobotocore, cloudformation, aiobotocore-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-aiobotocore-kinesisProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-cloudformationProvides type annotations for boto3's…
permissive · top 5,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-cloudtrailProvides type annotations for aiobotocore's…
permissive · top 15,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-organizationsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-cloudwatchProvides type stubs and IDE autocompletion for…
permissive · top 15,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-logsProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI
types-aiobotocore-batchProvides type annotations and IDE…
permissive · top 15,000 on PyPI