Skip to content

n0rfas/git-analytics

Git-Analytics

PyPI Python Versions code quality check python versions check

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

screenshot 1

screenshot 2

screenshot 3

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=40

Type Checking

poetry run mypy .

Linting

poetry run ruff check .
poetry run ruff check --select I .