The detailed analysis tool for git repositories.
The latest stable version can be installed directly from PyPI:
pip install git-analytics
To run, enter the command and open the browser at http://localhost:8000/.
git-analytics
poetry install --with dev
poetry run git-analytics
poetry run pytest
poetry run pytest --cov=git_analytics --cov-report=term-missing --cov-fail-under=40
poetry run mypy .
poetry run ruff check .
poetry run ruff check --select I .