Skip to content

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.

pip install rsml-python==1.0.5
python -m pip install rsml-python==1.0.5

Module Reference Overview

  • RedSeaCLIExecutable

    • __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
  • RedSeaDocument

    • __init__()
    • get_document_data()
    • load_from_file(str, str)
    • load_from_string(str)
    • write_document_to_file(str, str)
    • write_document_to_new_list()