Hacky python scripts to plot the lines of code in a remote repository.
- Python 100%
Bumps the pip group with 1 update in the / directory: [fonttools](https://github.com/fonttools/fonttools). Updates `fonttools` from 4.46.0 to 4.61.0 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.46.0...4.61.0) --- updated-dependencies: - dependency-name: fonttools dependency-version: 4.61.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> |
||
|---|---|---|
| .github | ||
| .gitignore | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
Git code analyzer
Analyze the code from remote git repositories and show how they grew over time.
Sample
I used this to create this chart of my blood pressure monitor project:
Usage
To run this for the sample repo install the requirements pip install -r requirements.txt and run the project.
To configure it, change the main method at the bottom of the file. You can:
- change the
repo_urlor thefile_extensionin the call toanalyzeto try other repositories - remove the
data = analyze...andserialize_to_file...lines and comment out thedata = deserialize...line in case you already have your data and are only modifying plot generation