cls1991 / pef

Enhancement for pip uninstall command, that it removes all dependencies of an uninstalled package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pef

image

image

image

Enhancement for pip uninstall command, that it removes all dependencies of an uninstalled package.

image

☤ Quickstart

Uninstall package, e.g, qu:

$ pef qu -y

Uninstall multiple packages, e.g, qu, gy:

$ pef qu gy -y

☤ Installation

You can install "pef" via pip from PyPI:

$ pip install pef

☤ Usage

$ pef --help
Usage: pef [OPTIONS] [PACKAGES]...

  Uninstall packages with all its dependencies.

Options:
  -y, --yes  Don't ask for confirmation of uninstall deletions.
  --help     Show this message and exit.

About

Enhancement for pip uninstall command, that it removes all dependencies of an uninstalled package.

License:Apache License 2.0


Languages

Language:Python 100.0%