Skip to main content

Remove a package and its unused dependencies

Project description

Remove a package and its unused dependencies.

Usage

$ pip install Flask

Installing collected packages: Flask, Werkzeug, Jinja2, itsdangerous, markupsafe
  Running setup.py install for Flask
  Running setup.py install for Werkzeug
  Running setup.py install for Jinja2
  Running setup.py install for itsdangerous
  Running setup.py install for markupsafe
Successfully installed Flask Werkzeug Jinja2 itsdangerous markupsafe
Cleaning up...
$ pip-autoremove Flask -y

Uninstalling:
 Flask 0.10.1 (/tmp/pip-autoremove/.venv/lib/python2.7/site-packages)
     Werkzeug 0.9.6 (/tmp/pip-autoremove/.venv/lib/python2.7/site-packages)
     Jinja2 2.7.3 (/tmp/pip-autoremove/.venv/lib/python2.7/site-packages)
         MarkupSafe 0.23 (/tmp/pip-autoremove/.venv/lib/python2.7/site-packages)
     itsdangerous 0.24 (/tmp/pip-autoremove/.venv/lib/python2.7/site-packages)

Uninstalling MarkupSafe:
  Successfully uninstalled MarkupSafe
Uninstalling Jinja2:
  Successfully uninstalled Jinja2
Uninstalling itsdangerous:
  Successfully uninstalled itsdangerous
Uninstalling Werkzeug:
  Successfully uninstalled Werkzeug
Uninstalling Flask:
  Successfully uninstalled Flask

Installation

$ pip install pip-autoremove

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

pip-autoremove-0.2.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

pip_autoremove-0.2.0-py2-none-any.whl (3.8 kB view hashes)

Uploaded Python 2

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