Skip to main content

CLI client for interacting with Qestit QRM data from LumenRadio tooling.

Project description

QRM

CLI + Python client for interacting with the Qestit QRM.

Install

pip install lr-qrm

Quick start

Login

Interactive login (prompts for username/password):

qrm login

Non-interactive (for CI/CD):

export QRM_USERNAME="<insert username>"
export QRM_PASSWORD="<insert password>"
qrm login --ci

By default, this stores session details at:

~/.config/qrm/login.json

Commands

Check API health

qrm status

Inspect UUT history

qrm uut status 326115020010F2F1 --start "2026-02-01 00:00:00" --stop "2026-02-06 23:59:00"

By default the command uses 1970-01-01 00:00:00 as the start timestamp and "now" as the stop. Pass --base-url and --insecure to override the stored settings when needed.

JSON output

Most commands support a JSON output mode.

qrm uut status 326115020010F2F1 --output json

Programmatic use

from qrm.config import load_login_state
from qrm.client import QrmClient

state = load_login_state()
client = QrmClient(base_url=str(state.base_url), verify_tls=state.verify_tls)
uut_runs = client.uut_status(
  token=state.token,
  serial_number="326115020010F2F1",
  start_datetime="2026-02-01 00:00:00",
  stop_datetime="2026-02-06 23:59:00",
  max_results=1000,
)

FAQ

  • Where is the config kept? ~/.config/qrm/login.json (override with QRM_CONFIG)

  • How do I run non-interactively? Make sure to give all required arguments. Also pass --ci to stop output of sensitive information such as username or passwords.

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

lr_qrm-0.1.2.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

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

lr_qrm-0.1.2-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

Details for the file lr_qrm-0.1.2.tar.gz.

File metadata

  • Download URL: lr_qrm-0.1.2.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for lr_qrm-0.1.2.tar.gz
Algorithm Hash digest
SHA256 708fa90b07c90a81fa1142be0b761a74b4b33aeeefea6d9beb75f43272029b71
MD5 bbf18daf14499cc9f9915e56a3be2f2e
BLAKE2b-256 4425ad913bce338ef63fcdbf6e8b231ef75b22a16fcaa15c910147e352c297c1

See more details on using hashes here.

File details

Details for the file lr_qrm-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: lr_qrm-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for lr_qrm-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 925b142d09b30db43586f7f8c541b4d93e17d0655668098242213d4e9e43c7ed
MD5 b5553c01987fe1ae026c6196e992769d
BLAKE2b-256 6488147b59666b5d3b0ba279f3d899cf7561168ceb5cca7b5b9cbb04823e57e1

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