Inputs
The input plugins generate a stream of dictionaries to be passed to the generator for processing.
You can configure more than one input plugin, if you wanted to input the content from more than one place.
Inputs are loaded as named entry points with the namespace:
stac_generator.inputs
Warning
Blocking input plugins will prevent others from being run. They are run sequentially. For example, with the file system input plugin, you could configure several to scan multiple directories but the rabbit plugin creates a listening connection which would block any other inputs.