Souls-R / linux-edu-rank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Kernel Patch Statistic among Universities

Introduction

This project is to do some data statistics about Linux kernel patches contributed by universities.

The result is displayed in a web page with a table.

Pre-requisites

  • Python 3.9 or higher
  • GitPython
  • tqdm
  • requests

How to run

  1. Clone linux kernel repository
  2. Run the following command to get the result json file
./linux-statistic.py --path /path/to/linux-kernel-repo --branch BRANCH_NAME --repo DISPLAY_REPO_NAME
  1. The result will be saved in result.json file and html files in detail
  2. Use web server to serve index.html, result.json and detail to view the result

About

License:BSD 2-Clause "Simplified" License


Languages

Language:HTML 52.7%Language:Python 47.3%