mux-python icon indicating copy to clipboard operation
mux-python copied to clipboard

Official Mux API wrapper for python projects, supporting both Mux Data and Mux Video.

Results 11 mux-python issues
Sort by recently updated
recently updated
newest added

- Add support for User Agent restrictions within `PlaybackRestriction` - Add support for [error severity and business exceptions](https://docs.mux.com/guides/error-categorization) - Add support for updated MP4 options - Add support for [additional...

Passing on the request. Alex Steel may have more context if needed.

enhancement

Change: https://github.com/muxinc/mux-python/blob/844d5c9ef50d7206f1121fe18eccf1914341bc09/examples/data/exercise-exports.py#L21 To reference: https://docs.mux.com/api-reference/data#operation/list-exports-views

https://github.com/muxinc/mux-python/blob/844d5c9ef50d7206f1121fe18eccf1914341bc09/examples/video/exercise-assets.py#L61

Tweaked the documentation for PlaybackPolicy to match the usage (casing for usage followed by canonical Muxian API representation).

Getting the following warning: `DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default). return self.urllib3_response.getheader(name, default)` A previous issue #71 covered the case of...