Metadata-Version: 2.4
Name: riven-cli
Version: 0.1.3
Summary: A powerful TUI for Riven. Manage your library, search content, and monitor your server directly from the terminal.
Project-URL: Homepage, https://github.com/g0ldyy/riven-cli
Project-URL: Issues, https://github.com/g0ldyy/riven-cli/issues
Author: Goldy
License-Expression: MIT
License-File: LICENSE
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia
Classifier: Topic :: Utilities
Requires-Python: >=3.13
Requires-Dist: aiohttp>=3.13.2
Requires-Dist: pydantic-settings[toml]>=2.12.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pyperclip>=1.11.0
Requires-Dist: readchar>=4.2.1
Requires-Dist: rich>=14.2.0
Description-Content-Type: text/markdown

# Riven CLI

A powerful Terminal User Interface (TUI) for Riven.
Manage your library, search for content, and monitor your server directly from your terminal with a sleek and fast interface.

## Features

- **Dashboard**: Get an overview of your Riven server status.
- **Library Management**: Browse and manage your media library efficiently.
- **Search**: Quickly find content.
- **Details View**: View detailed information about movies and series.
- **Settings**: Configure your Riven instance directly from the CLI.

## Installation

You can install Riven CLI directly from PyPI:

```bash
pip install riven-cli
```

Or using `uv` (recommended):

```bash
uv tool install riven-cli
```

## Usage

Once installed, simply run:

```bash
riven-cli
```

If you are running from source:

```bash
uv run riven-cli
```

## Configuration

On the first launch, you will be prompted to login to your Riven instance. You can update these settings at any time within the application's **Settings** menu.

## License

[MIT](LICENSE)
