--- id: robotremoteserver version: "1.1.1" license: Apache License 2.0 license_treatment: permissive maintenance: dormant --- # robotremoteserver — Robot Framework remote server implemented with Python License: permissive · Maintenance: dormant · Downloads: 84.2K/mo ## What it is and what it does RobotRemoteServer is a Python implementation of Robot Framework's remote library interface, allowing you to host test libraries on separate processes or machines and execute tests against them over XML-RPC. It acts as a bridge between Robot Framework and libraries running elsewhere, enabling distributed test execution across different Python implementations (CPython, Jython, IronPython, PyPy). You create a server by instantiating RobotRemoteServer with a library instance or module, configure it with a host and port (defaulting to 127.0.0.1 and 8270), and optionally write the port to a file or start it in a background thread. The server supports Robot Framework's static, hybrid, and dynamic library APIs, including keyword decorators for custom naming and tags. Main limitation: logging via robot.api.logger or Python's logging module is not currently supported. Use it for: - Run test libraries on a separate machine or process to isolate them from the main Robot Framework execution environment. - Distribute test execution across multiple Python implementations (Jython, IronPython, PyPy) without modifying library code. - Host a single test library instance that multiple Robot Framework instances can connect to and reuse. - Integrate legacy or third-party libraries into Robot Framework by wrapping them in a remote server without modification. - Enable CI/CD pipelines to execute tests against libraries running in containers or on remote servers. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Hosts Robot Framework test libraries on separate processes or machines via XML-RPC, enabling distributed test execution. Yes, if you need distributed test execution with Robot Framework and can accept dormant maintenance. The package is Production/Stable with no known vulnerabilities, zero runtime dependencies, and low install friction. However, verify that version 1.1.1 meets your Robot Framework version and Python version requirements before adopting, since the last release was 2022-12-23 and no active maintenance is evident. ## Install pip install robotremoteserver uv add robotremoteserver poetry add robotremoteserver ## Installing robotremoteserver Before you install: Low friction installation with no runtime dependencies. Maintenance is dormant—last release was 2022-12-23 and no commits since 2024-02-14—but the package is marked Production/Stable and has been stable since its first release in 2014-03-04. License in practice: Apache License 2.0 is permissive and imposes no significant restrictions on use or redistribution; suitable for both open-source and proprietary projects. Quickstart: pip install robotremoteserver from robotremoteserver import RobotRemoteServer RobotRemoteServer(library_instance) Requires Robot Framework to be installed separately; the remote server itself has no runtime dependencies but is only useful when connected to a Robot Framework instance. Verify before relying: - Whether dormant maintenance (last commit 2024-02-14, no releases since 2022-12-23) poses risk for future Python or Robot Framework compatibility. - Current compatibility with Robot Framework versions beyond those documented in the description excerpt. - Whether logging via robot.api.logger or Python's logging module remains unsupported in version 1.1.1. ## Package facts - License: Apache License 2.0 (permissive) - Python support: unspecified - Install friction: low - Maintenance: dormant - Downloads: 84.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags robot framework remote server, distributed test library hosting, robot framework xml-rpc, remote test execution, robot framework inter-process testing, python remote library interface, robot framework network testing, robot-framework, distributed-testing, xml-rpc [View on SkillFed](https://skillfed.io/packages/robotremoteserver) · [View on PyPI](https://pypi.org/project/robotremoteserver/)