6 releases

0.1.5 Jul 15, 2024
0.1.4 Jul 15, 2024

#1837 in Parser implementations

Download history 3/week @ 2024-12-08

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–34MB
~634K SLoC