Metadata-Version: 2.4
Name: BROTgui
Version: 0.1.0
Summary: GUI for BROT
Author-email: Tim-Oliver Husser <thusser@uni-goettingen.de>, Lukas Melzig <lukas.melzig@stud.uni-goettingen.de>
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: aiomqtt>=2.4.0
Requires-Dist: astropy>=7.1.0
Requires-Dist: astroquery>=0.4.10
Requires-Dist: lmfit>=1.3.4
Requires-Dist: logmodel>=0.0.1
Requires-Dist: matplotlib>=3.10.5
Requires-Dist: numpy>=2.3.2
Requires-Dist: paho-mqtt>=2.1.0
Requires-Dist: pandas>=2.3.2
Requires-Dist: pybrotlib>=0.2.1
Requires-Dist: pyside6>=6.9.2
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: qasync>=0.28.0
Requires-Dist: qtelescopepositionplot
Requires-Dist: scipy>=1.16.1
Description-Content-Type: text/markdown

# BROTgui

A Python GUI for BROT telescopes.

## Installation

Install it with uvx:

    uvx --from git+https://github.com/BROTLib/BROTgui.git brotgui

Run it later as:

    uvx brotgui

## Development

Clone it:

    git clone https://github.com/BROTLib/BROTgui.git
    cd BROTgui

Set up virtual environment:

    uv sync --all-extras

Start GUI with activated venv:

    brotgui

Or via uv:

    uv run brotgui