jsonwspclient wants to be a simple and, i hope, flexible python client for JSON-WSP services. It is designed for make easy to call services methods and to access to response info and attachments.
JsonWspClient is based on python Requests and uses the Session object. So allows you to persist certain parameters and the cookies across requests.
It supports also events_handling, response_processing, params_mapping and fault_handling. So you can have a good control over your scripts flow.
Note
jsonwspclient is designed to be used with Ladon. and it is based on the original ladon's jsonwsp client.
However it should be flexible enough to be used with other JSON-WSP services.
See JsonWspClient docs.
This project has been set up using PyScaffold 2.5. For details and usage information on PyScaffold see http://pyscaffold.readthedocs.org/.