mypy-boto3-elasticache
Type annotations for boto3 ElastiCache 1.43.37 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 static type information to boto3's ElastiCache client, enabling IDEs and type checkers to provide accurate code completion and catch type errors before runtime. It is generated from boto3 1.43.37 using mypy-boto3-builder and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type hints.
The package is purely a development dependency—it contains no runtime code, only type annotations. Developers install it to get IDE autocompletion and static analysis for ElastiCache operations without adding overhead to production code. It can be used alongside boto3-stubs (which provides overloads for session.client/resource) or installed standalone for explicit type annotations.
Use it for:
- Enable IDE autocomplete and type checking for ElastiCache operations in VSCode with Pylance or PyCharm.
- Catch type errors in boto3 ElastiCache calls before runtime using mypy or pyright in CI/CD pipelines.
- Provide explicit type hints for ElastiCache client, paginators, and waiters in large codebases.
- Use as a development dependency with TYPE_CHECKING guards to avoid production bloat while maintaining type safety.
- Support Emacs or Sublime Text development with LSP-based type checking and code completion.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3's ElastiCache service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 ElastiCache and want static type checking or IDE autocompletion. It is a lightweight, actively maintained stub package with no security issues and permissive licensing. Install it as a dev dependency for type safety without production overhead.
Install
mypy-boto3-elasticache on PyPI
pip
pip install mypy-boto3-elasticacheuv
uv add mypy-boto3-elasticachepoetry
poetry add mypy-boto3-elasticacheInstalling mypy-boto3-elasticache
Before you install
Low friction install with a single lightweight runtime dependency (typing-extensions). Package is actively maintained with recent releases and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects.
Quickstart
# Install alongside boto3-stubs or standalone
python -m pip install mypy-boto3-elasticache
# Use in code with type checking
from boto3.session import Session
from mypy_boto3_elasticache import ElastiCacheClient
client: ElastiCacheClient = Session().client("elasticache")
Requires Python 3.9 or later; boto3 must be installed separately for runtime use.
Verify before relying
- Whether the package works with boto3 versions other than 1.43.37 or if it requires exact version matching.
- Performance impact of using full boto3-stubs versus the lite variant in production environments.
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 — 46 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 542,248/month — #6,090 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_elasticache-1.43.37-py3-none-any.whl
Keywords: boto3, elasticache, boto3-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-elasticacheProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-resource-explorer-2Provides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-vpc-latticeProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-appmeshProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-esProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-codepipelineProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI