Skip to content

resonatehq/scaffold-two-step-lfi-workflow-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two step local function invocation workflow template

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages