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.2.tar.gz
(2.2 kB
view details)
Built Distribution
esub-0.0.2-py3-none-any.whl
(3.5 kB
view details)
File details
Details for the file esub-0.0.2.tar.gz
.
File metadata
- Download URL: esub-0.0.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dd63bd71e6c546b78b48efef5a72f19b1497552487a06f15aed4c4e2e68ac66 |
|
MD5 | 9209beb6751a4da536bd0bea9ea1fe1a |
|
BLAKE2b-256 | 1a22f939185177a5bee0fcb449fd49af3d5cca9fd27cdbcb3fb5c2a1f369a1c0 |
File details
Details for the file esub-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: esub-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dbcac36f72880097a523f7f66a6c61a93947c4be0d5c4f7c889255c390f9cf4 |
|
MD5 | 0dbd652e67ef5fb2e6abffade3747ff0 |
|
BLAKE2b-256 | 655704cd132f1dcbc563a1ff601ff796a05d27b42c6379b12250655040ee9454 |