Metadata-Version: 2.4
Name: ipmi-menu
Version: 1.0.4
Summary: Interactive ipmitool menu
Author: Florian THIERCELIN
License: MIT
Keywords: ipmi,ipmitool,bmc,datacenter,kvm,sol
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# ipmi-menu

Menu interactif autour de `ipmitool` (Power, Boot Option, SOL, Infos).

## Prérequis
- Python 3.9+
- `ipmitool` dans le PATH

### Installation sur MAC
```bash
brew install pipx
pipx install ipmi-menu
pipx ensurepath
```

### Redémarrer votre terminal
```bash
ipmi-menu
```
