python-hessian
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.
Release files for python-hessian 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-hessian-1.2.0.tar.gz | 19.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_hessian-1.2.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 37.6 kB
Release files / python-hessian-1.2.0.tar.gz
| Download URL | python-hessian-1.2.0.tar.gz |
|---|---|
| Size | 19.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
80166aca5076cadcd5e3dd2c51afb7591d22de1699bc4c377740245f2182dd22
|
|
BLAKE2b-256 checksum How to use checksums |
364a1612b6b59aab12287014419392491cef8fabd0f094c1aaa3f9bdc8014c53
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.5
|
Release files / python_hessian-1.2.0-py2.py3-none-any.whl
| Download URL | python_hessian-1.2.0-py2.py3-none-any.whl |
|---|---|
| Size | 17.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
3a54c3b17990c4d036b26898099cfa86ecc6f15744570c71ed728eaaa7457076
|
|
BLAKE2b-256 checksum How to use checksums |
e40527559bcffcc73e7d6d54769d89b6912a7fab82a74449404121e246c8a291
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.5
|