Metadata-Version: 2.1
Name: pip-upgrade-tool
Version: 0.3.6
Summary: An easy tool for upgrading all of your packages while not breaking dependencies
Home-page: https://github.com/realiti4/pip-upgrade
Author: Onur Cetinkol
Author-email: realiti44@gmail.com
License: UNKNOWN
Description: # pip-upgrade
        The purpose of pip-upgrade is to be a simple yet rebost and reliable tool for upgrading all of your packages while not breaking dependencies
        
        ## Installation
        
        	pip install pip-upgrade-tool
        	
        or	
        
            git clone https://github.com/realiti4/pip-upgrade.git
            cd pip-upgrade
            pip install .
        
        ### version 0.3.0
        Just run 'pip-upgrade' in your terminal while virtualenv is active.
        
            $ pip-upgrade
            
        #### TODO - known issues
        - Add an arg to not upgrade local packapes installed with 'pip install .'
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
