{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"}],"enrichment":{"capability":"Provides type annotations and IDE autocompletion for boto3 EKS service, enabling type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","boto3"],"use_cases":["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."],"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.\n\nThe package is purely a typing layer\u2014it 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.","worth_installing":"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."},"id":"mypy-boto3-eks","links":{"html":"https://skillfed.io/packages/mypy-boto3-eks","md":"https://skillfed.io/packages/mypy-boto3-eks.md","pypi":"https://pypi.org/project/mypy-boto3-eks/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-11","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-eks","python_support":"supports_current","summary":"Type annotations for boto3 EKS 1.43.69 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":844647,"position":4921,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.43.69"}
