|
|
hace 2 meses | |
|---|---|---|
| __pycache__ | hace 2 meses | |
| doc | hace 11 años | |
| .gitignore | hace 2 meses | |
| Makefile | hace 11 años | |
| README.md | hace 2 meses | |
| arrow-down.gif | hace 17 años | |
| arrow-none.gif | hace 17 años | |
| arrow-up.gif | hace 17 años | |
| gitstats | hace 2 meses | |
| gitstats.css | hace 15 años | |
| sortable.js | hace 17 años |
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.