pip install rsml_python
and you're ready to go.
Adds RedSeaMarkupLanguage support for Python.
You're in the wrong spot. You may want to check out ADD-LINK-HERE instead.
Requirements:
- RSML.CLI (the executable) and RSML (dll) for the correct system and architecture
- OR
- A way to compile these programatically (requires dotnet)
Installation (via pip):
python -m pip install rsml_python # install via pip
Usage:
# RSML.Python is not a port of RSML, as the original executable is required
executable = RedSeaCLIExecutable(...)
document = RedSeaDocument()
document.load_from_string(...)
executable.load_document(document)
output = executable.evaluate_document() # non-prettified output
print(output)
^ Version 1.0.2 of this module (first version) was coded in around one hour and half.
Made with โค๏ธ by OceanApocalypseStudios.
Copyright (c) 2025 OceanApocalypseStudios