Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.46 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.46 KB

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