Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc