How to Install vulture in Ubuntu 18.04



Install vulture by entering the following commands in the terminal:

sudo apt update
sudo apt install vulture

Description:

scans for unused ("dead") code in a Python program

Vulture uses static code analysis to find unused classes, functions and variables in Python code. This helps to cleanup and find errors in programs. However, the user has to be aware that the static method has its limitations.

Homepage: https://bitbucket.org/jendrikseipp/vulture

Version: 0.21-1ubuntu1

Section: universe/python