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.
- Python 3.9 or higher
- GitPython
- tqdm
- requests
- Clone linux kernel repository
- 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
- The result will be saved in
result.json
file and html files indetail
- Use web server to serve
index.html
,result.json
anddetail
to view the result