Open Source Code Analyzers in Python
4 projectsTop-ranked projects first.
PyChecker
Details
PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.
Pymmetry - Python Trust Metrics
Details
Pymmetry is an implementation of Ford-Faulkersson Maximum Flow algorithm and mod_virgule's Trust Metrics code, in python