A Python CLI tool for fetching and analyzing GitHub repository statistics.
- Fetch repo stats (stars, forks, watchers, issues)
- Compare multiple repositories
- Cache API responses
- Export to JSON, CSV, Markdown
pip install -e .# Get stats for a repo
gh-analytics stats owner/repo
# Compare repos
gh-analytics compare owner/repo1 owner/repo2pip install -e ".[dev]"
pytest