undead

Crates.ioundead
lib.rsundead
version
sourcesrc
created_at2024-07-14 21:37:15.083717
updated_at2024-07-15 07:53:40.678701
descriptionA tool to search for dead code in your Python projects
homepagehttps://github.com/alexpasmantier/undead
repositoryhttps://github.com/alexpasmantier/undead
max_upload_size
id1303288
size0
Alexandre Pasmantier (alexpasmantier)

documentation

README

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

Commit count: 0

cargo fmt