Giter VIP home page Giter VIP logo

gitstats's Introduction

MIT license

GitStats

This project exists to perform SLOC (Source Line of Code) counts on local git repositories and to break that information down by author. It accomplishes this by performing a recursive git blame on each source file in the repo.

Example Uses:

To obtain SLOC-by-author stats on a particular repo:

python git_author_stats.py --repo /path/to/repo

To obtain SLOC-by-author stats for all modifications starting in 2017:

python git_author_stats.py --repo /path/to/repo --start-time 2017-01-01

To obtain SLOC-by-author stats for all modifications in 2016:

python git_author_stats.py --repo /path/to/repo --start-time 2016-01-01 --end-time 2017-01-01

gitstats's People

Contributors

msimms avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

gitstats's Issues

python3 support

Make this compatible with python3, while maintaining compatibility with python2.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.