opengsq.responses.gamespy2 package

Submodules

opengsq.responses.gamespy2.status module

class opengsq.responses.gamespy2.status.Status(info: dict[str, str], players: list[dict[str, str]], teams: list[dict[str, str]])

Bases: object

Represents the status of the server.

info: dict[str, str]

The server information.

players: list[dict[str, str]]

The list of players.

teams: list[dict[str, str]]

The list of teams.

Module contents