mypy-boto3-athena
Type annotations for boto3 Athena 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-athena is a type stub package that adds static type checking and IDE autocompletion for AWS Athena operations through boto3. It is generated with mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other IDEs that support Python type hints. The package requires only typing-extensions as a runtime dependency and supports Python 3.9 and later.
When installed, it enables your editor and type checker to understand the shape of Athena client objects, method signatures, and return types without requiring explicit type annotations in your code. It also provides type hints for paginators and service-specific type definitions. The package is pure Python with no compiled dependencies, making installation straightforward across platforms.
Use it for:
- Enable IDE autocompletion and type checking for boto3 Athena queries in VSCode or PyCharm
- Catch type errors in Athena client usage before runtime using mypy or pyright in CI/CD
- Provide accurate type hints for Athena paginator objects when iterating query results
- Support development workflows using TYPE_CHECKING guards to avoid production dependencies
- Improve code documentation through IDE hover tooltips for Athena API methods
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for boto3's Athena service, enabling static type checking with mypy, pyright, and other tools.
Yes. This is a lightweight, actively maintained type stub with no security vulnerabilities, a single minimal dependency, and broad IDE support. Install it if you use boto3 with Athena and want static type checking or IDE autocompletion.
Install
mypy-boto3-athena on PyPI
pip
pip install mypy-boto3-athenauv
uv add mypy-boto3-athenapoetry
poetry add mypy-boto3-athenaInstalling mypy-boto3-athena
Before you install
Low friction: single runtime dependency (typing-extensions), pure Python wheel, active maintenance with last commit 2026-06-22. No known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.
Quickstart
pip install mypy-boto3-athena
from boto3.session import Session
from mypy_boto3_athena import AthenaClient
client: AthenaClient = Session().client("athena")
Verify before relying
- Whether PyCharm performance issues mentioned in the description (issue PY-40997) remain unresolved
- Specific boto3 versions this package is compatible with beyond 1.43.0
- Whether lite variant exists and how it differs from this package
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 2,949,484/month — #2,810 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_athena-1.43.0-py3-none-any.whl
Keywords: boto3, athena, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-athenaProvides type annotations for aiobotocore's…
permissive · top 15,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-lex-modelsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-gameliftProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-xrayProvides type annotations for boto3's XRay…
permissive · top 5,000 on PyPI
mypy-boto3-ramProvides type annotations and IDE…
permissive · top 15,000 on PyPI