Dan Rapp d436ac85bb A few fixes 7 år sedan
doc (Stage 1) 7 år sedan
gitstats A few fixes 7 år sedan
.gitattributes (Stage 1) 7 år sedan
.gitignore (Stage 1) 7 år sedan
MANIFEST.in (Stage 1) 7 år sedan
Makefile Fix Makefile `make man` to work w/o .git 11 år sedan
README.md (Stage 1) 7 år sedan
setup.cfg (Stage 1) 7 år sedan
setup.py Convert Author into a dataclass 7 år sedan
versioneer.py (Stage 1) 7 år sedan

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>