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.1b0.tar.gz (5.3 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.1b0-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: upboard-0.0.1b0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.9

File hashes

Hashes for upboard-0.0.1b0.tar.gz
Algorithm Hash digest
SHA256 b4862323f5237d959b56df2c7f3bd746d516ada77a7fde016467eae7314f4475
MD5 f7ebc4cb0fbf8472c7d4567102efb872
BLAKE2b-256 490436dc9383e9f2a7fa5a9fe79491ec30f211f05a01f864e384909eeaef5684

See more details on using hashes here.

File details

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

File metadata

  • Download URL: upboard-0.0.1b0-py3-none-any.whl
  • Upload date:
  • Size: 6.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.9

File hashes

Hashes for upboard-0.0.1b0-py3-none-any.whl
Algorithm Hash digest
SHA256 1f3f342c6d12ad100029f9f2bb49ecc7dc04a034587e627a7246ad9c38229130
MD5 be93e6ba4d53e3533dac77912f113463
BLAKE2b-256 95ec5d1635f50ca2d96b22f1eb7bfa9891d499cbadf6699e008ff90f55953526

See more details on using hashes here.

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