Metadata-Version: 1.1
Name: pip-upgrade
Version: 0.0.6
Summary: Provides functionality for updating your outdated packages.
Home-page: https://github.com/alistair-broomhead/pip_upgrade
Author: pip-upgrade authors
Author-email: UNKNOWN
License: MIT
Description: 
        # Pip Update
        
        ## Summary
        
        Updates all outdated packages using pip. Also allows specifying packages,
        or showing outdated packages.
        
        ## Usage
        
        >    $ pip_upgrade -h
        >    usage: Provides functionality for updating all your outdated packages
        >
        >    positional arguments:
        >      PACKAGE_NAME          Name of package to update - without specifying a
        >                            package all packages will be updated.
        >
        >    optional arguments:
        >      -h, --help            show this help message and exit
        >      -d, --dry, --dry-run  Do not do anything, just print what would be done.
        
        ## Authors:
        
         * Alistair Broomhead
         * Ross Binden
        
        ## Contributors
        
         * Charalampos Papaloizou
         * Frank Herrmann
         * Russel Winder
         * Sam Raza
         * Shivan Sornarajah
        
        ## Licence
        
        This code is licence under the [MIT Licence](http://opensource.org/licenses/MIT)
            
Keywords: pip
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
