brtonnies / pyRiffle

Python riffle. Lets be honest, its pretty much the best.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the Chat!

pyRiffle

All our docs live at docs.exis.io.

Riffle functionality for python.

  1. Install [Go][https://golang.org/dl/].

  2. Install [GoPy][go get github.com/go-python/gopy].

  3. Set a GOPATH: export GOPATH=some/path/to/go/src. This is where Go saves download packages. Make sure to add GOPATH/bin to your path.

  4. Link core libraries to Gopath: python stump.py init. Alternatively, go get github.com/exis-io/core may also work, but this won't keep the directory up to date.

  5. Compile riffle core. In top level directory: make python. The core libraries are rebuilt every time this make is run. You only have to do it once, at the start, then you can skip to....

  6. Install pyRiffle locally. In python/pyRiffle run sudo pip install -e .

  7. Compile and run sample project. In python/example: python receiver.py and python sender.py.

About

Python riffle. Lets be honest, its pretty much the best.

License:MIT License


Languages

Language:Python 98.2%Language:Shell 1.8%