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 details)
Built Distribution
File details
Details for the file dapr-client-0.4.0b1.tar.gz
.
File metadata
- Download URL: dapr-client-0.4.0b1.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29d0eb50b542eb8f95ba07a161b188e52f38e397ad17bd642d81827bee585f82 |
|
MD5 | c0437d695db241da3fa79bfdcc260c9c |
|
BLAKE2b-256 | 751c13c89b1b8cf37f73a10a3902b3c70b113cf9c2cee25e479306520278d911 |
File details
Details for the file dapr_client-0.4.0b1-py3-none-any.whl
.
File metadata
- Download URL: dapr_client-0.4.0b1-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd03daac8135056a1f642a9483d09d00c0b2fee4dc3281bbdc2d9e5b754c91b8 |
|
MD5 | cb5ca131d8d49b183f7b7f575210322f |
|
BLAKE2b-256 | ec5ea827fb39a35e6658e21b181c15edcb76fe7eb2b5713893f3fb155adb1d2e |