types-aiobotocore
Type annotations for aiobotocore 3.9.0 generated with mypy-boto3-builder 8.12.0
What it is and what it does
types-aiobotocore is a stub package that adds comprehensive type annotations for aiobotocore 3.9.0, enabling static type checking and IDE autocompletion. It is generated automatically from botocore schemas using mypy-boto3-builder 8.12.0 and depends on botocore-stubs and typing-extensions.
The package works by providing drop-in type stubs that your IDE and type checker (mypy, pyright, pylint) can use to understand aiobotocore's API without modifying your code. It supports multiple installation modes: base annotations only, service-specific subsets via extras, or full coverage. The documentation is embedded in the type annotations and linked to AWS service docs.
Use it for:
- Enable IDE autocomplete and inline documentation for aiobotocore calls in VSCode with Pylance or PyCharm.
- Catch type errors in async AWS SDK code before runtime using mypy or pyright in CI/CD pipelines.
- Reduce boilerplate by letting your editor infer parameter types and return values for service clients.
- Support multiple IDEs (Emacs, Sublime Text, VSCode, PyCharm) with a single type annotation package.
- Maintain type safety when using aiobotocore in production without adding runtime dependencies via TYPE_CHECKING imports.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for aiobotocore 3.9.0, enabling static type checking with mypy, pyright, and other tools across VSCode, PyCharm, Emacs, and Sublime Text.
Yes. If you use aiobotocore in Python 3.9 or later, installing this package is a straightforward way to add IDE support and static type checking with no runtime overhead. The package is actively maintained, has no known vulnerabilities, and low install friction. The main caveat is PyCharm's documented performance issue with Literal overloads—if you use PyCharm, test the lite variant first or use mypy or pyright instead.
Install
types-aiobotocore on PyPI
pip
pip install types-aiobotocoreuv
uv add types-aiobotocorepoetry
poetry add types-aiobotocoreInstalling types-aiobotocore
Before you install
Low friction install with only two runtime dependencies (botocore-stubs and typing-extensions). Actively maintained with a recent release 12 days ago and 670 repository stars.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.
Quickstart
# Install type annotations for aiobotocore
python -m pip install types-aiobotocore
# Use in your code with IDE support
import aiobotocore.session
# IDE now provides autocomplete and type checking for aiobotocore calls
Requires Python 3.9 or later; PyCharm users may experience performance issues with Literal overloads and should consider the lite variant instead.
Verify before relying
- Whether the lite variant resolves PyCharm performance issues sufficiently for production use.
- Performance impact of full type annotations on large codebases compared to the lite variant.
- Whether all AWS services are covered or only a subset in the base installation.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — botocore-stubs, typing-extensions |
| Maintenance | actively maintained — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 10,205,136/month — #1,469 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore-3.9.0-py3-none-any.whl
Keywords: aiobotocore, aiobotocore-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
types-aiobotocore-fullProvides complete type annotations for…
permissive · top 15,000 on PyPI
types-aiobotocore-liteProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI
types-aiobotocore-stsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-firehoseProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-wafv2Provides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aioboto3Provides type annotations for aioboto3 15.5.0,…
permissive · top 5,000 on PyPI
types-aiobotocore-translateProvides type stubs and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-textractProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-opensearchserverlessProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aioboto3-liteProvides type stubs and annotations for…
permissive · top 15,000 on PyPI