Skip to main content

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

  1. Set the remote file URL in your script.
  2. Call the update function from the fileup package.

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fileup_py-0.1.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

fileup.py-0.1.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page