A Python package that simplifies the auto-update process by updating individual files with remote versions based on file-specific version comments.
Project description
fileup
fileup is a Python package that simplifies the auto-update process by updating individual files with remote versions based on file-specific version comments.
Installation
Install the package using pip:
pip install fileup
Usage
- Set the remote file URL in your script.
- Call the
updatefunction from thefileuppackage.
Example
import fileup
REMOTE_FILE_URL = "https://example.com/path/to/your/script.py"
def main():
# Your main script logic here
print("Running the main script...")
if __name__ == "__main__":
fileup.update(REMOTE_FILE_URL)
main()
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 fileup_py-0.1.1.tar.gz.
File metadata
- Download URL: fileup_py-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3af4f83e5b8c1e382242dcced3212491835b39f50ad3b62cf6061207fd1c9826
|
|
| MD5 |
a08a9267a2f30759b630f8dae02bd37d
|
|
| BLAKE2b-256 |
896403d21979bd1f466dc784a598b54d862236ceb7c06acfae36827995bbd8be
|
File details
Details for the file fileup.py-0.1.1-py3-none-any.whl.
File metadata
- Download URL: fileup.py-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a61f35d2abd89031c347ee8a31691c3f5867d67a97f00ecdc0760a71fb52b78
|
|
| MD5 |
83f64ebcd9dccebe1160069df9530320
|
|
| BLAKE2b-256 |
c475b3e4a617a5e4e4dfa74630e5f990ee3b19336bb08a8905435308339fdae2
|