#python #search #cli #dead-code #rust

app undead

A tool to search for dead code in your Python projects

6 releases

0.1.5 Jul 15, 2024
0.1.4 Jul 15, 2024

#382 in Concurrency

Download history 195/week @ 2024-07-12 17/week @ 2024-07-19

109 downloads per month

Apache-2.0 and LGPL-3.0-only

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
~609K SLoC