{"library":"vulture","type":"library","category":null,"description":"Vulture is a Python library and command-line tool designed to find dead code in Python programs. It analyzes your code for unused functions, classes, methods, and variables by building an abstract syntax tree (AST) and then performing reachability analysis. Currently at version 2.16, it maintains an active development cycle with several releases per year, incorporating new Python version support and bug fixes.","language":"python","status":"active","version":"2.16","tags":["static analysis","dead code","linting","code quality","refactoring"],"last_verified":"Wed May 20","install":[{"cmd":"pip install vulture","imports":["from vulture import Vulture"]}],"homepage":null,"github":"https://github.com/jendrikseipp/vulture","docs":null,"changelog":"https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md","pypi":"https://pypi.org/project/vulture/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.06,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/vulture/compatibility"}}