An experimental HUML parser implementation in Python.
pip install pyhuml
import pyhuml
// Parse HUML into JS data structures.
print(pyhuml.loads(huml_doc))
// Dump JS data structures into HUML.
print(pyhuml.dumps(obj))
Licensed under the MIT license.