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

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>