skillfed

types-aiobotocore-lite

Lite type annotations for aiobotocore 3.9.0 generated with mypy-boto3-builder 8.12.0

types-aiobotocore-lite v3.9.0 211.1K downloads/30d#9,485 on PyPI670
Permissive license MIT Active released

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-lite

uv

uv add types-aiobotocore-lite

poetry

poetry add types-aiobotocore-lite

Installing 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

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 stubsboto3 async type annotationsmypy aiobotocore supportpyright aws sdk typesaiobotocore autocompleteaws async client typingbotocore stubs lite
type-stubsaws-sdkasync-io

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-firehose

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-opensearchserverless

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-full

Provides complete type annotations for…

permissive · top 15,000 on PyPI

types-aioboto3-lite

Provides type stubs and annotations for…

permissive · top 15,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-meteringmarketplace

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-sts

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aioboto3

Provides type annotations for aioboto3 15.5.0,…

permissive · top 5,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI