Skip to content

__main__

main() #

Launch COGIP SocketIO/Web server.

During installation of cogip-tools, setuptools is configured to create the cogip-server script using this function as entrypoint.

Source code in cogip/tools/server/__main__.py
74
75
76
77
78
79
80
81
def main():
    """
    Launch COGIP SocketIO/Web server.

    During installation of cogip-tools, `setuptools` is configured
    to create the `cogip-server` script using this function as entrypoint.
    """
    typer.run(main_opt)