skillfed

mypy-boto3-cloudformation

Type annotations for boto3 CloudFormation 1.43.62 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-cloudformation v1.43.62 9.1M downloads/30d#1,564 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 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-cloudformation

uv

uv add mypy-boto3-cloudformation

poetry

poetry add mypy-boto3-cloudformation

Installing 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

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 cloudformation type hintsmypy boto3 stubsaws cloudformation type annotationsboto3 type checkingcloudformation autocompletemypy-boto3 stubsboto3 ide support
type-stubsaws-sdkide-support

More Software Development packages