Skip to main content

Update-Board is a lightweight CLI tool for managing and delivering updated versions of applications during testing.

Project description

upboard

upboard (Update-Board) is a lightweight CLI tool for managing and delivering updated versions of applications during testing.

upboard helps you distribute software updates to clients by providing a simple HTTP server (upboard-server) and a file publisher (upboard-publish). Applications can check for and download updates dynamically at runtime using standard HTTP requests.

📦 Installation

pip install upboard

🚀 Usage

Start the update server

upboard-server --dir ./release-dir --port 8000 --password mysecret
  • Serves static files from ./release-dir
  • Accepts authenticated PUT uploads at /api/v1/artifacts/...

Upload a file

upboard-publish --password mysecret http://localhost:8000/api/v1/artifacts/win32/x64/1.2.3-beta/ your-release-file

Check for updates (client-side, GET request)

GET /api/v1/updates/your-project/win32/x64/1.2.3-beta/your-release-file

📁 API Overview

Description Method Endpoint Example
Upload a new version PUT /api/v1/releases/<product>/<platform>/<arch>[/<version>]/<filename>
Check if a newer version exists GET /api/v1/updates/<product>/<platform>/<arch>[/<version>]/<filename>

📄 License

MIT License

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

upboard-0.0.1b1.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

upboard-0.0.1b1-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file upboard-0.0.1b1.tar.gz.

File metadata

  • Download URL: upboard-0.0.1b1.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for upboard-0.0.1b1.tar.gz
Algorithm Hash digest
SHA256 1a0c6193fdf11924b22b8a0360a0181989ce6f40c43706aef037aa425409f227
MD5 0056d8aa2104d159a4773d44073c4b78
BLAKE2b-256 fdb155f1791923bb1f39a97f690f3f907067619db3fd68cae1bfa9d5a7671917

See more details on using hashes here.

Provenance

The following attestation bundles were made for upboard-0.0.1b1.tar.gz:

Publisher: python-publish.yml on ZeroKwok/upboard

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file upboard-0.0.1b1-py3-none-any.whl.

File metadata

  • Download URL: upboard-0.0.1b1-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for upboard-0.0.1b1-py3-none-any.whl
Algorithm Hash digest
SHA256 0effeb7728ed2c2481a5794ab5eee426f22c5e28bc575e0d28514303e38fbec2
MD5 4d98c7e7083639d810e3802ffec50d13
BLAKE2b-256 1747ae84b6fbc29bc9e7ff74ace5ec965e3fb3fa2d91ecf9eb9bbaf64c73346e

See more details on using hashes here.

Provenance

The following attestation bundles were made for upboard-0.0.1b1-py3-none-any.whl:

Publisher: python-publish.yml on ZeroKwok/upboard

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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