mypy-boto3-redshift-data

Type annotations for boto3 RedshiftDataAPIService

pipmacoslinuxwindows
Try with needOr install directly
Source

About

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

Commands

mypy-boto3-redshift-data

Examples

Import type stubs in Python for IDE autocomplete and type checking$ python -c "from mypy_boto3_redshift_data import RedshiftDataAPIServiceClient"
Use with mypy for static type checking of RedshiftDataAPIService code$ mypy --strict your_redshift_script.py
Enable IDE autocomplete by importing types in your boto3 code$ python -c "from mypy_boto3_redshift_data.client import RedshiftDataAPIServiceClient; help(RedshiftDataAPIServiceClient.execute_statement)"