Metadata-Version: 2.4
Name: ariel-mermaid
Version: 0.1.0
Summary: animate Mermaid diagrams as videos with manim
Project-URL: Homepage, https://pavelsimo.github.io/ariel
Project-URL: Repository, https://github.com/pavelsimo/ariel
Project-URL: Issues, https://github.com/pavelsimo/ariel/issues
Author: pavelsimo
License: MIT
Keywords: cli
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: lark>=1.1
Requires-Dist: manim>=0.18
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.15
Description-Content-Type: text/markdown

# ariel

animate Mermaid diagrams as videos with manim

[![release](https://img.shields.io/github/v/release/pavelsimo/ariel?style=flat-square&color=4d9e4d&logoColor=white)](https://github.com/pavelsimo/ariel/releases)
[![license MIT](https://img.shields.io/badge/license-MIT-ffd60a?style=flat-square&logoColor=white)](LICENSE)
[![Python](https://img.shields.io/badge/Python-3.11+-3776ab?style=flat-square&logoColor=white)](https://python.org)
[![PyPI](https://img.shields.io/pypi/v/ariel-mermaid?style=flat-square&color=3775a9&logoColor=white)](https://pypi.org/project/ariel-mermaid)
[![Homebrew](https://img.shields.io/badge/Homebrew-b28f62?style=flat-square&logoColor=white)](https://github.com/pavelsimo/homebrew-tap)
[![DeepWiki](https://img.shields.io/badge/DeepWiki-0088cc?style=flat-square&logoColor=white)](https://deepwiki.com/pavelsimo/ariel)

## Installation

### Homebrew (macOS / Linux)

```bash
brew tap pavelsimo/homebrew-tap
brew install ariel
```

### pip / pipx

```bash
pipx install ariel-mermaid
# or
pip install ariel-mermaid
```

### Download binary

Pre-built binaries are available on the [Releases](https://github.com/pavelsimo/ariel/releases) page.

## Quick Start

```bash
# Show help
ariel --help

# Print version
ariel version
```

## Commands

| Command | Description |
|---------|-------------|
| `ariel version` | Print version and exit |

## Docs

Full documentation at **[pavelsimo.github.io/ariel](https://pavelsimo.github.io/ariel)**.

## License

MIT
