How to use Python shell
There is an option --python-shell which starts a CLPython shell. Are there any variables defined at this point? If yes, what are their names?
Is there maybe an example how to use the shell option effectively?
Nothing defined yet. See the demo domain semantics python files for some examples of packages to import. dir() works as expected. import CL followed by CL.DESCRIBE(FOO) will access the docstrings.
Also: http://tmkit.kavrakilab.org/tmsmtpy.html
An expanded API: http://amino.golems.org/AMINO_CLPYTHON.html A simple demo: https://github.com/golems/amino/blob/master/demo/python/baxter-view.py