Metadata-Version: 1.1
Name: pef
Version: 1.0.3
Summary: Enhancement for pip uninstall command, that it removes all dependencies of an uninstalled package.
Home-page: https://github.com/cls1991/pef
Author: cls1991
Author-email: tzk19910406@hotmail.com
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Description: 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/pef
        
        Enhancement for pip uninstall command, that it removes all dependencies of an uninstalled package.
        
        ☤ 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 <https://pypi.python.org/pypi/pef>`_:
        
        ::
        
            $ 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.
        
Keywords: pip,dependency
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
