No description
Find a file
Mr Finchum 77d7092a24
All checks were successful
ci/woodpecker/pr/woodpecker_ci Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker_ci Pipeline was successful
ci/woodpecker/push/woodpecker_ci Pipeline was successful
ci/woodpecker/tag/woodpecker_ci Pipeline was successful
patch: removed old gitlab ci file.
2025-04-11 12:23:11 +02:00
.woodpecker fix: skip twine file 2025-04-11 12:09:32 +02:00
src/PyPiUpdater fix: removed debug leftover 2025-02-10 13:21:38 +01:00
.gitignore feat: Initiate package 2025-01-31 12:14:06 +01:00
CHANGELOG.md fix: fixes publish to forgejo package 2025-04-11 11:56:12 +02:00
GitVersion.yml feat: Initiate package 2025-01-31 12:14:06 +01:00
LICENSE.md feat: Initiate package 2025-01-31 12:14:06 +01:00
pip_README.md Adding info about the migration to readme. 2025-04-11 12:16:59 +02:00
pyproject.toml feat: function to install single package. 2025-02-09 17:48:30 +01:00
README.md Adding info about the migration to readme. 2025-04-11 12:16:59 +02:00

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.