Metadata-Version: 2.4
Name: kubectl-cli-bin
Version: 1.36.3
Summary: The Kubernetes CLI (kubectl) v1.36.3 as an installable wheel
Requires-Python: >=3.8
License-Expression: Apache-2.0
License-File: LICENSE
Description-Content-Type: text/markdown
Project-URL: Upstream, https://github.com/kubernetes/kubernetes
Project-URL: Homepage, https://kubernetes.io/docs/reference/kubectl/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities

# kubectl-cli-bin

The [Kubernetes command-line tool](https://kubernetes.io/docs/reference/kubectl/)
(`kubectl`), repackaged as a Python wheel so it can be installed by `pip`,
`uv`, or any other Python packaging tool.

```sh
uv tool install kubectl-cli-bin           # standalone, on PATH
uv add kubectl-cli-bin                    # as a project dev dependency
uvx --from kubectl-cli-bin kubectl --help # one-off
```

The wheel ships the official, unmodified `kubectl` binary published by the
Kubernetes project at dl.k8s.io, verified against the release's `SHA256SUMS`
manifest at build time. This wheel version tracks the upstream `kubectl`
version: `kubectl-cli-bin==1.36.3` gives you `kubectl` v1.36.3.

This project is not affiliated with or endorsed by the Kubernetes project or
the Cloud Native Computing Foundation.
