RSML in Python¶
RSML for Python is not as powerful as RSML for C#, as it needs the CLI to work and does not have as many features.
Installation¶
To start using RSML in Python, simply install it with pip
.
Module Reference Overview¶
-
__init__(str | None)
evaluate_document(str | None, bool, tuple[str | None, str], bool)
evaluate_document_as_mfroad()
get_runtime_id()
load_document(RedSeaDocument)
repository
repository_python
version
-
__init__()
get_document_data()
load_from_file(str, str)
load_from_string(str)
write_document_to_file(str, str)
write_document_to_new_list()