Pylint

Pylint
Initial release 2001
Stable release 1.4.1[1] / January 16, 2015
Operating system Unix-like and Microsoft Windows
License General Public License
Website www.pylint.org

Pylint is a source code bug and quality checker for the Python programming language. It follows the style recommended by PEP 8, the Python style guide.[2] It is similar to Pychecker but includes the following features:

It is also equipped with the Pyreverse module that allows UML diagrams to be generated from Python code.

See also

References

External links