Installation
Requirements
- Python 3.11 or higher
Install with pip
Install with uv
Install with the TUI
The interactive terminal UI requires the Textual library:
Or with uv:
Install from Source
To also install development tools:
Verify the Installation
Dependencies
One runtime dependency:
| Package | Purpose |
|---|---|
cryptography |
JWT signing for authenticated API access |
The TUI extra adds:
| Package | Purpose |
|---|---|
textual |
Powers the interactive terminal UI |
All HTTP requests use Python's built-in urllib.