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
Get test results for a serial number.
qrm get-test-results P00Y00000001
JSON output
Most commands support a JSON output mode.
$ qrm get-test-results P00Y00000001 --format json
Programmatic use
from qrm import QrmClient, load_config
client = QrmClient(load_config())
results = client.get_test_results("P00Y00000001")
FAQ
-
Where is the config kept?
~/.config/qrm/login.json(override withQRM_CONFIG) -
How do I run non-interactively? Make sure to give all required arguments. Also pass
--cito stop output of sensitive information such as username or passwords.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lr_qrm-0.1.0.tar.gz.
File metadata
- Download URL: lr_qrm-0.1.0.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13f03d5dc0384c7f1edb0ec4acc286f71b16e929d6df9a95fbf5d11dd0fb8787
|
|
| MD5 |
affd7787d674e385f85252a73f429e7e
|
|
| BLAKE2b-256 |
24f1a1d6c352f965ebf735360b60801095b363232594935e706863c0dd624ff9
|
File details
Details for the file lr_qrm-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lr_qrm-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b977b878285ff4d09eb5b6fa8fbc9840aa9817ab1c396853f28d14a16da5617
|
|
| MD5 |
b4aac38839344bc21c4ce4a67402b28d
|
|
| BLAKE2b-256 |
3371f6df47d65634d9acc6f1703db69d2d270ab115196f6b4a3bc89f2982fadb
|