types-aiobotocore-elasticache
Type annotations for aiobotocore ElastiCache 3.9.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds complete type annotations for the aiobotocore ElastiCache service. It was generated using mypy-boto3-builder 8.12.0 and provides type hints compatible with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type checking. When installed, it enables IDE autocompletion and static type checking for ElastiCache client calls without requiring explicit type annotations in your code.
The package is designed as a development dependency—it provides only type information, not runtime functionality. It works by offering type stubs for the ElastiCache client, paginators, waiters, and service-specific type definitions. The documentation notes that PyCharm may experience performance issues with Literal overloads, in which case the lighter types-aiobotocore-lite variant is recommended as an alternative.
Use it for:
- Enable IDE autocompletion and type hints when writing async ElastiCache code with aiobotocore in VSCode or other editors.
- Catch type errors in ElastiCache API calls during development using mypy or pyright before runtime.
- Provide explicit type annotations for ElastiCache client, paginators, and waiters in larger codebases.
- Improve code maintainability by making ElastiCache service method signatures and return types visible to static analysis tools.
- Support CI/CD pipelines that run mypy or pyright checks on Python code using aiobotocore ElastiCache.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for aiobotocore's ElastiCache service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use aiobotocore with ElastiCache and want type checking and IDE support. Install friction is minimal (one dependency), maintenance is active, and the MIT license poses no restrictions. The only caveat is PyCharm users may experience performance issues with Literal overloads; if so, consider types-aiobotocore-lite instead. No known vulnerabilities.
Install
types-aiobotocore-elasticache on PyPI
pip
pip install types-aiobotocore-elasticacheuv
uv add types-aiobotocore-elasticachepoetry
poetry add types-aiobotocore-elasticacheInstalling types-aiobotocore-elasticache
Before you install
Low friction install with a single runtime dependency (typing-extensions). Actively maintained; last commit 2026-06-22, released 12 days ago. Supports Python 3.9 through 3.14.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal restrictions.
Quickstart
pip install types-aiobotocore-elasticache
from aiobotocore.session import get_session
from types_aiobotocore_elasticache import ElastiCacheClient
session = get_session()
async with session.create_client("elasticache") as client:
client: ElastiCacheClient
# Type checking and IDE autocompletion now available
Requires aiobotocore 3.9.0 to be installed separately; Python 3.9 or later.
Verify before relying
- Whether PyCharm performance issues mentioned in the description (PY-40997) have been resolved or remain relevant for this version.
- Actual performance impact when used with PyCharm's type checker versus lighter alternatives like types-aiobotocore-lite.
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 | 243,430/month — #8,795 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_elasticache-3.9.0-py3-none-any.whl
Keywords: aiobotocore, elasticache, 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
mypy-boto3-elasticacheProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-cloudformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-ssmProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-liteProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI
types-aiobotocore-acmProvides type annotations and IDE…
permissive · top 15,000 on PyPI