Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 8d20819

Browse files
add a simple README file
1 parent 20f1c29 commit 8d20819

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
========
2+
pyflakes
3+
========
4+
5+
A simple program which checks Python source files for errors.
6+
7+
Description
8+
-----------
9+
10+
Pyflakes is similar to PyChecker in scope, but differs in that
11+
it does not execute the modules to check them.
12+
This is both safer and faster, although it does not perform as many checks.
13+
14+
Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style.
15+
16+
Download
17+
--------
18+
19+
**Warning:**
20+
There has been some uncertainty on where gets pyflakes developed since year 2011.
21+
22+
pyflakes on PyPy:
23+
http://pypi.python.org/pypi/pyflakes
24+
25+
pyflakes on GitHub:
26+
https://github.com/kevinw/pyflakes
27+
28+
pyflakes on BitBucket:
29+
https://bitbucket.org/birkenfeld/pyflakes-ast
30+
31+
pyflakes on Lauchpad (inactive?):
32+
https://launchpad.net/pyflakes
33+
34+

0 commit comments

Comments
 (0)