pylabrobot.config package#
This package contains APIs for configuring PLR. More information in configuration tutorial.
The configuration object for PyLabRobot. |
|
ConfigReader is an abstract class for reading a Config object from some IO source. |
|
ConfigWriter is an abstract class for writing a Config object to some IO source. |
|
A ConfigReader that reads from a file. |
|
A ConfigWriter that writes to a file. |
|
A ConfigLoader that loads from an IO stream that is JSON formatted. |
|
A ConfigSaver that saves to an IO stream in JSON format. |
|
A ConfigLoader that loads from an IO stream that INI formatted. |
|
A ConfigSaver that saves to an IO stream in INI format. |