Skip to content

git analyser (gitan): download metadata from github API, analyse them and return results on a web page.

License

Notifications You must be signed in to change notification settings

kingsdigitallab/gitan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • create a local database of django models found across several github repositories
  • web page to browse and search those models with direct link to github source code

screenshot

Requirements

  • Python 3
  • pipenv
  • A personal github access token

Installation

Open a terminal, clone the repo and change into the repo directory:

cp local_settings_template.py local_settings.py
# set you github key in local_settings.py
pipenv sync

Download and process metadata

pipenv shell
python gitan.py download
python gitan.py parse

Browse metadata

python gitan.py runserver 8080
# point your browser to localhost:8080
# ctrl+C to stop the server

About

git analyser (gitan): download metadata from github API, analyse them and return results on a web page.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published