FICHA · MANJARO

vulture

Finds dead code in Python projects

  • cli-tool
  • CLI
  • Launchable
  • Runs in terminal
official+codex · reviewed · May 29, 2026 description in en

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.

How to run

vulture

Commands: vulture

Permissions

Permissions not analysed for this source yet.