Metadata-Version: 2.1
Name: dapr-httpx
Version: 0.2.6
Summary: ✨dapr ➕ ✨httpx is awesome
Home-page: https://github.com/Benknightdark/dapr-helpers
Keywords: dapr,httpx
Author: Ben
Author-email: moon791017@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: httpx (>=0.23.0,<0.24.0)
Project-URL: Documentation, https://github.com/Benknightdark/dapr-helpers
Project-URL: Repository, https://github.com/Benknightdark/dapr-helpers
Description-Content-Type: text/markdown

# ✨dapr ➕ ✨httpx is awesome
## dapr api 函式庫
- [Service invocation API](./dapr_httpx/invoke_api.py)
- [State management API](./dapr_httpx/state_api.py)
- [Pub/Sub API](./dapr_httpx/pubsub_api.py)
- [Secrets API](./dapr_httpx/secrets_api.py)
## 範例程式
- [example](./example.py)
