No description
Find a file
Mr Finchum 364af1cb6e
Some checks failed
ci/woodpecker/pr/woodpecker_ci Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker_ci Pipeline was successful
ci/woodpecker/push/woodpecker_ci Pipeline failed
ci/woodpecker/tag/woodpecker_ci Pipeline was successful
ci: now also upload to package on forgejo.
2025-04-11 11:42:43 +02:00
.woodpecker ci: now also upload to package on forgejo. 2025-04-11 11:42:43 +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
.gitlab-ci.yml fix: making pipeline work. 2025-01-31 12:25:17 +01:00
CHANGELOG.md fix: removed debug leftover 2025-02-10 13:21:38 +01: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 feat: Initiate package 2025-01-31 12:14:06 +01:00
pyproject.toml feat: function to install single package. 2025-02-09 17:48:30 +01:00
README.md feat: using json to store more information local 2025-01-31 16:31:18 +00:00

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

pip install PyPiUpdater

Usage example

Example has been removed, still very active development.