Hi Everyone
I've released an open source Python client for the LDB Webservice, you can access the code on github [
https://github.com/robert-b-clarke/nre-darwin-py] or install it straight from pypi using
pip install nre-darwin-py. There are basic docs on github and you see more detailed stuff if you run
pydoc nredarwin.webservice from the command line.
The main aim of this wrapper is to provide a more intuitive Python interface to the webservice. Even
choosing a SOAP client in Python is a hassle, and support comes and goes for those that are out there, then you've got to work out how to use them. As well as "hiding SOAP" it provides inline documentation, which can be accessed via pydoc or through the
help command in the shell, and you get autocomplete on property and function names when using IDLE or the python3 shell.
Feedback, bug reports and patches are all welcome
Thanks
Rob