Dan Rapp b414bd5e23 (Final Stage) před 7 roky
doc (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files před 7 roky
gitstats (Final Stage) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files před 7 roky
.gitattributes (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files před 7 roky
.gitignore (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files před 7 roky
MANIFEST.in (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files před 7 roky
Makefile Fix Makefile `make man` to work w/o .git před 11 roky
README.md (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files před 7 roky
setup.cfg (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files před 7 roky
setup.py (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files před 7 roky
versioneer.py (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files před 7 roky

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>