mustaine 0.1.7
Hessian RPC Library
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| mustaine-0.1.7.tar.gz (md5) | Source | 2011-11-26 | 7KB | 326 | |
- Author: Brandon Gilmore
- Home Page: http://github.com/bgilmore/mustaine
- License: BSD
- Platform: any
- Categories
- Package Index Owner: brandon
- DOAP record: mustaine-0.1.7.xml
