Hessian RPC Library
Project description
About
python-hessian is a Python implemention of Hessian, a binary web services protocol. It supports the Hessian 1.0.2 specification and the Hessian 2.0 Serialization Protocol. The library is a fork of mustaine, which is no longer maintained. It provides a standard HTTP-based client as well as a general-purpose serialization library.
Usage
Using pyhessian.client
Testing against Caucho’s reference service:
from pyhessian.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 python-hessian GitHub site.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-hessian-1.0.1.tar.gz
(19.1 kB
view details)
File details
Details for the file python-hessian-1.0.1.tar.gz
.
File metadata
- Download URL: python-hessian-1.0.1.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cab7ac79ce53ad049a58bad595bcfc062c1fc25a79850549580a293cc834846d |
|
MD5 | edcb86b76b6080ea833f9efe47b92619 |
|
BLAKE2b-256 | 6c4778e6285c566dda21f38edf538cc7d1e2100e3e393bfb6bc2147a39a5ea3a |