skillfed

mypy-boto3-eks

Type annotations for boto3 EKS 1.43.69 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-eks v1.43.69 844.6K downloads/30d#4,921 on PyPI670
Permissive license MIT Active released

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

uv

uv add mypy-boto3-eks

poetry

poetry add mypy-boto3-eks

Installing 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

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

boto3 type stubs eksaws eks type annotationsboto3 eks mypy supporteks client type hintsboto3 eks autocompleteaws sdk type checkingboto3-stubs eks
type-stubsaws-sdkboto3

More Software Development packages