Metadata-Version: 2.1
Name: uapp
Version: 1.1
Summary: This program tries to update all installed packages through pip.
Home-page: https://github.com/accessmaker/UAPP
Download-URL: https://github.com/accessmaker/UAPP.git
Author: Lucas dSilva
Author-email: accessmaker.mlbb@gmail.com
License: MIT
Keywords: uapp,pip,update
Classifier: Development Status :: 5 - Production/Stable
Description-Content-Type: text/markdown
License-File: LICENSE

<h1 align="center">UAPP</h1>

<p align="center">
<img src="http://img.shields.io/static/v1?label=STATUS&message=EM%20DESENVOLVIMENTO&color=GREEN&style=for-the-badge"/>
<img src="http://img.shields.io/static/v1?label=VERSION&message=1.1&color=blue&style=for-the-badge"/>
<img src="https://img.shields.io/github/license/accessmaker/UAPP?style=for-the-badge"/>
</p>


This program tries to update all installed packages through pip.

<h2>INSTALL(git clone):</h2>

git clone https://github.com/accessmaker/UAPP.git

python setup.py install


<h2>INSTALL(PIP):</h2>


pip install uapp


<h2>USAGE:</h2>

$ uapp


<h2>OPTIONS</h2>

UAPP(Update All Python Packages):is an unofficial package manager, which makes it easy to update packages installed with pip<br>
        help, --help or -h = show uapp help options;<br>
        version, --version = show uapp version;<br>
        check-update = Search and show available updates;<br>
        update, upgrade = Update all packages;<br>
        update package = Update the selected package.
