mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-19 14:58:12 +01:00
📊 The statistical analysis tool for git repositories
The calculation is rather simple and is not meant to be a reflection of McCabes's cyclomatic complexity number. Instead, it is an approximation, implemented in a more general way and supporting many different languages through the use of regular expression matching. The initial languages supported in this metric are: Java, JavaScript, C, C++ and Python. If anyone needs support for some other language, patches to the metric module (metrics.py) are welcome. |
||
---|---|---|
gitinspector | ||
tests | ||
.gitignore | ||
.pylintrc | ||
DESCRIPTION.txt | ||
LICENSE.txt | ||
MANIFEST.in | ||
README.txt | ||
setup.py | ||
stdeb.cfg |
Copyright © 2012-2014 Ejwa Software. All rights reserved. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see the accompanying LICENSE.txt file for further details. For questions regarding gitinspector you can contact the current maintainer in charge at gitinspector@ejwa.se. To run gitinspector; please start it via the gitinspector/gitinspector.py script. Use the -h or --help flags to get help about available options. It is also possible to set gitinspector options using the "git config" command. Refer to the project page at http://gitinspector.googlecode.com for more information.