esub python client library
Project description
# esub python client library
esub is a super lightweight micro message passing service, this is a python client library to connect to an esub node
for more details about esub, see its repo: https://github.com/ccpgames/esub
## examples
# subscribing
`python # this will block until fulfilled or canceled print(esub.sub("some_key", token="secret")) `
# replying
`python # also blocking, but should be a fast response esub.rep("some_key", "some data", token="secret") `
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
esub-0.0.5.tar.gz
(3.8 kB
view details)
Built Distribution
esub-0.0.5-py3-none-any.whl
(5.4 kB
view details)
File details
Details for the file esub-0.0.5.tar.gz
.
File metadata
- Download URL: esub-0.0.5.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e79b74e4948cd08feab1d74076cae3883d1997a0267ac25e8ff119981839375 |
|
MD5 | 82531b2496520080e9d7b7c58018da4f |
|
BLAKE2b-256 | ef9eba1ba369249737184d280a1a27cffebb29b8668829d7e0571b4530a5e60d |
File details
Details for the file esub-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: esub-0.0.5-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1370510b211cdc2106b886ad671cbdee580df4c8749ed2741745444b2ba2a858 |
|
MD5 | 47ffb4e8ae38143fd6c728324875671f |
|
BLAKE2b-256 | f5443327a8676c231c744f00ed9adc8afdfc8f46526d221b9b0bb5f2c2b1f32b |