-
Notifications
You must be signed in to change notification settings - Fork 0
liorbass/git_centrality
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project aims to help effectivity of refactoring by analysing git repo as a graph. Currently the script runs on a repo given as run argument. The current modeling is that each change is a node, there is an edge between nodes if the change is in the same commit or of it is to the same function Most of the heavy lifting is done by networkx- for graph computation and pydriller for git crawling.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published