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.4.tar.gz
(3.8 kB
view details)
Built Distribution
esub-0.0.4-py3-none-any.whl
(5.4 kB
view details)
File details
Details for the file esub-0.0.4.tar.gz
.
File metadata
- Download URL: esub-0.0.4.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38cd348ec65c6e002dd8f08b02b4d410ccccd4597304b5bdcf1c5286267cd3de |
|
MD5 | c5ff742c4bbba8914701f4fcc1e149a1 |
|
BLAKE2b-256 | 5c0118b196fd0f1fcaefcac2eac20430a708759ef821921b9b1fe56a12e9f046 |
File details
Details for the file esub-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: esub-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b38bfee40013560cdf6ee550a4de9bf79022bae48cdf464f6e78f6f40c89fa6 |
|
MD5 | 1f4215f07bbc26c4c9f248ac3b9bcb9e |
|
BLAKE2b-256 | a5d2c778c2f22f9174693da0127811e321a76ff9cedca397410457394a4f9bc8 |