Make your program autoupdate with Github Raw
Project description
AutoUpdateGit - Docs
-
lang="ru" - Русский язык модуля
-
lang="en" - English language module
-
lang="ua" - Українська мова модуля
-
lang="ar" - وحدة اللغة العربية
-
lang="kz" - Қазақ тілі модулі
-
requests - the module does not need to be imported.
pip install AutoUpdateGit
from AutoUpdateGit import *
githubraw_url="https://raw.githubusercontent.com/username/repo/main/file.py" # url raw file
#module usage example
if update_check(githubraw_url, lang="ru"):
r = requests.get(githubraw_url)
with open(__file__, 'w') as f:
f.write(r.text)
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
AutoUpdateGit-1.2.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file AutoUpdateGit-1.2.tar.gz
.
File metadata
- Download URL: AutoUpdateGit-1.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11027b4cb1acdfa953ca8dadc5ab558e98d63b7cb1ae3c8d30e623db4e399179 |
|
MD5 | 7a69689416aa1ea3e81d37e00ab8b77d |
|
BLAKE2b-256 | 07e0a764c24d27e1ab539034cd44ec1ed2e6c094b1fc5c8afd0a8812b478b2e1 |
File details
Details for the file AutoUpdateGit-1.2-py3-none-any.whl
.
File metadata
- Download URL: AutoUpdateGit-1.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75924fafa2b0274623224489a2abd6219a75b61609f84ed0dbf7fca317b0fa13 |
|
MD5 | e705d92d56de1c12e23db2badb9440c3 |
|
BLAKE2b-256 | 1eaae60184ee22e9d327b0b775cc46e928dfd6824134c10157322b8f9663de6a |