Metadata-Version: 2.4
Name: omegaflow
Version: 0.2.0
Summary: Scripted terminal and video flow authoring for OmegaFlow
Author: Omry Yadan
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: hydra-core==1.4.0.dev5
Requires-Dist: omegaconf>=2.3
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# OmegaFlow

OmegaFlow is a tool for scripted terminal and video flows. Operators
author an OmegaFlow script, then build a website-ready video from that source.

The project includes a Python package named `omegaflow`, an `omegaflow` CLI,
a Docusaurus website for `omegaflow.dev`, a quickstart demo recording, and
tutorial chapter scaffolding under `recordings/`.

## Development

```bash
python -m build
pytest
pnpm --dir website build
omegaflow recording=quickstart-demo action=build
```

The current repository also preserves older OmegaFlow design work under
`docs/future/`.

## Deployment

The website is configured for `https://omegaflow.dev` and includes a GitHub
Pages workflow at `.github/workflows/deploy-website.yml`. The workflow builds
`website/` with pnpm and deploys `website/build`; `website/static/CNAME`
contains the custom domain.
