Metadata-Version: 2.4
Name: PyPiUpdater
Version: 0.9.2
Summary: Simple program to update package from PyPi with pip.
Project-URL: Source, https://gitlab.com/CodeByMrFinchum/PyPiUpdater
Project-URL: Documentation, https://gitlab.com/CodeByMrFinchum/PyPiUpdater/-/blob/main/README.md
Project-URL: Changelog, https://gitlab.com/CodeByMrFinchum/PyPiUpdater/-/blob/main/CHANGELOG.md
Author: Mr Finchum
License-File: LICENSE.md
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: packaging
Requires-Dist: requests
Description-Content-Type: text/markdown

# PyPiUpdater
**UNFINISHED** Still early code, functions might change drasticly

**PyPiUpdater** is a Python library for managing updates of packages installed via `pip`.

## Features
- Check the latest version of a package on PyPI
  - Determine if an update is available
- Upgrade the package using `pip`
- Restart the Python script after updating

## Installation

```bash
pip install PyPiUpdater
```

## Usage example
Example has been removed, still very active development.
