.gitignore
LICENSE
pyproject.toml
.github/workflows/ci.yml
src/gitmri/__init__.py
src/gitmri/__main__.py
src/gitmri/cli.py
src/gitmri.egg-info/PKG-INFO
src/gitmri.egg-info/SOURCES.txt
src/gitmri.egg-info/dependency_links.txt
src/gitmri.egg-info/entry_points.txt
src/gitmri.egg-info/requires.txt
src/gitmri.egg-info/top_level.txt
src/gitmri/analysis/__init__.py
src/gitmri/analysis/activity.py
src/gitmri/analysis/contributors.py
src/gitmri/analysis/hotspots.py
src/gitmri/analysis/stats.py
src/gitmri/core/__init__.py
src/gitmri/core/config.py
src/gitmri/core/models.py
src/gitmri/core/scanner.py
src/gitmri/git/__init__.py
src/gitmri/git/adapter.py
src/gitmri/git/errors.py
src/gitmri/git/parser.py
src/gitmri/report/__init__.py
src/gitmri/report/assets.py
src/gitmri/report/renderer.py
src/gitmri/report/templates/report.html.j2
src/gitmri/report/templates/partials/activity.html.j2
src/gitmri/report/templates/partials/contributors.html.j2
src/gitmri/report/templates/partials/footer.html.j2
src/gitmri/report/templates/partials/header.html.j2
src/gitmri/report/templates/partials/hotspots.html.j2
src/gitmri/report/templates/partials/summary.html.j2
src/gitmri/report/templates/static/charts.js
src/gitmri/report/templates/static/style.css
src/gitmri/resolver/__init__.py
src/gitmri/resolver/cache.py
src/gitmri/resolver/input.py
src/gitmri/utils/__init__.py
src/gitmri/utils/formatting.py
src/gitmri/utils/fs.py
src/gitmri/utils/time.py
tests/conftest.py
tests/e2e/test_cli.py
tests/integration/test_git_adapter.py
tests/integration/test_report.py
tests/unit/test_cache.py
tests/unit/test_hotspots.py
tests/unit/test_input_resolver.py
tests/unit/test_parser.py
tests/unit/test_stats.py