Clizard is a lightweight Python toolkit that streamlines the creation and management of command‑line interfaces (CLIs).
- Build argparse parsers with common options
- Auto-generate rich CLI from existing ArgumentParser
- Persist settings in a JSON-backed Config store
- Register slash‑commands via @command decorator
Full documentation, including API reference and examples, is available at: https://erdogant.github.io/clizard/
Stable release (PyPI):
pip install clizard# Go to the repo dir.
clizard# Create custom clizard file
clizardmakeThis project is licensed under the MIT License — see the LICENSE file for details.