Metadata-Version: 2.4
Name: gyrus
Version: 0.1.1
Summary: A lightweight workflow engine with YAML-based configuration.
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: pyyaml>=6.0.3

# Test

For more details, please refer to this video: https://www.youtube.com/watch?v=rR4n-0KYeKQ

```
$ uv sync
$ uv pip install -e .
$ uv run pytest tests
$ uv run pytest --capture=tee-sys tests
```
