Metadata-Version: 2.1
Name: pyrepohistory
Version: 0.0.8
Author: Matt Gaughan
Description-Content-Type: text/markdown
License-File: LICENSE

small library to quickly get by-commit software repository history to facilitate modeling of project lifecycles.

there are other vcs analysis tools. this is indended to be:
- a lightweight, minimum viable data collection tool 
- support longitudinal data collection out of the box 

installation:

```
pip install pyrepohistory
```
