A Python implementation of Robot Framework remote server, allowing Robot Framework to connect to remote libraries via XML-RPC. Current version 1.1.1, maintained by the Robot Framework project. Releases are infrequent.
pip install robotremoteserverVerified import paths — ran on the pinned version, not inferred.
Create a library class, instantiate RemoteServer with it, and call serve().
server = RemoteServer(library, port=8270, xmlrpc_timeout=60)
import logging; logging.basicConfig(level=logging.INFO) before serve()
Upgrade to Python 3.6+.
No dependency data recorded yet.