author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Fri, 12 Nov 2010 22:06:14 +0200 | |
changeset 694 | 9d27c3b62d3b |
parent 693 | 14208482f30d |
child 695 | 2667994643de |
python.rst | file | annotate | diff | comparison | revisions |
--- a/python.rst Fri Nov 12 22:05:45 2010 +0200 +++ b/python.rst Fri Nov 12 22:06:14 2010 +0200 @@ -10,3 +10,13 @@ $ python -m compileall dir +* Code analyzers and style checkers. + +** Pylint. + + http://www.logilab.org/857 + http://pypi.python.org/pypi/pylint + +** PyChecker. + + http://pychecker.sourceforge.net/