mypy-boto3-athena

Type annotations for boto3 Athena service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 Athena 1.42.43 service generated with mypy-boto3-builder 8.12.0

Examples

Import type stubs in Python for IDE autocompletion$ python -c "from mypy_boto3_athena import AthenaClient"
Use with mypy for static type checking of Athena code$ mypy --strict athena_script.py
Reference in Python code for type hints$ python -c "from mypy_boto3_athena.client import AthenaClient; from mypy_boto3_athena.type_defs import QueryExecutionContext"