Is there a hello world example that I can see as to how to communicate with a running opengamma server via fudgemsg?
I’ve taken over maintainence of the python Fudge bindings, and I’d like to add a simple hello world in which a python script can take and receive data from opengamma. In particular, I’d like to see if I can pull data from opengamma and then process/plot it using numpy/scipy or put it up on a web page using flask or django.
FYI, the new official github repo for python-Fudge is
and I’ve uploaded it to pypi which means that it can be installed via pip
Development has been dormnant for a few years, and right now I’m mainly interested in doing a gap analysis to see what’s missing.