Metadata-Version: 2.1
Name: python3-pip-autoremove
Version: 0.9.1
Summary: Remove a package and its unused dependencies(Supports Python3)
Home-page: https://github.com/enjoysoftware/pip3-autoremove
License: Apache License 2.0
Description: # pip3-autoremove
        
        
        * This repository based on https://github.com/tresni/pip-autoremove and https://github.com/invl/pip-autoremove . *
        
        Remove a package and its unused dependencies.Supports both Python2 and Python3.
        
        
        ## How to install
        * How to install pip3-autoremove for Python3:
        ```
        sudo pip3 install python3-pip-autoremove
        ```
        
        * How to install pip3-autoremove for Python2:
        ```
        sudo pip install python3-pip-autoremove
        ```
        
        ## Usage
        ```
        pip3-autoremove packages-to-uninstall
        ```
        
        To remove the globally installed package, add "sudo" before the pip3-autoremove command.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
