Claude-code — tool — lightweight CLI utility with configurable settings
- ✅ Plugin system with hot-reload capability
- ✅ Rate limiting middleware per user
- ✅ Command handler with customizable prefix
- ✅ Role-based permission system
- ✅ Configurable via YAML with .env secrets
- ✅ Auto-reconnect on connection loss
pyhub is built for claude-code users who need a reliable, open-source solution.
MIT tool. See tool for details.
If you find pyhub useful, give it a ⭐ — it helps others discover this project.
Found a bug? Open an issue.##
python main.py --help
python main.py run
python main.py run --config settings.yamlOption 1: Download from Releases and extract
Option 2: Clone and run
git clone https://github.com/kevinraj-dev1990m7/pyhub.git
cd pyhub
pip install -r requirements.txt
python main.pyCopy and edit the example config:
cp config.example.yaml config.yaml