robotremoteserver
Robot Framework remote server implemented with Python
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 on this page — 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
robotremoteserver on PyPI
pip
pip install robotremoteserveruv
uv add robotremoteserverpoetry
poetry add robotremoteserverInstalling 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 | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | dormant — 1,330 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 84,217/month — #14,016 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: robotremoteserver-1.1.1-py2.py3-none-any.whl
Keywords: robotframework, testing, testautomation, remoteinterface
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
robotframeworkRobot Framework is a generic open-source…
permissive · top 5,000 on PyPI
robotframework-sshlibraryA Robot Framework test library for executing…
permissive · top 15,000 on PyPI
robotframework-seleniumlibrarySeleniumLibrary is a Robot Framework library…
permissive · top 5,000 on PyPI
robotframework-imaplibrary2A Robot Framework library that connects to IMAP…
permissive · top 15,000 on PyPI
robotframework-pabotPabot splits Robot Framework test execution…
permissive · top 5,000 on PyPI
robotframework-selenium2libraryA Robot Framework library that wraps Selenium…
permissive · top 15,000 on PyPI
robotframework-databaselibraryA Robot Framework library that adds keywords…
permissive · top 15,000 on PyPI
robotframework-browserBrowser automation library for Robot Framework…
permissive · top 5,000 on PyPI
pyats.robotIntegrates pyATS testing capabilities with…
permissive · top 15,000 on PyPI