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. The library currently 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-0.9.0.tar.gz
(17.8 kB
view details)
File details
Details for the file python-hessian-0.9.0.tar.gz
.
File metadata
- Download URL: python-hessian-0.9.0.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c81083fbc4f3a3a6ac81b3e654b35ebc4f93b5063120cccf2217074a1cea857 |
|
MD5 | 8a9ebebc995d836384cc4fedcd768090 |
|
BLAKE2b-256 | 67bdee6f93afb270c23346156d071139723d9069db03b8434bf5832ca97ae635 |