{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/7"}],"enrichment":{"capability":"Provides Python type stubs for the Kubernetes API client, enabling static type checking and IDE autocompletion when working with the upstream kubernetes package.","skillfed_tags":["type-stubs","kubernetes","abandoned"],"use_cases":["Enable type checking in scripts that call the Kubernetes Python client","Get IDE autocompletion and inline type hints when writing Kubernetes client code","Verify at development time that your API calls match the client's expected signatures","Maintain a typed codebase that depends on the Kubernetes client without type errors"],"what_it_does":"kubernetes-stubs is a type-stub package that mirrors the Kubernetes Python API client's public interface, allowing static type checkers and IDEs to understand the types and signatures of client calls. Type stubs are metadata-only files that describe what types a library exposes; they don't add runtime behavior.\n\nThe package is useful if you write type-checked Python code that uses the Kubernetes client library. Its version numbers track the upstream package, so version 22.6.0.post1 corresponds to Kubernetes client 22.6.0. However, the package has not been updated since 2022-04-20 and is no longer maintained, meaning it will not reflect API changes in newer client releases.","worth_installing":"Yes, if you are using Kubernetes client version 22.6.x and need type checking support. No, if you use a newer client version\u2014the stubs are outdated and will not reflect current API. Check whether the upstream package now includes inline type hints or whether an actively maintained alternative exists before installing."},"id":"kubernetes-stubs","links":{"html":"https://skillfed.io/packages/kubernetes-stubs","md":"https://skillfed.io/packages/kubernetes-stubs.md","pypi":"https://pypi.org/project/kubernetes-stubs/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-04-20","license_spdx":null,"license_treatment":"permissive","name":"kubernetes-stubs","python_support":"unspecified","summary":"Type stubs for the Kubernetes Python API client"},"popularity":{"monthly_downloads":654583,"position":5522,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"22.6.0.post1"}
