A library for automatic Python updates
Project description
AutoUpgrader
PYPI PROJECT A Python package to automatically find software updates of your repositories in GitHub
how does it work:
Step 1: Go to your desired repository and create a file named version (don't give it a .txt extension) And write your code in that version.
Step 2: Right click on the raw option and copy the link
Usage example:
from autoupgrader import *
autoupgrader.set_url("https://raw.githubusercontent.com/Pytholearn/Proxy-Checker-2/refs/heads/main/version")
autoupgrader.set_current_version("1.8.9")
autoupgrader.set_download_link("https://github.com/Pytholearn/Proxy-Checker-2.git")
if not autoupgrader.is_up_to_date():
print("Would you like to update your tool?")
choice = input("Enter (y/n): ")
if choice == "y":
autoupgrader.update()
else:
pass
FAQ
For Help: https://discord.gg/qD8SXrRJbw
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autoupgrader-0.1.0.tar.gz.
File metadata
- Download URL: autoupgrader-0.1.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1ef5c44b1ec38b25d66764f462e8b691385e4d0f202f510775ad4c407b05cc4
|
|
| MD5 |
9247703578991458e2dbc5d71ba00559
|
|
| BLAKE2b-256 |
a0fa03c1889ca06d3fbf4c15981b11c688e6f94acb34a6eb86f9e9a050ea0064
|
File details
Details for the file autoupgrader-0.1.0-py3-none-any.whl.
File metadata
- Download URL: autoupgrader-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
969c2a3ebdf55245148ef01d584371160ade95107c95144f438a121310302ef8
|
|
| MD5 |
b889a18ba6f69d421852ab6b4d86e7ec
|
|
| BLAKE2b-256 |
113a4575af8b8fb24f3461056169422929db3583d2fb556cb95c19ffbb6592d2
|