No description
Find a file
2025-02-09 13:26:21 +01:00
.gitlab-ci feat: Initiate package 2025-01-31 12:14:06 +01:00
src/PyPiUpdater feat: Added local update functions 2025-02-03 16:21:01 +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 patch: Added classifiers for pypi 2025-02-09 13:26:21 +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 patch: Added classifiers for pypi 2025-02-09 13:26:21 +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.