Dan Rapp 6f7df47bc3 Handle errors a bit better преди 7 години
doc (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files преди 7 години
gitstats Handle errors a bit better преди 7 години
.gitattributes (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files преди 7 години
.gitignore (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files преди 7 години
MANIFEST.in (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files преди 7 години
Makefile Fix Makefile `make man` to work w/o .git преди 11 години
README.md (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files преди 7 години
setup.cfg (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files преди 7 години
setup.py Convert Author into a dataclass преди 7 години
versioneer.py (Stage 1) Upgrade to python 3 Make this a module (and installable) Refactor single file into discrete files преди 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>