Python wrapper for the Dolby Millicast and Media APIs.
Install the package dependencies to build the installers:
python3 -m pip install -r requirements.txt
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 the following pylint command:
python3 -m pylint client/src/dolbyio_rest_apis