Description
Finds unused Python code so developers can clean projects with more confidence. It analyzes source files to point out functions, classes, variables, or imports that appear to be dead code and may be safe to remove after review.
This is a terminal tool for development workflows. Its findings should be checked before deleting code, because dynamic imports, plugins, tests, and framework conventions can make some used code look unused.