Metadata-Version: 2.4
Name: ai-media-generator
Version: 0.1.0
Summary: Thin PyPI wrapper for the ai-media Rust CLI
Project-URL: Homepage, https://ricebowl.ai
Project-URL: Repository, https://github.com/214140846/ricebowl.ai
Author: thor
License: MIT
Keywords: ai,cli,image-generation,video-generation
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# ai-media-generator

这个包是 `ai-media` Rust CLI 的 PyPI thin wrapper。

## Install

```bash
pipx install ai-media-generator
uv tool install ai-media-generator
```

## Usage

```bash
ai-media --help
uvx ai-media-generator --help
python -m ai_media_cli --help
```
