Metadata-Version: 1.1
Name: pipupgrade
Version: 0.2.0
Summary: UPGRADE ALL THE PIP PACKAGES!
Home-page: https://github.com/achillesrasquinha/pipupgrade
Author: Achilles Rasquinha
Author-email: achillesrasquinha@gmail.com
License: MIT
Description: <div align="center">
            <h1>
                pipupgrade
            </h1>
            <h4>The missing command for <code>pip</code></h4>
        </div>
        
        <p align="center">
            <a href="https://travis-ci.org/achillesrasquinha/pipupgrade">
                <img src="https://img.shields.io/travis/achillesrasquinha/pipupgrade.svg?style=flat-square">
            </a>
            <a href="https://pypi.org/project/pipupgrade/">
        		<img src="https://img.shields.io/pypi/v/pipupgrade.svg?style=flat-square">
        	</a>
            <a href="https://pypi.org/project/pipupgrade/">
        		<img src="https://img.shields.io/pypi/l/pipupgrade.svg?style=flat-square">
        	</a>
        	<a href="https://saythanks.io/to/achillesrasquinha">
        		<img src="https://img.shields.io/badge/Say%20Thanks-🦉-1EAEDB.svg?style=flat-square">
        	</a>
        	<a href="https://paypal.me/achillesrasquinha">
        		<img src="https://img.shields.io/badge/donate-💵-f44336.svg?style=flat-square">
        	</a>
        </p>
        
        <div align="center">
            <img src=".github/assets/meme.jpg">
        </div>
        
        ### Table of Contents
        * [Installation](#installation)
        * [Usage](#usage)
        * [License](#license)
        
        #### Installation
        
        ```shell
        $ pip install pipupgrade
        ```
        
        ### Usage
        
        ```shell
        $ pipupgrade
        Do you wish to update 200 packages? [Y/n]: Y
        Updating 1 of 200: pipupgrade
        ...
        UPGRADED ALL THE PIP PACKAGES!
        ```
        
        That's basically it! Run the help for more details...
        
        ```shell
        $ pipupgrade --help
        usage: pipupgrade [-h] [-y] [--no-color] [-V] [-v]
        
        UPGRADE ALL THE PIP PACKAGES!
        
        optional arguments:
          -h, --help     show this help message and exit
          -y, --yes      Confirm for all dialogs
          --no-color     Avoid colored output
          -V, --verbose  Display verbose output
          -v, --version  show program's version number and exit
        ```
        
        ### License
        
        This repository has been released under the [MIT License](LICENSE).
Keywords: pip update upgrade cli command
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
