parsecmonkey / RepoMainForPy

A sample program for repository mining using GitPython.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • mecab 0.996

Pip install

$ pip install GitPython
$ pip install matplotlib
$ pip install seaborn
$ pip install tqdm
$ pip install mecab
$ pip install wordcloud

Execution method

$ python src/main.py

Operation commands

help

$ help

display command list

clone

$ clone

log

$ log

diff

$ diff

plot

$ plot

sample_plot.png

message

$ message

sample_message.png

exit

$ exit

session end

Font

IPAex font is used in this system. Please refer to the link for the license of the font.

IPAex Font

About

A sample program for repository mining using GitPython.

License:MIT License


Languages

Language:Python 100.0%