runtimepy.commands.server
index
/home/vkottler/src/vkottler/workspace/runtimepy/runtimepy/commands/server.py

An entry-point for the 'server' command.

 
Functions
       
add_server_cmd(parser: argparse.ArgumentParser) -> Callable[[argparse.Namespace], int]
Add server-command arguments to its parser.
client_data(args: argparse.Namespace) -> dict[str, typing.Any]
Get client data based on command-line arguments.
config_data(args: argparse.Namespace) -> dict[str, typing.Any]
Get configuration data for the 'server' command.
is_websocket(args: argparse.Namespace) -> bool
Determine if the specified factory uses WebSocket or not.
port_name(args: argparse.Namespace, port: str = 'port') -> str
Get the name for a connection factory's port.
server_cmd(args: argparse.Namespace) -> int
Execute the server command.
server_data(args: argparse.Namespace) -> dict[str, typing.Any]
Get server data based on command-line arguments.

 
Data
        FACTORIES = 'package://runtimepy/factories.yaml'