Skip to main content

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

Project description

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

Quickstart

Uninstall package, e.g, flask:

$ pippurge flask -y

Uninstall multiple packages, e.g, flask, requests:

$ pippurge flask requests -y

Installation

You can install “pippurge” via pip from PyPI:

$ pip install pippurge

Usage

$ pippurge --help
usage: pippurge [-h] [-y] packages [packages ...]

Uninstall packages with all its dependencies.

positional arguments:
  packages    some packages

optional arguments:
  -h, --help  show this help message and exit
  -y, --yes   don't ask for confirmation of uninstall deletions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pippurge-1.1.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page