Dan Rapp 47dd12abfd Create csv generator as a parallel to HTML Report Creator vor 7 Jahren
doc (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files vor 7 Jahren
gitstats Create csv generator as a parallel to HTML Report Creator vor 7 Jahren
.gitattributes (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files vor 7 Jahren
.gitignore (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files vor 7 Jahren
MANIFEST.in (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files vor 7 Jahren
Makefile Fix Makefile `make man` to work w/o .git vor 11 Jahren
README.md (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files vor 7 Jahren
setup.cfg (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files vor 7 Jahren
setup.py Convert Author into a dataclass vor 7 Jahren
versioneer.py (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files vor 7 Jahren

README.md

GitStats

A utility to pull a number of statistics from a git repo including:

  • Total LOC
  • LOC (by various time periods)
  • Commits (by various time periods)
  • Commits (by various authors)
  • Files (by type)
  • Files (by various time periods)
  • Tags (by date, authors, volume)

Usage

pip install gitstats

gitstats <repo_dir>+ <output_dir>