Metadata-Version: 2.4
Name: kubmonitor-cli
Version: 0.1.0
Summary: A rich CLI Kubernetes monitor
Home-page: https://github.com/yyx/kubmonitor-cli
Author: yyx
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Requires-Dist: psutil
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# KubMonitor CLI

A beautiful, nvitop-style Kubernetes monitor for your terminal.

## Installation

1.  Navigate to the directory:
    ```bash
    cd kubmonitor_cli
    ```
2.  Install the package:
    ```bash
    pip install .
    ```

## Usage

Run the tool with the target namespace:

```bash
kubmonitor <namespace>
```

Example:
```bash
kubmonitor eidf098ns
```

## shortcuts
- `q`: Quit

## Metrics
- **Cluster**: CPU, Memory, GPU quotas from Kubernetes.
- **Local**: Real-time CPU (per core) and Memory usage of the host machine.
