Execution Flows fy tool generates Python class mixins code using a simple declarative description written in fy code.
Easily and quickly break down your code into reusable parts - property and methods mixins, and put them up together into flows - a top-level class for use case implementations.
To learn more, check out these topics in the documentation:
This tool is in the early stages of development, and to maintain a high development velocity, we may occasionally deliver breaking changes without prior announcement.
Currently, only a select few companies are using it in production with our direct support.
You are welcome to try and test the repository, tool, and code for hobby projects. However, if you plan to use the tool in production systems, please let us know. There may be unannounced breaking changes in upcoming releases, and we want to avoid causing any issues.
This repo is organized as a monorepo. Each folder is its own project and contains own README.md
.
Instructions for development environment setup are in library/README.md.