Dan Rapp ed4ac3e13e Significant rework: 7 年前
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 年前
doc (Stage 1) 7 年前
gitstats 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 年前
.gitattributes (Stage 1) 7 年前
.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 年前
MANIFEST.in (Stage 1) 7 年前
Makefile Fix Makefile `make man` to work w/o .git 11 年前
README.md 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 年前
setup.cfg (Stage 1) 7 年前
setup.py 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 年前
versioneer.py (Stage 1) 7 年前

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>

OR

gencsvstats <repo_dir>+ <output_dir>