Dan Rapp 7c8a428656 Remove unused (for csv generation) code. hace 7 años
bin differentiate this package from the one that is already on pypi hace 7 años
gitstats Remove unused (for csv generation) code. hace 7 años
.gitattributes (Stage 1) hace 7 años
.gitignore Significant rework: hace 7 años
MANIFEST.in (Stage 1) hace 7 años
README.md Remove unused (for csv generation) code. hace 7 años
setup.cfg (Stage 1) hace 7 años
setup.py Remove unused (for csv generation) code. hace 7 años
versioneer.py (Stage 1) hace 7 años

README.md

GitStats

A utility to pull a number of statistics from a git repo including:

  • Total LOC (by file type)
  • LOC (by various time periods)
  • Commits (by various time periods)
  • Commits (by various authors)
  • Files (by type)
  • Files (by various time periods)

Usage

pip install gitstats

gitstats <repo_dir>+ <output_dir>