Skip to content

Commit 3d1f827

Browse files
committed
add remote lib hint
1 parent eb041f7 commit 3d1f827

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ Robot Framework [provides three APIs for implementing libraries](https://robotfr
2929
- [Dynamic Library API](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#dynamic-library-api)
3030
- [Hybrid Library API](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#hybrid-library-api)
3131

32+
Python libraries may be hosted on different processes or machines than Robot Framework itself is running on.
33+
Those libraries are called "remote libraries" and make use of the
34+
[Remote Library Interface](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#remote-library-interface).
35+
The [PythonRemoteServer](https://github.com/robotframework/PythonRemoteServer/)
36+
implements a generic remote server in Python.
37+
3238
This template provides the easiest possible starting point w.r.t. library design (Static API).
3339

3440
## Migration hints

0 commit comments

Comments
 (0)