Skip to content
parsecmonkey edited this page Nov 25, 2021 · 3 revisions

RepoMainForPy

 _____              _____ _                   
|  _  |___ ___ ___ |     |_|___ ___           
|    _|  _| . | . || | | | |   |  _|          
|_|\__|___|  _|___||_|_|_|_|_|_|___| for Py 
          |_|                                 

A sample program for repository mining using GitPython.

Development environment

  • Windows 10
  • Python 3.10.0
  • Git 2.29.2.windows.3
  • GitPython 3.1.24

Pip install

$ pip install GitPython
$ pip install matplotlib
$ pip install seaborn
$ pip install tqdm

Execution method

$ python src/main.py

Operation commands

help

$ help

display command list

clone

$ clone [repository url]

log

$ log

diff

$ diff

plot

$ plot

exit

$ exit

session end

Clone this wiki locally