Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomi77/pyems
Python EMS (Evo Media Server) API wrapper
https://github.com/tomi77/pyems
api-wrapper evostream media-server
Last synced: 21 days ago
JSON representation
Python EMS (Evo Media Server) API wrapper
- Host: GitHub
- URL: https://github.com/tomi77/pyems
- Owner: tomi77
- License: mit
- Created: 2016-03-10T07:29:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T17:10:42.000Z (about 8 years ago)
- Last Synced: 2024-08-09T13:14:08.167Z (5 months ago)
- Topics: api-wrapper, evostream, media-server
- Language: Python
- Homepage: http://tomi77.github.io/pyems/
- Size: 888 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==============================
pyems - Python EMS API wrapper
==============================.. image:: https://codeclimate.com/github/tomi77/pyems/badges/gpa.svg
:target: https://codeclimate.com/github/tomi77/pyems
:alt: Code Climate
.. image:: https://travis-ci.org/tomi77/pyems.svg?branch=master
:target: https://travis-ci.org/tomi77/pyems
.. image:: https://coveralls.io/repos/github/tomi77/pyems/badge.svg?branch=master
:target: https://coveralls.io/github/tomi77/pyems?branch=masterInstallation
============Install package via ``pip``
.. sourcecode:: sh
pip install pyems
Documentation
=============http://tomi77.github.io/pyems/
API Usage
=========.. sourcecode:: python
from pyems import Api
api = Api('http://127.0.0.1:7777')
print api.list_streams()Contribute
==========Clone repo
.. sourcecode:: sh
git clone [email protected]:tomi77/pyems.git
Create virtualenv
.. sourcecode:: sh
mkvirtualenv pyems
Install documentation packages
.. sourcecode:: sh
pip install sphinx sphinx-rtd-theme