Usage: about attrib [OPTIONS] INPUT OUTPUT

  Generate an attribution document at OUTPUT using JSON, CSV or XLSX or .ABOUT
  files at INPUT.

  INPUT: Path to a file (.ABOUT/.csv/.json/.xlsx), directory or .zip archive
  containing .ABOUT files.

  OUTPUT: Path where to write the attribution document.

Options:
  --api_url URL                URL to DejaCode License Library.
  --api_key KEY                API Key for the  DejaCode License Library
  --min-license-score INTEGER  Attribute components that have license score
                               higher than or equal to the defined --min-
                               license-score.
  --scancode                   Indicate the input JSON file is from
                               scancode_toolkit.
  --reference DIR              Path to a directory with reference files where
                               "license_file" and/or "notice_file" located.
  --template FILE              Path to an optional custom attribution template
                               to generate the attribution document. If not
                               provided the default built-in template is used.
  --vartext <key>=<value>      Add variable text as key=value for use in a
                               custom attribution template.
  -q, --quiet                  Do not print error or warning messages.
  --verbose                    Show all error and warning messages.
  -h, --help                   Show this message and exit.