6 releases
0.1.5 | Jul 15, 2024 |
---|---|
0.1.4 | Jul 15, 2024 |
#1908 in Parser implementations
109 downloads per month
21KB
476 lines
Undead
A tool to search for dead code in your Python projects.
Installation
Using Cargo
$ cargo install undead
Usage
$ undead . -I "tests"
Documentation
$ undead --help
A tool to search for dead code in your Python projects
Usage: undead [OPTIONS] [PATHS]...
Arguments:
[PATHS]... paths in which to recursively search for dead files
Options:
-I, --ignore-paths <IGNORE_PATHS> paths to ignore when searching for dead files
-h, --help Print help
-V, --version Print version
Dependencies
~22–33MB
~611K SLoC