A simple Python client for communicating with a Factorio game server via the RCON protocol. Latest version 2.1.3 supports Python >=3.8. Released as needed.
pip install factorio-rcon-pyVerified import paths — ran on the pinned version, not inferred.
Connect to a Factorio server, send an RCON command, and print the response.
Ensure the server is reachable and the port is open.
Wrap RCONClient usage in a retry logic or recreate the client on failure.
Run 'pip install factorio-rcon-py'.
Verify server is running with RCON enabled and correct port (default 27015).
No dependency data recorded yet.