|
|
vor 2 Monaten | |
|---|---|---|
| __pycache__ | vor 2 Monaten | |
| doc | vor 11 Jahren | |
| .gitignore | vor 2 Monaten | |
| Makefile | vor 11 Jahren | |
| README.md | vor 2 Monaten | |
| arrow-down.gif | vor 17 Jahren | |
| arrow-none.gif | vor 17 Jahren | |
| arrow-up.gif | vor 17 Jahren | |
| gitstats | vor 2 Monaten | |
| gitstats.css | vor 15 Jahren | |
| sortable.js | vor 17 Jahren |
gitstats3 is a git history statistics generator, ported from Python 2 to Python 3.
This project allows you to analyze and visualize various statistics from a git repository, such as commit activity, author contributions, and more. It is a fork of the original gitstats project, updated to work with modern Python environments.
Clone the repository:
git clone https://github.com/lechibang-1512/gitstats3.git
cd gitstats3
Install required dependencies (if any):
pip install -r requirements.txt
To generate statistics for a git repository:
python gitstats <path-to-git-repo> <output-directory>
Example:
python gitstats /path/to/your/repo /path/to/output
This will analyze the git repository and generate an HTML report in the output directory.
This project is a fork of hoxu/gitstats. Please refer to the original project for licensing details.