Dapr client sdk using gRPC.
Project description
Python client for dapr.
Example code
A client can be created as follows:
from dapr import dapr_pb2 as messages
from dapr import dapr_pb2_grpc as services
import grpc
from google.protobuf.any_pb2 import Any
channel = grpc.insecure_channel('localhost:50001')
client = services.DaprStub(channel)
You can find a complete example at https://github.com/dapr/python-sdk
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dapr-client-0.4.0b1.tar.gz
(11.6 kB
view hashes)
Built Distribution
Close
Hashes for dapr_client-0.4.0b1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd03daac8135056a1f642a9483d09d00c0b2fee4dc3281bbdc2d9e5b754c91b8 |
|
MD5 | cb5ca131d8d49b183f7b7f575210322f |
|
BLAKE2b-256 | ec5ea827fb39a35e6658e21b181c15edcb76fe7eb2b5713893f3fb155adb1d2e |