Access SugarCRM from Python via SOAP
I spent part of the evening writing the embryo of a python module that will hopefully make it easy to access SugarCRM from Python via SOAP.
Right now, it only contains code for adding, updating, getting and deleting Accounts, but that could easily be extended. A bunch of unit tests too.
Not very useful unless you're a developer. You need the Zolera Soap Infrastructure to get it to work.
Get the code from SVN:
svn co http://lsvn.lysator.liu.se/svnroot/forsberg/sugar_python/trunk
See also:
Comment by Corine
Created Mon, 27 Oct 2008 17:07:42 +0000Great work.