Skip to content

DolbyIO/dolbyio-rest-apis-client-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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