[portland] Any suggestions for a RPC protocol for Python, et al.

Robert Lugg Robert.Lugg at synopsys.com
Wed Jul 2 23:52:56 CEST 2008


It's a funny coincidence, I am looking at the same thing.  If you choose
to go with SOAP you may consider suds (https://fedorahosted.org/suds/).
They are still making development releases, but I was able to *almost*
get it working. Authentication in my case was done by pasting some
Google-found urllib2 authentication code.

They have a very nice model, but I can't compare them to other libraries
since it's the only one I've used.

Robert


More information about the Portland mailing list