Metadata-Version: 2.1
Name: yesserpackageupdater
Version: 1.8.1
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

# yesserpackageupdater
## The pip package updater by yesseruser

This is a package updater that updates all outdated packages when run.  

To install, follow the steps listed here:  
[Installation](https://github.com/yesseruser/YesserPackageUpdater/wiki/Installation)

Here's the wiki page:  
[Wiki](https://github.com/yesseruser/YesserPackageUpdater/wiki)

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

If you're running the package from a python file, please **use a subprocess** instead of importing and calling the `update_packages` function. This is because the package can update itself and it can result in an error because of the code changing.
## What's Changed
* The color in the conclusion is now foreground instead of white by @yesseruser in https://github.com/yesseruser/yesserpackageupdater/pull/56


**Full Changelog**: https://github.com/yesseruser/yesserpackageupdater/compare/1.8.0...1.8.1
