Skip to content

SwamiKannan/Git-Repo-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Repo Analysis

Analysis of Git repo structures downloaded from Github

Image Credit: From Data to Viz

This project started while I was perusing other Github repositories. I was blown away by Georgios Papachristou's git repo on an AI assistant. However it was a huge struggle to figure where to start reading the code in the repo (Ironically, it was the Jarvis library). But that's where I decided to make this tool

Functionality:

Analysis the folder structure of the git repo, identifies all .py files and builds a graph that shows which files call which other files.

Operation:

  • Extract start.py and the src folder to the main git repo
  • Run:
``` python start.py ```

Screenshots:

  • Graphics results:
Repo folder structure Network graph


  • Command prompt results

To-do:

Only parent folders are mapped right now. Need to add sub-folders to the mix.

Releases

No releases published

Packages

 
 
 

Languages