Display graph of changes in number of lines in project or changed lines
Project description
Git commits graph
Display plot of changes in repo - count of lines or changed lines
Installation
Use pip to install the package:
$ pip3 install git-commits-graph
or pipx to install in isolated environment:
$ pipx install git-commits-graph
Usage
plot timeline of both added and removed lines in your repo:
$ git-commits-graph your-repo-path -c
plot lines count evolution in time.
$ git-commits-graph your-repo-path -t
to see all options:
$ git-commits-graph --help
Usage: git-commits-graph [OPTIONS] GIT_DIR
Options:
-b, --branch TEXT git repository branch to browse.
-s, --style TEXT matplotlib plotting style to use.
-c, --changes plot timeline of both added and removed
lines.
-t, --total-lines plot lines count time evolution.
-g, --aggregate-by TEXT aggregate by: Y - year, M - month, W - week,
D - day
-l, --log-scale aggregate by day
-a, --list-available-plot-styles
list available plot styles and exit.
--help Show this message and exit.
Related Projects
danielfleischer/git-commits-lines-graph - A small python script to visualize the number of lines in a project, as a function of time.
License
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
Built Distribution
Close
Hashes for git_commits_graph-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49d22ec60e23353a43dc22fdc8b28efaec6c673c7e53fd44cf847b980006e1bd |
|
MD5 | 87a7ab642bba110857dd2b04ffbd9236 |
|
BLAKE2b-256 | af42049bb8d33b7a69536256a098940c20466c972f3d16e7adea6e3560917aea |