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.1b2.tar.gz (6.6 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.1b2-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: upboard-0.0.1b2.tar.gz
  • Upload date:
  • Size: 6.6 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.1b2.tar.gz
Algorithm Hash digest
SHA256 6babb3fe828d335b4081d319e6f22913738da1f9a0c077ae2db97af0a0af79b9
MD5 b2beb6a0f02b23e2979f651e08caf74a
BLAKE2b-256 5ee67c3b24afbc35b25c0870994057d81cdf8840c6968e107ff0cc7134faab3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for upboard-0.0.1b2.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.1b2-py3-none-any.whl.

File metadata

  • Download URL: upboard-0.0.1b2-py3-none-any.whl
  • Upload date:
  • Size: 7.8 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.1b2-py3-none-any.whl
Algorithm Hash digest
SHA256 d51334aac89bb9ed149275cc1c6ab21b64d45169e8ae79549d1601f8d304011a
MD5 6a29413d40456a128191161712d3bad0
BLAKE2b-256 19a56eba7397b9b47547d93330ba4fe995af62372f4729a3a8b864f5ff6b7ab4

See more details on using hashes here.

Provenance

The following attestation bundles were made for upboard-0.0.1b2-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