spyne is a simple, easily extendible rpc library that provides several useful tools for creating and publishing web services in Python. This package features on-demand wsdl generation for the published services, a wsgi-compliant web application, support for complex class structures, binary attachments, and a simple framework for creating additional serialization mechanisms.
This project uses lxml as it's XML API, providing full namespace support.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Add validation tests for HierDictDocument and fix seen issues.
· Add validation tests for FlatDictDocument and fix seen issues.
· Clarify Json and Http behavior in relevant docstrings.
· Fix Python2.6 generating max_occurs="inf" instead of "unbounded" sometimes.