Skip to content

voiage.cli.calculate_implementation

calculate_implementation([positional or keyword] input_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON input with net_benefit and implementation settings'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save Value of Implementation result')) -> None

Calculate Value of Implementation from a JSON input file.

Parameters:

  • input_file Path (default: typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON input with net_benefit and implementation settings'))
  • output_file Path | None (default: typer.Option(None, '--output', '-o', help='File to save Value of Implementation result'))

Returns: None