Metadata-Version: 2.1
Name: kubecfg
Version: 0.0.2
Summary: Python library and cli utility to check k8s client configurations
Home-page: https://github.com/joaompinto/kubecfg
Author: João Pinto
Author-email: lamego.pinto@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# kubecfg

Python library and cli utility to check k8s client configurations


[![PyPi](https://img.shields.io/pypi/v/kubecfg.svg?style=flat-square)](https://pypi.python.org/pypi/kubecfg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/ambv/black)


Show configuration
![Features](https://github.com/joaompinto/kubecfg/raw/main/imgs/features.png)

Test connectivity
![Features](https://github.com/joaompinto/kubecfg/raw/main/imgs/ping.png)

# Install
```sh
pip install kubecfg
```

# Run
```sh
kubecfg
```


