6 releases

0.1.5 Jul 15, 2024
0.1.4 Jul 15, 2024

#1908 in Parser implementations

Download history 212/week @ 2024-07-15 1/week @ 2024-09-16 5/week @ 2024-09-23 2/week @ 2024-09-30

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