I have a Python parser that can read from and write to static JSON files (containing JSON objects that map to Python dicts) on my local machine. The properties of these objects related to finite group objects in the GAP Small Groups Library. Is there a way I can get data from GAP so that I can update the object info in these JSON files? I have GAP on the machine.
Obviously I can use Sage, which has a shell that recognises Python, but I don't have it on my system and I just don't have the space.
Any pointers would be appreciated.