repostat é um fork aprimorado da ferramenta gitstats.
Não tenho certeza se está relacionado ao projeto com o mesmo nome no pypi, então sua melhor aposta é fazer o download da versão mais recente do GitHub e instalá-la no seu ambiente Python.
Em novembro de 2019, eu era capaz de usar a v1.2.0 no Windows 7, depois de disponibilizar o gnuplot no PATH.
usage: repostat [-h] [-v] [-c CONFIG_FILE] [--no-browser] [--copy-assets]
git_repo output_path
Git repository desktop analyzer. Analyze and generate git statistics in HTML
format
positional arguments:
git_repo Path to git repository
output_path Path to an output directory
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-c CONFIG_FILE, --config-file CONFIG_FILE
Configuration file path
--no-browser Do not open report in browser
--copy-assets Copy assets (images, css, etc.) into report folder
(report becomes relocatable)