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>