git-analytics
git-analytics copied to clipboard
Advanced analytics for Git repositories — commits, authors, code churn, lines of code, trends, and visual dashboards.
Git-Analytics
The detailed analysis tool for git repositories.
Installation
The latest stable version can be installed directly from PyPI:
pip install git-analytics
Usage
To run, enter the command and open the browser at http://localhost:8000/.
git-analytics
Screenshots

Development
Installation
poetry install --with dev
Running
poetry run git-analytics
Tests
poetry run pytest
poetry run pytest --cov=git_analytics --cov-report=term-missing --cov-fail-under=45
Type Checking
poetry run mypy .
Linting
poetry run ruff check .
poetry run ruff check --select I .