pyems

Python EMS (Evo Media Server) API wrapper


Keywords
api-wrapper, evostream, media-server
License
MIT
Install
pip install pyems==0.1.2

Documentation

pyems - Python EMS API wrapper

Code Climate https://travis-ci.org/tomi77/pyems.svg?branch=master https://coveralls.io/repos/github/tomi77/pyems/badge.svg?branch=master

Installation

Install package via pip

pip install pyems

Documentation

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

API Usage

from pyems import Api

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

Contribute

Clone repo

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

Create virtualenv

mkvirtualenv pyems

Install documentation packages

pip install sphinx sphinx-rtd-theme