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
84
85
86
87
88
89
90
91
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)