Metadata-Version: 2.1
Name: kubernetes-stubs
Version: 18.20.0
Summary: Type stubs for the Kubernetes Python API client
License: Apache-2.0
Author: Nikhil Benesch
Author-email: nikhil.benesch@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# kubernetes-stubs

[![PyPI](https://img.shields.io/pypi/v/kubernetes-stubs)](https://pypi.org/project/kubernetes-stubs/)

Python type stubs for the [Kubernetes API client](https://github.com/kubernetes-client/python).
The version numbers of this package track upstream's. PRs to fix bugs are
welcomed.

## Usage

```
pip install kubernetes-stubs
```

