No description
| .woodpecker | ||
| src/PyPiUpdater | ||
| .gitignore | ||
| CHANGELOG.md | ||
| GitVersion.yml | ||
| LICENSE.md | ||
| pip_README.md | ||
| pyproject.toml | ||
| README.md | ||
PyPiUpdater
Developed on my forgejo instance, GitLab is used as backup.
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
pip install PyPiUpdater
Usage example
Example has been removed, still very active development.