{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"Provides type stubs for the Kubernetes Python API client, enabling static type checking and IDE autocompletion for Kubernetes library code.","skillfed_tags":["type-stubs","kubernetes","static-typing"],"use_cases":["Enable mypy or Pyright to type-check code that uses the Kubernetes Python client without false positives.","Get IDE autocomplete and inline API documentation when writing Kubernetes client code in VSCode or PyCharm.","Catch Kubernetes API usage errors at development time rather than at runtime.","Maintain type safety in large projects that orchestrate or manage Kubernetes clusters via Python."],"what_it_does":"This package provides type stub files (.pyi) for the Kubernetes Python API client library. Type stubs allow static type checkers like mypy and Pyright to understand the Kubernetes library's API surface, and they enable IDE features like autocomplete and inline documentation. The package exists as a fork because the upstream kubernetes-stubs project had not kept pace with Kubernetes releases; this fork automates stub generation to track new Kubernetes releases.\n\nYou install it alongside the main kubernetes package. It has no runtime dependencies and does not affect how your code runs\u2014it only improves the development experience by making type information available to your tools. The maintainer uses GitHub Actions to detect new Kubernetes releases and automatically build corresponding stubs, so the package stays synchronized with the upstream library.","worth_installing":"Yes, if you use the Kubernetes Python client and want static type checking or IDE support. It has no runtime cost, low install friction, and is actively maintained. The main caveat is verifying that the stubs match your installed Kubernetes client version\u2014check the fork's release notes to confirm coverage for your version."},"id":"kubernetes-stubs-elephant-fork","links":{"html":"https://skillfed.io/packages/kubernetes-stubs-elephant-fork","md":"https://skillfed.io/packages/kubernetes-stubs-elephant-fork.md","pypi":"https://pypi.org/project/kubernetes-stubs-elephant-fork/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-20","license_spdx":null,"license_treatment":"permissive","name":"kubernetes-stubs-elephant-fork","python_support":"unspecified","summary":"Type stubs for the Kubernetes Python API client"},"popularity":{"monthly_downloads":3028322,"position":2782,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"36.0.3.post1"}
