mypy-boto3-eks
Type annotations for boto3 EKS 1.43.69 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-eks is a type stub package that adds static type information to boto3's EKS (Elastic Kubernetes Service) client. It's generated from boto3 1.43.69 and works with mypy, pyright, VSCode Pylance, PyCharm, and other type-aware tools to provide IDE autocompletion and catch type errors at development time rather than runtime.
The package is purely a typing layer—it adds no runtime behavior and is safe to use only in development environments via TYPE_CHECKING guards. It supports explicit type annotations for EKS clients, paginators, and waiters, and integrates seamlessly with standard Python type checkers. Installation is straightforward via pip, with a single lightweight dependency on typing-extensions.
Use it for:
- Add IDE autocompletion and type checking to boto3 EKS code in VSCode with Pylance or PyCharm.
- Catch type errors in EKS client calls before runtime using mypy or pyright in CI/CD pipelines.
- Annotate function signatures that accept EKS clients or resources with precise type hints.
- Enable paginator and waiter type hints for EKS operations like listing clusters or describing add-ons.
- Use TYPE_CHECKING guards to include type stubs only during development without production dependencies.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3 EKS service, enabling type checking with mypy, pyright, and other tools.
Yes. If you use boto3 with EKS and want IDE autocompletion and static type checking, this package is the standard way to get it. Low install friction, active maintenance, no security issues, and MIT licensing make it a straightforward addition to any EKS-using project. Install it in your development environment or use TYPE_CHECKING to keep it out of production.
Install
mypy-boto3-eks on PyPI
pip
pip install mypy-boto3-eksuv
uv add mypy-boto3-ekspoetry
poetry add mypy-boto3-eksInstalling mypy-boto3-eks
Before you install
Low install friction with a single runtime dependency (typing-extensions). Active maintenance with a release 3 days ago and consistent activity since 2019.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.
Quickstart
pip install mypy-boto3-eks
from boto3.session import Session
from mypy_boto3_eks import EKSClient
client: EKSClient = Session().client("eks")
Requires Python 3.9 or later; boto3 must be installed separately.
Verify before relying
- Whether PyCharm performance issues mentioned in the description (PY-40997) remain unresolved.
- Whether the lite variant (boto3-stubs-lite) offers meaningfully better IDE performance in practice.
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 — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 844,647/month — #4,921 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_eks-1.43.69-py3-none-any.whl
Keywords: boto3, eks, 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-eksProvides 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-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-eks-authProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-workdocsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-drsProvides type annotations for the boto3 AWS Drs…
permissive · top 15,000 on PyPI
mypy-boto3-organizationsProvides 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-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI