graph2mat.tools.cli.serve

Functions

main(models[, host, port, cpu, local])

graph2mat.tools.cli.serve.main(models: ~typing.Annotated[~typing.List[str], <typer.models.ArgumentInfo object at 0x7ff418a372d0>], host: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7ff418a37350>] = 'localhost', port: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7ff418a37450>] = 56000, cpu: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7ff418a37550>] = True, local: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7ff418a37610>] = False)[source]