Skip to main content

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 hashes)

Uploaded Source

Built Distribution

esub-0.0.3-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page