Skip to main content

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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page