summaryrefslogtreecommitdiffstats
path: root/python/python3-pyflakes/README
diff options
context:
space:
mode:
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.