Analyze the code from remote git repositories and show how they grew over time.
I used this to create this chart of my blood pressure monitor project:
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