Releases: RevoltSecurities/GitUpdater
Releases · RevoltSecurities/GitUpdater
v1.0.0
🚀 GitUpdater v1.0.0
GitUpdater is a Python utility library for updating tools using GitHub releases — without PyPI dependency.
It supports uv, pipx, and pip, and detects the installer automatically.
🔧 Features
- ✅ Auto-fetch latest release from GitHub API
 - ✅ Download and install using 
uv,pipx, orpip - ✅ Async zip streaming with rich progress bar
 - ✅ 
versionlog()to show if current version is outdated - ✅ Logs and console output styled with 
richandcolorama - ✅ Fully decoupled from PyPI (GitHub-based release tracking)
 
📦 Installation
pip install gitupdater