summaryrefslogtreecommitdiffstats
path: root/python/python3-mccabe/README
diff options
context:
space:
mode:
author Markus Rinne <markus.ka.rinne@gmail.com>2018-08-13 00:01:18 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-18 08:39:47 +0700
commit92d1ce84b6bb23d20ec890afa5a48d7f9a447f9d (patch)
treed72adf7af39072693cd1aff719462993fbd44513 /python/python3-mccabe/README
parenta898895a64cfbe451db78c32cd320d781ca7ddc6 (diff)
downloadslackbuilds-92d1ce84b6bb23d20ec890afa5a48d7f9a447f9d.tar.gz
slackbuilds-92d1ce84b6bb23d20ec890afa5a48d7f9a447f9d.tar.xz
python/python3-mccabe: Added (Complexity checker for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-mccabe/README')
-rw-r--r--python/python3-mccabe/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-mccabe/README b/python/python3-mccabe/README
new file mode 100644
index 0000000000..8294c57e46
--- /dev/null
+++ b/python/python3-mccabe/README
@@ -0,0 +1,5 @@
+McCabe checker, plugin for flake8. Ned's script to
+check McCabe complexity. This module provides a plugin
+for flake8, the Python code checker.
+
+Dependency pytest-runner must be built with Python 3 support.