Dan Rapp e4969fba40 Update project url hace 7 años
doc (Stage 1) hace 7 años
gitstats Update project url hace 7 años
.gitattributes (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files hace 7 años
.gitignore (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files hace 7 años
MANIFEST.in (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files hace 7 años
Makefile Fix Makefile `make man` to work w/o .git hace 11 años
README.md (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files hace 7 años
setup.cfg (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files hace 7 años
setup.py Switch from print to logging Handle multiprocessing_logging hace 7 años
versioneer.py (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files hace 7 años

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>