skillfed

mypy-boto3-swf

Type annotations for boto3 SWF 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-swf v1.43.0 251.2K downloads/30d#8,592 on PyPI670
Permissive license MIT Active released

What it is and what it does

mypy-boto3-swf is a type stub package that adds complete type annotations to boto3's SWF service client. It's generated automatically from boto3 1.43.0 and enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide accurate code completion and catch type errors before runtime.

The package is purely a typing artifact—it contains no runtime code, only type definitions for SWF client methods, paginators, and service resources. It depends only on typing-extensions and is designed to be installed alongside boto3 in your development environment. You can optionally use it only during type checking via TYPE_CHECKING guards to keep it out of production dependencies.

Use it for:

  • Enable IDE autocomplete and inline documentation for boto3 SWF client calls in VSCode or PyCharm
  • Catch type errors in SWF workflow definitions before deployment using mypy or pyright
  • Provide explicit type hints for SWF paginator objects and service resource types in codebases
  • Integrate boto3 SWF typing into CI/CD pipelines that run static type checkers

Worth the install?

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

Provides type annotations and IDE autocompletion support for boto3's SWF client, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3's SWF service and want IDE support or static type checking. Install friction is minimal (one lightweight dependency, no compilation), maintenance is active, and the MIT license poses no restrictions. The package is a pure typing artifact, so it's safe to install in development environments or gate behind TYPE_CHECKING guards in production code.

Install

mypy-boto3-swf on PyPI

pip

pip install mypy-boto3-swf

uv

uv add mypy-boto3-swf

poetry

poetry add mypy-boto3-swf

Installing mypy-boto3-swf

Before you install

Low friction: single runtime dependency (typing-extensions), wheel distribution, and actively maintained with recent releases. Designed as a pure type stub package with no compiled dependencies.

License in practice

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

Quickstart

python -m pip install mypy-boto3-swf

from boto3.session import Session
from mypy_boto3_swf import SWFClient

client: SWFClient = Session().client("swf")

Requires Python 3.9 or later; boto3 must be installed separately as a peer dependency

Verify before relying

  • Whether the package works correctly with all listed IDE integrations in practice
  • Performance impact when used with PyCharm (documentation mentions potential slowness with Literal overloads)

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

Evidence: mypy_boto3_swf-1.43.0-py3-none-any.whl

Keywords: boto3, swf, 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 type stubsswf type annotationsboto3 ide autocompletemypy boto3 stubsworkflow service typing
type-stubsboto3-servicestatic-typing

More Software Development packages