Giter Club home page Giter Club logo

git-stats's Introduction

GIT Stats

Creates useful statistics (activity, author, and keyword) above git repository. Every statistic you can print to console output or to file.

Activity stats

Creates activity statistics based on time when contributors committed to project repository.

Usage

$ cd git-stats
$ python git-activity-stats.py --last-week

Options

--help - show help
--include-merges - include merge
--since
--until
--before
--after
--last-month
--last-week
--result - path to result file

Output

activity_stats

Author stats

Creates author statistics as commits count, file changed count, count of inserted and deleted code lines etc.

Usage

$ cd git-stats
$ python git-author-stats.py --last-week

Options

--help - show help
--include-merges - include merge
--since
--until
--before
--after
--last-month
--last-week
--result - path to result file

Output

author_stats

Keyword stats

Creates keyword statistics based on commit messages. Searchable keywords you can find in default-keyword.json file. You can create own json file or use default one.

Usage

$ cd git-stats
$ python git-keyword-stats.py --last-week

Options

--help - show help
--include-merges - include merge
--since
--until
--before
--after
--last-month
--last-week
--result - path to result file
--keywords - path to keyword JSON file. Default file is default-keyword.json

Output

keyword_stats

Dependences

Contribution

Have an idea? Found a bug? See how to contribute.

License

MIT see LICENSE for the full license text.

git-stats's People

Contributors

karster avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.