aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-08-11 13:27:07 -0400
committerGitHub <noreply@github.com>2016-08-11 13:27:07 -0400
commit31ae68d57fd2e80b774a5140b18b221f437ffce0 (patch)
tree1cdc5b125ef1e2508f4d5d8ebe42f3025704faf8
parent29b291e682550d40c1154989116e84e7731e568b (diff)
downloadverhawk-31ae68d57fd2e80b774a5140b18b221f437ffce0.tar.gz
Wording
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e052413..26c46b2 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A simple Python package version scanner.
## What isn't verhawk?
-A complex Python package version scanner. Verhawk does not account for every edge case, nor does it provide filtering of any kind. For example, depending how modules are nested for each sub-package you may even encounter output such as `"package.thing=module <module '/path/to/module/module.py'>"`, and it breaks JSON. In which case, use `--exclude` to remove the offending module from the output stream, or pipe `verhawk` through `grep` and filter such results, then convert the keypairs (`module=version`) manually.
+A complex Python package version scanner. Verhawk does not account for every edge case, nor does it provide advanced filtering of any kind. For example, depending how modules are nested for each sub-package you may even encounter output such as `"package.thing=module <module '/path/to/module/module.py'>"`, and it breaks JSON. In which case, use `--exclude` to remove the offending module from the output stream, or pipe `verhawk` through `grep` and filter such results, then convert the keypairs (`module=version`) manually.
These are known issues and unlikely to be addressed.