Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 882 Bytes

README.rst

File metadata and controls

31 lines (21 loc) · 882 Bytes

This project is no longer maintained

Please see the fork at theatlantic/python-hessian


About

Mustaine is a Python implemention of the Hessian 1.0.2 specification, a binary web services protocol. The library currently provides a standard HTTP-based client as well as a general-purpose serialization library. Server support is planned.

Usage

Using mustaine.client

Testing against Caucho's reference service:

from mustaine.client import HessianProxy
service = HessianProxy("http://hessian.caucho.com/test/test")
print service.replyDate_1()

Source

Up-to-date sources and documentation can always be found at the mustaine GitHub site.