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.3.tar.gz
(2.3 kB
view details)
Built Distribution
esub-0.0.3-py3-none-any.whl
(3.6 kB
view details)
File details
Details for the file esub-0.0.3.tar.gz
.
File metadata
- Download URL: esub-0.0.3.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35afbdb8c6db40810a191289f9e319d1c0d9a51e67aa1d3df8c10ad06c57b757 |
|
MD5 | 26a7a6888cce701ef4102e24a1720b66 |
|
BLAKE2b-256 | 6516c936c9c6c75d793d13b3c17db553d223c25bdd22f1bfb33b3af06a11921f |
File details
Details for the file esub-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: esub-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5af97809cea91531cbbc3bf5bfcf1e5ce4600e25ad8301c471016f9e62af05ad |
|
MD5 | 4462181c3ef90ca1b8e51af3b6d22967 |
|
BLAKE2b-256 | 961350e6d77fa1a48c0acc1cf9d5931dd7bad4c99af858766a9a22229d6b89fa |