summaryrefslogtreecommitdiff
path: root/python/python-mccabe/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-10-14 14:31:39 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-15 14:58:28 +0700
commiteb0ec8e7fa70129f52e548cef120ac74be5413d6 (patch)
tree26b71af93dad0c2a91da136f1a1cfc3d5d014a55 /python/python-mccabe/README
parent97376ee25bcced51ac76ed48c778a321e0bf1d4f (diff)
downloadslackbuilds-eb0ec8e7fa70129f52e548cef120ac74be5413d6.tar.gz
python/python-mccabe: Added (Complexity checker for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-mccabe/README')
-rw-r--r--python/python-mccabe/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-mccabe/README b/python/python-mccabe/README
new file mode 100644
index 0000000000..d462b9b785
--- /dev/null
+++ b/python/python-mccabe/README
@@ -0,0 +1,3 @@
+McCabe checker, plugin for flake8. Ned's script to
+check McCabe complexity. This module provides a plugin
+for flake8, the Python code checker.