Metadata-Version: 1.1
Name: pippurge
Version: 1.1.0
Summary: Enhancement for pip uninstall command, that it removes all dependencies of an uninstalled package.
Home-page: https://github.com/zhoujin7/pippurge
Author: zhoujin7
Author-email: zhoujin7@foxmail.com
License: Apache License 2.0
Description: pippurge
        ==========
        
        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 <https://pypi.python.org/pypi/pippurge>`_:
        
        ::
        
            $ 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.
        
Keywords: pip,dependency,purge,pip-purge,pipurge
Platform: UNKNOWN
Classifier: Environment :: Console
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 :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
