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/
[![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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-evostream-0.1b2.tar.gz
.
File metadata
- Download URL: django-evostream-0.1b2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cdb5f5c2fd721cb0a87e42d894b0f8d236f385f76ca706d6a079dd5135d0be5 |
|
MD5 | c177e2f39f4040bb1a34d23c523fc88b |
|
BLAKE2b-256 | 75e2d82f039eaf2399382e3b60ecd4a0b7e56d89c239c073ff0bfd4f76ee9baa |
File details
Details for the file django_evostream-0.1b2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_evostream-0.1b2-py2.py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bac1e1a074de392a11ec5168545522561ca1907f0f3af3f76a4d9d1ad88d5d8 |
|
MD5 | 92e651ab252c6650723c60b7ce0c70e8 |
|
BLAKE2b-256 | 792133de6497f256884f3dc8c0d00145bbe650ca2b519e413158109ad8d47495 |