Skip to content Skip to sidebar Skip to footer
Showing posts with the label Spyne

Python Spyne Service - Base64 Strings Come Escaped

I have a simple spyne service: class JiraAdapter(ServiceBase): @srpc(Unicode, String, Unicode, … Read more Python Spyne Service - Base64 Strings Come Escaped

Name Customization For Attribute_of

I'm playing with attribute_of and spyne 2.10 (very glad it's out). Let's consider follo… Read more Name Customization For Attribute_of