Skip to content

tomi77/pyems

Repository files navigation

pyems - Python EMS API wrapper

Code Climate

image

image

Installation

Install package via pip

sh

pip install pyems

Documentation

http://tomi77.github.io/pyems/

API Usage

python

from pyems import Api

api = Api('http://127.0.0.1:7777') print api.list_streams()

Contribute

Clone repo

sh

git clone git@github.com:tomi77/pyems.git

Create virtualenv

sh

mkvirtualenv pyems

Install documentation packages

sh

pip install sphinx sphinx-rtd-theme