aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyflakes/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2022-12-15 19:50:06 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-17 09:13:59 +0700
commitb0c59efa716f05b8dc9003db6662af3f8b9850ea (patch)
treee793eb0505e319676f74509f3b91aa80c52102a0 /python/python3-pyflakes/README
parent2158e832e84dd168e54debed5e1db941067e94f5 (diff)
python/python3-pyflakes: Added (check Python source files)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyflakes/README')
-rw-r--r--python/python3-pyflakes/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-pyflakes/README b/python/python3-pyflakes/README
new file mode 100644
index 0000000000..6570ff94c0
--- /dev/null
+++ b/python/python3-pyflakes/README
@@ -0,0 +1,5 @@
+simple program which checks Python source files for errors.
+
+Pyflakes analyzes programs and detects various errors. It works
+by parsing the source file, not importing it, so it is safe to
+use on modules with side effects. It’s also much faster.