A modular app for managing horse show registrations, tracking, and scoring. Supports web and CLI interfaces. Built with Python. 🐍
- User registration for horses/riders
- Event tracking and scorekeeping
- Web dashboard and terminal access
- Clone the repo:
git clone https://github.com/yourusername/horse-show-app.git - Install dependencies:
pip install -r requirements.txt - Set up environment variables (see .env.example)
- Web:
python src/web/app.py - CLI:
python src/cli/main.py --help
- Run tests:
pytest - Contribute: See CONTRIBUTING.md (add this file for guidelines)
GPLv2