types-aiobotocore-lite
Lite type annotations for aiobotocore 3.9.0 generated with mypy-boto3-builder 8.12.0
What it is and what it does
types-aiobotocore-lite is a stub-only package that adds type annotations for the aiobotocore async AWS SDK library. It is generated automatically from botocore schemas using mypy-boto3-builder 8.12.0 and works with type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide autocomplete, inline documentation links, and static type checking without requiring explicit type hints in your code.
The package depends only on botocore-stubs and typing-extensions, making it lightweight to install. It covers Client, ServiceResource, Waiter, and Paginator types for aiobotocore services, with auto-discovery of types for common patterns like session.client() and client.get_waiter() calls. The package is actively maintained, supports Python 3.9 through 3.14, and is compatible with both development and production environments (via TYPE_CHECKING guards if needed).
Use it for:
- Enable IDE autocomplete and inline documentation when writing aiobotocore async AWS client code without manual type annotations.
- Catch type errors in aiobotocore calls during development with mypy or pyright before runtime.
- Provide type hints for ServiceResource, Waiter, and Paginator objects returned by aiobotocore session methods.
- Support code review and refactoring by making aiobotocore API contracts explicit to static analysis tools.
- Integrate type checking into CI/CD pipelines for async AWS SDK code without modifying application source.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for aiobotocore 3.9.0, enabling IDE autocomplete, type checking with mypy and pyright, and static analysis across VSCode, PyCharm, Emacs, and Sublime Text.
Yes. This is a low-friction, actively maintained type stub package for a widely-used async AWS SDK library. It has no security vulnerabilities, permissive licensing, and minimal dependencies. Install it if you use aiobotocore and want IDE support or static type checking; it costs nothing at runtime and integrates transparently with existing code.
Install
types-aiobotocore-lite on PyPI
pip
pip install types-aiobotocore-liteuv
uv add types-aiobotocore-litepoetry
poetry add types-aiobotocore-liteInstalling types-aiobotocore-lite
Before you install
Low friction: pure-Python wheel with only two runtime dependencies (botocore-stubs and typing-extensions). Actively maintained with a 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 attribution requirements.
Quickstart
python -m pip install 'types-aiobotocore-lite[essential]'
# Then use aiobotocore normally; type checkers will automatically pick up annotations
import aiobotocore.session
session = aiobotocore.session.get_session()
# IDE and mypy/pyright now provide full type hints for client methods
Requires Python 3.9 or later; type checking requires a compatible tool (mypy, pyright, or IDE with language server support).
Verify before relying
- Whether the 'lite' variant covers all commonly-used AWS services or only a subset compared to the full types-aiobotocore package.
- Performance impact of installing type stubs on import time or runtime behavior of aiobotocore itself.
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 | 211,076/month — #9,485 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_lite-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-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-firehoseProvides 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-aiobotocore-fullProvides complete type annotations for…
permissive · top 15,000 on PyPI
types-aioboto3-liteProvides type stubs and annotations for…
permissive · top 15,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-meteringmarketplaceProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-stsProvides type annotations and IDE autocomplete…
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