ccpgames/esub-client

Name: esub-client

Owner: CCP Games

Description: python client library for esub

Created: 2017-04-27 16:53:49.0

Updated: 2017-07-06 16:16:15.0

Pushed: 2017-10-17 18:57:42.0

Homepage: null

Size: 7

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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

is will block until fulfilled or canceled
t(esub.sub("some_key", token="secret"))

replying

so blocking, but should be a fast response
.rep("some_key", "some data", token="secret")

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.