Metadata-Version: 2.1
Name: kubesh
Version: 0.0.4
Summary: A kubernetes shell
Home-page: https://github.com/joaompinto/kubesh
Author: João Pinto
Author-email: joao.pinto@vshn.ch
License: BSD-3
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: PyYAML
Requires-Dist: click
Requires-Dist: kubernetes
Requires-Dist: prompt-toolkit
Requires-Dist: pygments
Requires-Dist: tabulate

# Kubesh
Kubesh is a shell for Kubernetes users and administrators.


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

Planned features:

- Status bar:

- Kubernetes query commands:
  - [ ] list pods
  - [X] list namespaces
  - [X] list nodes

## How to use it

## Run from  the docker image
```bash
docker run --privileged -v "$HOME/.kube/config":/app/kube_config -it joaompinto/kubesh
```

## Install using Python3.6+

## How to install
```sh
# Last Release
pip3 install --user kubesh
# Development Release
pip3 install --user https://github.com/joaompinto/kubesh/archive/master.zip
```


