| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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:
Installation (via pip):
python -m pip install rsml_python # install via pipUsage:
# 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
| Back | FazBrowse Home | New Git URL |