prospector

comprehensive static Python code analyzer

Description

Prospector analyzes Python source files and puts out information about coding errors, potential problems, convention violation and unnecessary complexity.

It provides an uniform and flexible interface for these tools:
 - Pylint (extensive Python code checker)
 - Pyflakes (checks Python code for logical errors)
 - Pycodestyle (checks for PEP-8 coding style conventions)
 - Pep8-naming (checks for PEP-8 naming conventions not covered by pycodestyle)
 - McCabe (checks for cyclomatic code complexity)
 - Pydocstyle (checks for compliance with the PEP-257 docstring conventions)
 - Dodgy (checks for hard coded passwords, VCS diff checkins etc.)
 - Vulture (scans Python programs for unused code)
 - Pyroma (Python packaging quality checker)

Prospector detects if code employs specific frameworks and libraries, and checks them by corresponding Pylint plugins:
 - Django (web application framework)
 - Celery (asynchronous task/job queue)
 - Flask (web application framework)

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://prospector.readthedocs.org/en/master/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install prospector