Metadata-Version: 2.4
Name: raricode
Version: 0.0.7
Summary: An ffmpeg transcoding helper.
Author: Bearmine
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Dist: click>=8.4.1
Requires-Dist: shelltastic>=0.10.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Raricode

An ffmpeg transcoding helper.

## Requirements

[FFmpeg](https://www.ffmpeg.org/) must be installed and available on your path.

## Installation

### Development Installation

Run in repo root:

```sh
uv tool install --editable .
```
