This repository serves serves as a template to scaffold Resonate projects in Python.
You can use this template by installing the Resonate CLI:
brew install resonatehq/tap/resonate
Then use the project creation command and specify this template:
resonate project create --name <your-project-name> --template two-step-lfi-workflow-py
Check the pyproject.toml
file to see which package versions this template is pinned to.
You can use any python environment and package manager with this template, however we do prefer working with uv and recommend it.
To run this project with uv
:
uv sync
uv run app