dolbyio-rest-apis-cli

A command line wrapper for the Dolby.io REST APIs.


Keywords
api, dolbyio, python, rest-api, sdk, webrtc
License
MIT
Install
pip install dolbyio-rest-apis-cli==3.3.0

Documentation

Build Package Publish Package PyPI PyPI - Python Version License

Dolby.io REST APIs Client for Python

Python wrapper for the Dolby Millicast and Media APIs.

Build the builder

Install the package dependencies to build the installers:

python3 -m pip install -r requirements.txt

Build the client project

Install the package dependencies to build and run this project:

python3 -m pip install -r client/requirements.txt

Build this project wheel:

python3 client/setup.py sdist bdist_wheel

Run PyLint on the code

Run the following pylint command:

python3 -m pylint client/src/dolbyio_rest_apis