Easy use for dubbo python client
Project description
Dubboz
Easy use for dubbo python client
install
pip install dubboz
use
from dubboz import Dubbo
conn = Dubbo('<ip>', <port>)
dict_data = {"class": "类型", "kw1": "value1", ...}
result = conn.invoke("<service>", "<method>", dict_data)
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
dubboz-0.13.tar.gz
(2.8 kB
view hashes)