Creating Flowrunner Project
What is a Flowrunner Project
A flowrunner project is a cookiecutter project template to get started saving and running your flows
Project Directory
This is what the project directory looks like
my_flowrunner_project
├── my_flowrunner_src: the source directory
│ ├── html_dags: Html visualizations of your python flows
│ ├── my_flows: A directory of your flows
├── docs: A folder to store technical documentation
│ ├── source
│ ├── make.bat
│ ├── Makefile
│ └── source
├── README.md: Details about the project, install, usage, etc
├── pyproject.toml Project toml to define dependencies
└── changelog.md: A markdown file to track changes
└── setup.py: Backwards compatibility for older python versions
Usage
flowrunner init