/mccabe-console-script

Add a console script for the mccabe complexity checker

Primary LanguagePythonOtherNOASSERTION

mccabe-console-script

A package that creates a console script for the McCabe complexity checker.

Installation:

pip install mccabe-console-script

Usage:

mccabe --min 5 my_file.py