Metadata-Version: 2.4
Name: fabrial-core-plugins
Version: 0.2.0
Summary: Built-in plugins for Fabrial.
Project-URL: Repository, https://github.com/Maughan-Lab/fabrial-core-plugins
License-File: LICENSE
Requires-Python: >=3.13
Description-Content-Type: text/markdown

Built-in plugins for [Fabrial](https://github.com/Maughan-Lab/fabrial.git).

## Categories

### Flow Control
Steps for controlling the flow of the sequence.

#### `Hold`
Hold for a specified duration.

#### `Loop`
Repeat the nested steps a specified number of times. Data for the nested steps is placed in a `Loop` directory.

#### `Simultaneous`
Run the nested steps "simultaneously". In reality, this rapidly switches between the nested steps; when one pauses, another resumes.
