ToMaTo’s command-line interface (CLI) is a Python shell with integrated ToMaTo API commands. The ToMaTo API follows an RPC scheme, making it easy to understand.
The CLI supports tab completion. When you type in an entity (e.g., “element”) and press the tab key multple times, you get suggestions about functions.
You can type help(function_name) (e.g., help(element_create)) to see the specifications of this particular API function.
The advanced user’s manual contains tutorials about the usage of the API