Metadata-Version: 2.4
Name: rs3tk
Version: 1.0.3
Summary: rs3tk command-line interface and Rich terminal UI
Author: Caleb
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: rs3tk-core<2,>=1.0
Requires-Dist: click>=8.1
Requires-Dist: rich>=13.0

# rs3tk (CLI)

The Python user-facing apps: the `rs3tk` Click CLI and the `rs3tk ui`
Rich TUI.

## Install

This is a workspace member of the rs3tk monorepo. From the monorepo root:

```bash
uv sync
```

## Usage

See the monorepo README. The console script entry point is `rs3tk`
(from `rs3tk_cli.cli:main`).
