Metadata-Version: 2.5
Name: midas-fn-collector
Version: 0.1.0
Summary: Defines a collector that reads from a file for a single objective
Author-email: Dillon Millar <dillon.millar@stfc.ac.uk>
License-Expression: MIT
License-File: LICENCE
Requires-Python: >=3.12
Requires-Dist: midas
Description-Content-Type: text/markdown

# MIDAS fn collector

This package defines a collector that reads from a file for single objective tasks.

use it like this in the task yaml:
```
collector:
    cls: "midas_fn_collector.FileCollector"
    params:
        file_name: "fn.out"
```