skillfed

types-boto3-stepfunctions

Type annotations for boto3 SFN 1.43.7 service generated with mypy-boto3-builder 8.12.0

types-boto3-stepfunctions v1.43.7 133.5K downloads/30d#11,513 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package provides type stub annotations for the boto3 Step Functions service, compatible with boto3 1.43.7. It was generated using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other tools that support Python type hints. The stubs enable static type checking and IDE code completion without requiring explicit type annotations in your boto3 code—you write boto3 calls normally and the type checker understands the API surface automatically.

The package is a stub-only distribution (no runtime code), so it adds minimal overhead. It includes annotations for the SFNClient, paginators, waiters, and type definitions specific to Step Functions operations. Installation is straightforward via pip, and the package is actively maintained with recent releases.

Use it for:

  • Enable IDE autocomplete and type checking for boto3 Step Functions calls in VSCode with Pylance or PyCharm.
  • Catch Step Functions API misuse at static analysis time using mypy or pyright before runtime.
  • Generate paginator type hints for Step Functions list operations like ListStateMachines and ListExecutions.
  • Provide explicit SFNClient type annotations for better code documentation and IDE support in large projects.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type stubs and IDE-aware type annotations for boto3's Step Functions service, enabling static type checking and autocomplete in editors and type checkers.

Yes. If you use boto3 Step Functions in a Python project with a type checker or IDE that supports stubs, this package is worth installing. It has low install friction, no security vulnerabilities, an active maintenance signal, and a permissive MIT license. The only caveat is a known PyCharm performance issue with Literal overloads (documented in the package), which can be mitigated by using types-boto3-lite instead.

Install

types-boto3-stepfunctions on PyPI

pip

pip install types-boto3-stepfunctions

uv

uv add types-boto3-stepfunctions

poetry

poetry add types-boto3-stepfunctions

Installing types-boto3-stepfunctions

Before you install

Low friction—a pure stub package with only typing-extensions as a runtime dependency. Actively maintained with recent releases; last commit 2026-06-22.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.

Quickstart

pip install types-boto3-stepfunctions

from boto3.session import Session
from types_boto3_stepfunctions import SFNClient

client: SFNClient = Session().client("stepfunctions")

Requires Python 3.9 or later; boto3 must be installed separately in your project.

Verify before relying

  • Whether PyCharm performance issues mentioned in the docs (issue PY-40997) remain unresolved or have been addressed in recent PyCharm versions.

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 — 93 days since the last release
Last repo commit
First released
Downloads 133,452/month — #11,513 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_boto3_stepfunctions-1.43.7-py3-none-any.whl

Keywords: boto3, stepfunctions, 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 step functions type hintsstepfunctions type stubsboto3 type annotationsmypy boto3 stubsIDE autocomplete boto3
type-stubsboto3aws

More Software Development packages