tisserande.tracking.annotations
Type annotations for marking function arguments with their provenance role.
Usage:
from tisserande.tracking.annotations import DataFile, Param
@track
def process(input_file: DataFile[str], threshold: Param[float]) -> DataFile[str]:
...