2025-01-31 10:50:35 +00:00
|
|
|
# PyPiUpdater
|
2025-04-11 12:16:59 +02:00
|
|
|
Developed on my [forgejo instance](https://code.boxyfoxy.net/CodeByMrFinchum), [GitLab](https://gitlab.com/CodeByMrFinchum) is used as backup.
|
|
|
|
|
2025-01-31 14:59:09 +00:00
|
|
|
**UNFINISHED** Still early code, functions might change drasticly
|
2025-01-31 10:50:35 +00:00
|
|
|
|
2025-01-31 14:59:09 +00:00
|
|
|
**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
|
2025-01-31 16:31:18 +00:00
|
|
|
Example has been removed, still very active development.
|