skillfed

types-aiobotocore-athena

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

types-aiobotocore-athena v3.9.0 154.9K downloads/30d#10,838 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds static type information to aiobotocore's Athena service. It is generated automatically from the aiobotocore library and provides IDE code completion, parameter hints, and return-type checking for async AWS Athena operations. The stubs work with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, and command-line type checkers like mypy and pyright.

The package contains no runtime code—it only supplies type annotations. You install it alongside aiobotocore to enable your editor and type checker to understand the Athena client API. It supports Python 3.9 through 3.14 and depends only on typing-extensions. The stubs cover client methods, paginators, waiters, and type definitions for Athena service operations.

Use it for:

  • Enable IDE autocomplete and parameter hints when writing async Athena queries with aiobotocore.
  • Catch type errors in Athena client calls during development with mypy or pyright before runtime.
  • Provide explicit type annotations for AthenaClient, paginators, and waiters in production code.
  • Support gradual typing adoption in a codebase using aiobotocore by annotating Athena interactions.
  • Improve code maintainability by documenting expected argument and return types for Athena operations.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations for aiobotocore's Athena service, enabling IDE code completion and static type checking with mypy, pyright, and other tools.

Yes. Install this if you use aiobotocore for Athena and want IDE code completion or static type checking. It has no runtime overhead, low install friction, active maintenance, and MIT licensing. The only caveat is PyCharm users may experience performance issues with the full stubs (the docs recommend the lite variant in that case), but VSCode, mypy, and pyright users should see immediate benefit.

Install

types-aiobotocore-athena on PyPI

pip

pip install types-aiobotocore-athena

uv

uv add types-aiobotocore-athena

poetry

poetry add types-aiobotocore-athena

Installing types-aiobotocore-athena

Before you install

Low friction installation with a single runtime dependency (typing-extensions). Released 12 days ago with active maintenance; the underlying builder project has 670 stars and recent commits.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions—safe for both open-source and commercial projects.

Quickstart

pip install types-aiobotocore-athena

from aiobotocore.session import get_session
from types_aiobotocore_athena import AthenaClient

session = get_session()
async with session.create_client("athena") as client:
    client: AthenaClient  # type checker now understands client methods

Requires aiobotocore 3.9.0 to be installed separately; type annotations are stubs only and do not provide runtime functionality.

Verify before relying

  • Performance impact on PyCharm noted in docs (issue PY-40997) but severity and current status unclear.
  • Whether types-aiobotocore-lite variant is necessary for your IDE or if full stubs work acceptably.

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 — 12 days since the last release
Last repo commit
First released
Downloads 154,919/month — #10,838 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_athena-3.9.0-py3-none-any.whl

Keywords: aiobotocore, athena, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

aiobotocore type stubsathena type annotationsboto3 type hintsmypy aiobotocoreasync aws type checkingpyright boto3 stubsaiobotocore autocomplete
type-stubsaws-sdkasync

More Software Development packages