Skip to content
/ qri-py Public
forked from yatagan/qri-py

Orderry Qri Python interface.

Notifications You must be signed in to change notification settings

TohaUA/qri-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qri Python interface

This is only a part of our infrastructure for easy integration of push notifications between Server-side and Client-side. Our infrastructure are based on SSE interface. Read more about other Qri components:

  1. SSE server;

Infrastructure

 |--------|     |---------|     |--------|
 | Haskel | ... | Clojure | ... | Python | <-- qri-py
 |--------|     |---------|     |--------|
         \           |            /
          \          |           /
        |-------------------------|
        | Erlang SSE Proxy Server |
        |-------------------------|
             |               |
             |               |
       |----------|     |----------|
       | Client_1 | ... | Client_N |
       |----------|     |----------|

Installing

$ pip install qri-py

Example

from qri_py import Qri
QRI = Qri(host="127.0.0.1", port=5679)
QRI.send(peer="123", checksum="2008521774", message="Hello, World!")

About

Orderry Qri Python interface.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%