pycodestyle (formerly called pep8) - Python style guide checker
===============================================================
pycodestyle is
a tool to check your Python code against some of the style
conventions in `PEP
8`_.
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/
.. note:
This
package used to be called ``pep8`` but was renamed to ``pycodestyle``
to
reduce confusion. ...
|