Inputs
Flower takes two main inputs:
The
datapackage.jsonfile: A machine-readable JSON file that is the foundation of a Data Package. It contains metadata describing the package (like title, description, and contributors) as well as metadata describing each of the package’s data resources (like column names, data types, descriptions, and a path to the data file).The configuration settings: Values that control how Flower behaves (like which content to include in the output, how to format it, and where to save it). These can be provided as command-line arguments, via a Python class, or within a configuration file.