Type annotations for boto3.SFN 1.13.26 service, generated by mypy-boto3-buider 2.0.3
Project description
mypy-boto3-stepfunctions
Type annotations for boto3.SFN 1.13.26 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.3.
More information can be found on boto3-stubs page.
How to use
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for SFN
service.
python -m pip install boto3-stubs[stepfunctions]
# update installed packages index for automated type discovery
python -m mypy_boto3
Use boto3
with mypy_boto3_stepfunctions
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_stepfunctions import SFNClient
# Now mypy can check if your code is valid.
client: SFNClient = boto3.client("stepfunctions")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: SFNClient = session.client("stepfunctions")
# Annotated paginators are included as well
import mypy_boto3_stepfunctions.paginator as stepfunctions_paginators
get_execution_history_paginator: stepfunctions_paginators.GetExecutionHistoryPaginator = client.get_paginator("get_execution_history")
list_activities_paginator: stepfunctions_paginators.ListActivitiesPaginator = client.get_paginator("list_activities")
list_executions_paginator: stepfunctions_paginators.ListExecutionsPaginator = client.get_paginator("list_executions")
list_state_machines_paginator: stepfunctions_paginators.ListStateMachinesPaginator = client.get_paginator("list_state_machines")
Automated type discovery
mypy_boto3
package can generate index for mypy_boto3_stepfunctions
and other installed services.
# Run this command when you add or remove service packages
python -m mypy_boto3
Generated index provides overloads for boto3.client
and boto3.service
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefullyVSCode
does not currently support function overloads
Also, generated index allows you to import types from mypy_boto3
:
# you can replace imports
import mypy_boto3_stepfunctions as stepfunctions
from mypy_boto3_stepfunctions import SFNClient
# with these
from mypy_boto3 import stepfunctions
from mypy_boto3.stepfunctions import SFNClient
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mypy-boto3-stepfunctions-1.13.26.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bb517eea12072223e9d49078ba9d361bda9c2b9e0e6eab3627b96befd3d35bb |
|
MD5 | 1c27fe9340d0cc9acc03bdcad92604f4 |
|
BLAKE2b-256 | 6bc6c114c4575b16acde695f289d1cc1b16e1db6b139819ffac71bf89a9fb4aa |
Hashes for mypy_boto3_stepfunctions-1.13.26.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02c7875dc49b72cc4eb771cb9326dda1aa03c372b8737d4e81aac5332aaab8f2 |
|
MD5 | 65cb4ae0a460df9da0b5f5765db8c554 |
|
BLAKE2b-256 | 7da193428697dde80fd20e77f7592c1b8d37e0d9c3804a88d8773fb3a7c2e1f8 |