Dan Rapp 75c1286cd4 Update setup and readme 7 gadus atpakaļ
bin differentiate this package from the one that is already on pypi add new console script for gencsvstats add script to publish to internal pypi 7 gadus atpakaļ
gitstats Remove unused (for csv generation) code. 7 gadus atpakaļ
.gitattributes (Stage 1) 7 gadus atpakaļ
.gitignore Significant rework: * Read in full revision graph * Use Tokei to get detailed LOC measurements for each rev * Trim down number of csv files created 7 gadus atpakaļ
MANIFEST.in (Stage 1) 7 gadus atpakaļ
README.md Update setup and readme 7 gadus atpakaļ
setup.cfg (Stage 1) 7 gadus atpakaļ
setup.py Update setup and readme 7 gadus atpakaļ
versioneer.py (Stage 1) 7 gadus atpakaļ

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>

Dependencies

This module is dependant upon Tokei. On OSX, brew install tokei