mypy-boto3-appflow

Type annotations for boto3 Appflow service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 Appflow 1.42.3 service generated with mypy-boto3-builder 8.12.0

Examples

Import type hints in Python for AWS Appflow boto3 client$ python -c "from mypy_boto3_appflow import AppflowClient; client: AppflowClient"
Use type hints in IDE for boto3 Appflow operations$ python -c "from mypy_boto3_appflow.client import AppflowClient; from mypy_boto3_appflow.type_defs import CreateFlowRequestRequestTypeDef"
Enable mypy type checking for boto3 Appflow code$ mypy --install-types script_using_appflow.py