Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.22 KB

File metadata and controls

16 lines (9 loc) · 1.22 KB

maat-scripts

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.

2nd Edition: Python 3 Scripts

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.

Legacy support: Python 2

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.