vulture
Code scanner
Automatically finds and reports unused code in Python programs.
Find dead Python code
4k stars
26 watching
154 forks
Language: Python
last commit: about 1 month ago
Linked from 3 awesome lists
dead-code-removalpython
Related projects:
Repository | Description | Stars |
---|---|---|
facebook/pyre-check | Type-checking software for Python code | 6,859 |
benfred/py-spy | A tool that lets you visualize what your program is spending time on without modifying the code. | 12,828 |
google/pytype | Automates type checking and error prevention in Python code | 4,773 |
wemake-services/flake8-eradicate | Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
pythonprofilers/memory_profiler | Tools for analyzing memory usage of Python programs | 4,379 |
nedbat/coveragepy | Analyze and report on the execution of Python code to measure coverage levels. | 3,022 |
agermanidis/livepython | A desktop application that visually traces the execution of Python code in real-time. | 2,553 |
joerick/pyinstrument | A Python profiler tool used to identify and optimize slow parts of code. | 6,651 |
woshiccm/pecker | Detects unused code in Swift projects by analyzing syntax and index store data | 1,456 |
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,914 |
mtshiba/pylyzer | A fast and feature-rich static code analyzer and language server for Python | 2,483 |
pyppeteer/pyppeteer | An unofficial Python port of a headless Chrome/Chromium browser automation library | 3,686 |
keon/algorithms | A collection of Python implementations of various algorithms and data structures. | 24,076 |
microsoft/pyright | A static type checker for the Python programming language | 13,427 |
dashingsoft/pyarmor | A tool for protecting and securing Python scripts by obfuscating them and binding them to specific machines or setting expiration dates. | 3,452 |