Skip to main content

Manage EvoStream Media Server

Project description

# django-evostream

[![Code Climate](https://codeclimate.com/github/tomi77/django-evostream/badges/gpa.svg)](https://codeclimate.com/github/tomi77/django-evostream)

## Installation

Install package via `pip`:

pip install django-evostream

Activate `Django` application:

INSTALLED_APPS = (
...
'evostream',
...
)

Setup `EvoStream` HTTP API address:

EVOSTREAM_URL = '127.0.0.1:7777'

## API Usage

from evostream.commands import list_streams

print list_streams()

## CLI Usage

`django-evostream` provide `Django` commands to manage `EvoStream`.

Example:

./manage.py liststreams

## Documentation

http://pythonhosted.org/django-evostream/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-evostream-0.1b2.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

django_evostream-0.1b2-py2.py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page