A Python wrapper around QStat, the realtime game server status tool
Project description
- PyQStat is a fairly basic Python wrapper around “QStat”,
http://www.qstat.org/, an application designed to report server status for a wide variety of realtime game servers. PyQStat invokes QStat via ‘os.popen’ and parses its XML output mode.
Although primarily intended as an importable module for integrating QStat functionality into other applications, PyQStat can also be used from the command line.