Skip to main content

A way of visualizing a heat map of a git repo

Project description

heatwave

A tool for displaying a visual representation of your git history.

Heatwave generates a heat map of your git commits, similar to how GitHub's heat map looks. View all commits or a single user's commits for the past year or previous years.

Installation

Recommend Way

The easiest way to install heatwave is with pip.

pip install heatwave

Manual Way

To install this manually, clone this repo and then install all neede requirements use pip like so:

pip install -r requirements.txt'

Usage

View All Committers

View repo stats for all committers:

$ ./heatwave.py /path/to/my/repo -a

All Commits

View All Committers For Several Years

View 3 years worth of commits:

$ ./heatwave.py /path/to/my/repo -a -y 3

3 Years of Committs

View A Specific Committer

View stats on a particular committer:

$ ./heatwave.py 'James Stoup' /path/to/my/repo

One User

View Number of Commits

View number of commits a user made, instead of color:

$ ./heatwave.py --status-type number 'James Stoup' /path/to/my/repo

One User By Numbers

Other Options

List everyone who committed to this repo:

$ ./heatwave.py /path/to/my/repo -l

View detailed stats on a particular committer:

$ ./heatwave.py -v 'James Stoup' /path/to/my/repo

View detailed stats on everyone going back 10 years

$ ./heatwave.py /path/to/my/repo -v -a -y 10

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

heatwave-1.0.4.tar.gz (1.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page