In Pyper, the task decorator is used to transform functions into composable pipelines. Let's simulate a pipeline that performs a series of transformations on some data.
project-root/ │ ├── package1/ │ ├── package1/ │ │ └── init.py │ ├── setup.py │ └── pyproject.toml (optional ...