Metadata-Version: 2.1
Name: yesserpackageupdater
Version: 1.2.3
Summary: A simple pip package updater
Author-email: yesseruser <yesseruser@gmail.com>
Project-URL: Homepage, https://github.com/yesseruser/YesserPackageUpdater
Project-URL: Bug Tracker, https://github.com/yesseruser/YesserPackageUpdater/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pip
Requires-Dist: asyncio


# PIP Package Updater by yesseruser

This is a simple package updater that updates all outdated packages when run.  
Install by running:

``` sh
python -m pip install yesserpackageupdater
```

in CMD or PowerShell on Windows or

``` sh
python3 -m pip install yesserpackageupdater
```

in Mac/Linux's default terminal.

You can use it by running:  

``` sh
yesserpackageupdater
```

in CMD, PowerShell or your OS' default terminal.

~This package only works on Windows.~  
This package works on any operating system since update 1.1.5
