Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cls1991/pef
Enhancement for pip uninstall command, that it removes all dependencies of an uninstalled package.
https://github.com/cls1991/pef
dependencies pip uninstaller
Last synced: 2 days ago
JSON representation
Enhancement for pip uninstall command, that it removes all dependencies of an uninstalled package.
- Host: GitHub
- URL: https://github.com/cls1991/pef
- Owner: cls1991
- License: apache-2.0
- Created: 2017-12-20T04:01:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T14:51:48.000Z (over 5 years ago)
- Last Synced: 2024-11-01T01:16:20.218Z (13 days ago)
- Topics: dependencies, pip, uninstaller
- Language: Python
- Size: 12.7 KB
- Stars: 49
- Watchers: 18
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
pef
===.. image:: https://img.shields.io/pypi/l/pef.svg
:target: https://pypi.python.org/pypi/pef.. image:: https://img.shields.io/pypi/v/pef.svg
:target: https://pypi.python.org/pypi/pef.. image:: https://img.shields.io/pypi/pyversions/pef.svg
:target: https://pypi.python.org/pypi/pefEnhancement for pip uninstall command, that it removes all dependencies of an uninstalled package.
.. image:: https://asciinema.org/a/YlzQlq8TSaIs9NcVA9r9uN07L.png
:target: https://asciinema.org/a/YlzQlq8TSaIs9NcVA9r9uN07L☤ 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.