mypy-boto3-athena

Type annotations for boto3 Athena service in Python

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

get code completion for Athena client in IDE$ python -c "from mypy_boto3_athena.client import AthenaClient; client: AthenaClient"
check type hints when writing Athena queries$ mypy your_script.py # with mypy_boto3_athena imported
autocomplete Athena API methods and parameters$ python -c "import boto3; from mypy_boto3_athena import client; c = boto3.client('athena')"
enable type checking for Athena boto3 operations$ pip show mypy-boto3-athena
validate Athena query parameters with type safety$ python -c "from mypy_boto3_athena.type_defs import QueryExecutionContext; ctx: QueryExecutionContext = {}"