🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

pyems

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyems

Python EMS (Evo Media Server) API wrapper

0.1.2
PyPI
Maintainers
1

============================== 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=master

Installation

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 git@github.com:tomi77/pyems.git

Create virtualenv

.. sourcecode:: sh

mkvirtualenv pyems

Install documentation packages

.. sourcecode:: sh

pip install sphinx sphinx-rtd-theme

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts