pylyzer

Fast static code analyzer and language server for Python

brewmacoslinux
Try with needOr install directly
Source

About

Fast static code analyzer & language server for Python

Commands

pylyzer

Examples

Analyze a Python file for errors and issues$ pylyzer myfile.py
Analyze an entire directory recursively$ pylyzer src/
Start the language server for editor integration$ pylyzer --server