Model client for the Elvira protocol using Qt.
Find a file
2022-11-23 13:17:04 +01:00
elvira_ui Bump version 2022-11-23 13:17:04 +01:00
.gitignore Initial commit 2020-08-27 15:14:09 +02:00
CHANGELOG.md Bump version 2022-11-23 13:17:04 +01:00
LICENSE Fix entrypoint, add license, changelog 2020-09-03 12:52:58 +02:00
pyproject.toml Migrate to pyproject.toml-based build system 2022-11-23 12:07:12 +01:00
README.md Update readme 2022-11-23 12:06:59 +01:00

elvira-ui

Model client for the Elvira protocol written in PyQt.

Usage

elvira-ui [--address ADDRESS] [--port PORT] [--timeout TIMEOUT] 

ADDRESS, PORT and TIMEOUT for the Elvira server can also be specified through the environment variables ELVIRA_ADDRESS, ELVIRA_PORT and ELVIRA_TIMEOUT respectively.