sciline.reporter#

Progress reporters for pipelines.

Classes

NullReporter()

A progress reporter that does nothing.

Reporter()

Base class for progress reporters of computations.

RichReporter(*[, description, ...])

Report progress using Rich.

TimingReporter()

A reporter that tracks the time spent in each provider.