--- id: mypy-boto3-elasticache version: "1.43.37" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-elasticache — Type annotations for boto3 ElastiCache 1.43.37 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 542.2K/mo ## 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 above — 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 pip install mypy-boto3-elasticache uv add mypy-boto3-elasticache poetry add mypy-boto3-elasticache ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 542.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs elasticache, type annotations aws elasticache, boto3 elasticache mypy, elasticache client type hints, boto3 stubs ide autocomplete, python aws elasticache typing, mypy boto3 elasticache, pyright boto3 elasticache, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-elasticache) · [View on PyPI](https://pypi.org/project/mypy-boto3-elasticache/)