Metadata-Version: 2.4
Name: must-tui
Version: 0.1.2
Summary: A simple TUI to inspect MUST telemetry and housekeeping.
Author-email: Rik Huygen <rik.huygen@kuleuven.be>
Requires-Python: >=3.12
Requires-Dist: aiofiles>=23.2.1
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: cgse-common>=0.17.3
Requires-Dist: pandas>=2.3.3
Requires-Dist: requests>=2.32.5
Requires-Dist: rich>=14.2.0
Requires-Dist: textual-dev>=1.8.0
Requires-Dist: textual-plot>=0.8.1.post1
Requires-Dist: textual-plotext>=1.0.1
Requires-Dist: textual-timepiece>=0.6.0
Requires-Dist: textual>=6.8.0
Requires-Dist: thefuzz>=0.22.1
Provides-Extra: pcot
Requires-Dist: plato-pcot-scripts; extra == 'pcot'
Description-Content-Type: text/markdown

# must-tui

A terminal user interface application for MUST. MUST is the 'Mission Utility and Support Tools' framework which is used by most current spacecraft flight control teams at ESOC, DLR, and CNES. This TUI is a user friendly interface for user who prefer using a terminal.

## Features

- Fast and responsive CLI
- Cross-platform support
- Intuitive navigation

## Installation

```bash
uv tool install must-tui
```

## Usage

```bash
must-tui
```

## Development

```bash
git clone https://github.com/KU-Leuven/must-tui
cd must-tui
uv venv
source .venv/bin/activate
uv sync
```

## License

MIT

## Contributing

Contributions are welcome! Please open an issue or submit a pull request.
