mypy-boto3-redshift-data

Type hints for AWS RedshiftDataAPIService boto3 client

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

Examples

get autocomplete for redshift data api in python$ python -c "from mypy_boto3_redshift_data import RedshiftDataAPIServiceClient; client = RedshiftDataAPIServiceClient()"
enable type checking for redshift queries in mypy$ mypy --strict script.py # with from mypy_boto3_redshift_data import imports
check type hints for execute statement method$ python -c "from mypy_boto3_redshift_data.client import RedshiftDataAPIServiceClient; help(RedshiftDataAPIServiceClient.execute_statement)"
see available methods for redshift data api client$ python -c "from mypy_boto3_redshift_data import RedshiftDataAPIServiceClient; print([m for m in dir(RedshiftDataAPIServiceClient) if not m.startswith('_')])"
validate python code using redshift data api types$ mypy myredshift_script.py # with mypy_boto3_redshift_data types imported