Dan Rapp 6c767b1c2d differentiate this package from the one that is already on pypi 7 vuotta sitten
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 vuotta sitten
doc (Stage 1) 7 vuotta sitten
gitstats 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 vuotta sitten
.gitattributes (Stage 1) 7 vuotta sitten
.gitignore (Stage 1) 7 vuotta sitten
MANIFEST.in (Stage 1) 7 vuotta sitten
Makefile Fix Makefile `make man` to work w/o .git 11 vuotta sitten
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 vuotta sitten
setup.cfg (Stage 1) 7 vuotta sitten
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 vuotta sitten
versioneer.py (Stage 1) 7 vuotta sitten

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>