Metadata-Version: 2.4
Name: ipmi-menu
Version: 1.0.0
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

## Lancer

### Mode simple
```bash
./scripts/ipmi
```

## Notes
- Les textes (prompts/labels/messages) sont centralisés dans `ipmi_menu/config/messages.fr.json`.
- Les defaults (user, password, interface, port, timeout) sont dans `ipmi_menu/config/settings.py`.
