Dan Rapp af2be5277d Handle exclusion of resource files from some of the reporting 7 lat temu
doc (Stage 1) 7 lat temu
gitstats Handle exclusion of resource files from some of the reporting 7 lat temu
.gitattributes (Stage 1) 7 lat temu
.gitignore (Stage 1) 7 lat temu
MANIFEST.in (Stage 1) 7 lat temu
Makefile Fix Makefile `make man` to work w/o .git 11 lat temu
README.md (Stage 1) 7 lat temu
setup.cfg (Stage 1) 7 lat temu
setup.py Convert Author into a dataclass 7 lat temu
versioneer.py (Stage 1) 7 lat temu

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>