Daniel Rapp 48da355c1a
Merge d35a51100e276f7c91d8c59fe7690ccc024c3d95 into 55c5c285558c410bb35ebf421245d320ab9ee9fa
7 lat temu
bin differentiate this package from the one that is already on pypi 7 lat temu
gitstats Fix column names 7 lat temu
.gitattributes (Stage 1) 7 lat temu
.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 lat temu
MANIFEST.in (Stage 1) 7 lat temu
README.md Update setup and readme 7 lat temu
setup.cfg (Stage 1) 7 lat temu
setup.py Update setup and readme 7 lat temu
versioneer.py (Stage 1) 7 lat temu

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