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 0x7fa03506fd10>], host: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fa03506d0d0>] = 'localhost', port: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fa03506dc50>] = 56000, cpu: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fa03506f950>] = True, local: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fa03506f7d0>] = False)[source]