Dan Rapp 75c1286cd4 Update setup and readme пре 7 година
bin differentiate this package from the one that is already on pypi пре 7 година
gitstats Remove unused (for csv generation) code. пре 7 година
.gitattributes (Stage 1) пре 7 година
.gitignore Significant rework: пре 7 година
MANIFEST.in (Stage 1) пре 7 година
README.md Update setup and readme пре 7 година
setup.cfg (Stage 1) пре 7 година
setup.py Update setup and readme пре 7 година
versioneer.py (Stage 1) пре 7 година

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