Skip to main content

Git history statistics generator (Forked from KaivnD/gitstats for support python3)

Project description

gitstats for python 3

PyPI ghcr Maintainability pre-commit.ci status

  • Git history statistics generator
  • Forked from KaivnD/gitstats for support python3

Install

pip install git+https://github.com/eggplants/gitstats
# OR
pip install gitstats-forked

Usage

$ gitstats -h
usage: gitstats [-h] [-c K=V] [-V] gitpath [gitpath ...] outputpath

Git history statistics generator

positional arguments:
  gitpath               repo path to look up
  outputpath            dir path to output result

options:
  -h, --help            show this help message and exit
  -c K=V, --config K=V  override configuration value (default: None)
  -V, --version         show program's version number and exit

Default config values:
  - max_domains=10
  - max_ext_length=10
  - style='gitstats.css'
  - max_authors=20
  - authors_top=5
  - commit_begin=''
  - commit_end='HEAD'
  - linear_linestats=1
  - project_name=''
  - processes=8
  - start_date=''

Please see the manual page for more details.

For Example

gitstats -c start_date=2021-07-14 <gitdir> <outputdir>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitstats_forked-0.1.0.tar.gz (24.8 kB view hashes)

Uploaded Source

Built Distribution

gitstats_forked-0.1.0-py3-none-any.whl (25.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page