mypy-boto3-appflow

Type annotations for boto3 AWS 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

get autocomplete for AppFlow API in Python IDE$ import mypy_boto3_appflow; from mypy_boto3_appflow.client import AppflowClient
check Python code with type hints for AppFlow$ mypy your_appflow_script.py
create AppFlow client with full type annotations$ import boto3 from mypy_boto3_appflow import client c: client.AppflowClient = boto3.client('appflow')
enable IDE autocomplete for AppFlow service methods$ pip show mypy-boto3-appflow && python -c "import mypy_boto3_appflow"
validate AppFlow API calls in static type checker$ mypy --strict --warn-unused-ignores your_appflow_integration.py