mallus is a Python module that allows clients to connect to the Sybl service.
The requirements for mallus can be installed as follows:
pip install -r requirements.txtAlternatively, you can install mallus from the test variant of PyPI:
pip install -i https://test.pypi.org/simple/ syblmallus --extra-index-url
https://pypi.org/simple/To begin working with mallus and running models as a client on Sybl, you
should first have both the api-server and dcl binaries executing from
dodona. Further instructions can then be found in the guides/ directory in
the dodona repository, specifically the become_a_client.md and
register_a_model.md guides.