Scripts used to post-process the results from Code Maat, the tool for mining and analyzing version-control data.
These scripts are referenced from my book Your Code as a Crime Scene.
The scripts are intended for teaching purposes, and represent a good way to get started and explore the fascinating world of behavioral code analysis. If you came looking for production quality visualizations and tools, then make sure to check out CodeScene and its free Community Edition for open source repositories.
The default branch contains the scripts for Python 3. These are the ones used in the 2nd edition of Your Code as a Crime Scene.
The master branch still contains the original scripts, compatible with Python 2.7. In the future, I hope to deprecate that support but need to keep it for as long as the 1st edition of the book is around.