Python client library for Angzarr gRPC services
Project description
angzarr-client
Python client library for Angzarr CQRS/ES framework.
Installation
pip install angzarr-client
Usage
from angzarr_client import DomainClient
# Connect to a domain's aggregate coordinator
client = DomainClient("localhost:1310")
# Build and execute a command
response = client.command("order", root_id) \
.with_command("CreateOrder", create_order_msg) \
.execute()
# Query events
events = client.query("order", root_id) \
.get_event_book()
License
AGPL-3.0 - See LICENSE for details.
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
angzarr_client-0.1.3.tar.gz
(46.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file angzarr_client-0.1.3.tar.gz.
File metadata
- Download URL: angzarr_client-0.1.3.tar.gz
- Upload date:
- Size: 46.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f6f010004b91e7b456a0f22a4e3beeb3ff0a1a9a5b429994423fbc81d0c2017
|
|
| MD5 |
235f9f37b3045eca4d48060255f8252a
|
|
| BLAKE2b-256 |
675718afbebb8299b848d661003bcd47c2b3f69a67acb6e48477bd56592662e6
|
File details
Details for the file angzarr_client-0.1.3-py3-none-any.whl.
File metadata
- Download URL: angzarr_client-0.1.3-py3-none-any.whl
- Upload date:
- Size: 53.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e7c828007bdbb5fb694fd7d7781e851625dfb0a9fe2c1798f9ac137bb77024d
|
|
| MD5 |
0974fe83aced2f8c33fb222d394d958c
|
|
| BLAKE2b-256 |
b65d929680735615a745ae3a724e52da711a7e52374ac4645584976c8371b0a4
|