fastpix-python 1.0.0__tar.gz → 1.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. {fastpix_python-1.0.0/src/fastpix_python.egg-info → fastpix_python-1.0.1}/PKG-INFO +97 -98
  2. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/README.md +96 -97
  3. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/pyproject.toml +1 -1
  4. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/setup.py +1 -1
  5. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/_version.py +2 -2
  6. {fastpix_python-1.0.0 → fastpix_python-1.0.1/src/fastpix_python.egg-info}/PKG-INFO +97 -98
  7. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/LICENSE +0 -0
  8. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/setup.cfg +0 -0
  9. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/__init__.py +0 -0
  10. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/_hooks/__init__.py +0 -0
  11. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/_hooks/sdkhooks.py +0 -0
  12. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/_hooks/types.py +0 -0
  13. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/basesdk.py +0 -0
  14. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/dimensions.py +0 -0
  15. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/drm_configurations.py +0 -0
  16. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/__init__.py +0 -0
  17. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/badrequest_error.py +0 -0
  18. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/duplicatemp4support_error.py +0 -0
  19. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/duplicatereferenceiderrorresponse.py +0 -0
  20. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/enable_live_streamop.py +0 -0
  21. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/fastpixdefaulterror.py +0 -0
  22. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/fastpixerror.py +0 -0
  23. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/forbidden_error.py +0 -0
  24. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/forbiddenresponse_error.py +0 -0
  25. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/invalidpermission_error.py +0 -0
  26. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/invalidplaylistidresponse_error.py +0 -0
  27. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/livenotfounderror.py +0 -0
  28. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/mediaclipnotfound_error.py +0 -0
  29. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/medianotfound_error.py +0 -0
  30. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/mediaorplaybacknotfound_error.py +0 -0
  31. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/no_response_error.py +0 -0
  32. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/notfounderror.py +0 -0
  33. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/notfounderrorplaybackid.py +0 -0
  34. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/notfounderrorsimulcast.py +0 -0
  35. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/responsevalidationerror.py +0 -0
  36. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/signingkeynotfounderror.py +0 -0
  37. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/simulcastunavailable_error.py +0 -0
  38. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/streamalreadydisablederror.py +0 -0
  39. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/streamalreadyenablederror.py +0 -0
  40. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/trackduplicaterequest_error.py +0 -0
  41. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/trialplanrestrictionerror.py +0 -0
  42. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/unauthorized_error.py +0 -0
  43. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/unauthorizedresponse_error.py +0 -0
  44. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/validationerrorresponse.py +0 -0
  45. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors/viewnotfound_error.py +0 -0
  46. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/errors.py +0 -0
  47. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/httpclient.py +0 -0
  48. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/in_video_ai_features.py +0 -0
  49. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/input_video.py +0 -0
  50. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/live_playback.py +0 -0
  51. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/manage_live_stream.py +0 -0
  52. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/manage_videos.py +0 -0
  53. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/metrics.py +0 -0
  54. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/__init__.py +0 -0
  55. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/accesspolicy.py +0 -0
  56. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/add_media_to_playlistop.py +0 -0
  57. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/add_media_trackop.py +0 -0
  58. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/addtrackrequest.py +0 -0
  59. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/addtrackresponse.py +0 -0
  60. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/audioinput.py +0 -0
  61. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/badrequest_error.py +0 -0
  62. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/basicaccesspolicy.py +0 -0
  63. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/browsernamedimensiondetails.py +0 -0
  64. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/cancel_uploadop.py +0 -0
  65. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/change_media_order_in_playlistop.py +0 -0
  66. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/chaptersresponse.py +0 -0
  67. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/complete_live_streamop.py +0 -0
  68. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/create_media_playback_idop.py +0 -0
  69. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/create_playbackid_of_streamop.py +0 -0
  70. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/create_simulcast_of_streamop.py +0 -0
  71. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createlivestreamrequest.py +0 -0
  72. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createmediarequest.py +0 -0
  73. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createmediaresponse.py +0 -0
  74. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createmediasuccessresponse.py +0 -0
  75. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createplaylistrequest.py +0 -0
  76. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createresponse.py +0 -0
  77. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/createsigningkeyresponsedto.py +0 -0
  78. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/datapagination.py +0 -0
  79. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/daterange.py +0 -0
  80. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_a_playlistop.py +0 -0
  81. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_live_streamop.py +0 -0
  82. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_media_from_playlistop.py +0 -0
  83. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_media_playback_idop.py +0 -0
  84. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_media_trackop.py +0 -0
  85. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_mediaop.py +0 -0
  86. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_playbackid_of_streamop.py +0 -0
  87. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_signing_keyop.py +0 -0
  88. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/delete_simulcast_of_streamop.py +0 -0
  89. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/deletesigningkeyresponse.py +0 -0
  90. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/direct_upload_video_mediaop.py +0 -0
  91. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/directupload.py +0 -0
  92. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/directuploadresponse.py +0 -0
  93. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/disable_live_streamop.py +0 -0
  94. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/domainrestrictions.py +0 -0
  95. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/drmidresponse.py +0 -0
  96. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/duplicatemp4support_error.py +0 -0
  97. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/duplicatereferenceiderrorresponse.py +0 -0
  98. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/enable_live_streamop.py +0 -0
  99. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/errordetails.py +0 -0
  100. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/fielderror.py +0 -0
  101. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/forbidden_error.py +0 -0
  102. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/forbiddenresponse_error.py +0 -0
  103. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/generate_subtitle_trackop.py +0 -0
  104. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/generatetrackresponse.py +0 -0
  105. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_all_playlistsop.py +0 -0
  106. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_all_streamsop.py +0 -0
  107. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_data_viewlist_current_views_filterop.py +0 -0
  108. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_data_viewlist_current_views_gettimeseriesviewsop.py +0 -0
  109. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_live_stream_by_idop.py +0 -0
  110. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_live_stream_playback_idop.py +0 -0
  111. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_live_stream_viewer_count_by_idop.py +0 -0
  112. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_media_clipsop.py +0 -0
  113. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_mediaop.py +0 -0
  114. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_playback_idop.py +0 -0
  115. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_playlist_by_idop.py +0 -0
  116. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_signing_key_by_idop.py +0 -0
  117. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_specific_simulcast_of_streamop.py +0 -0
  118. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_timeseries_dataop.py +0 -0
  119. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/get_video_view_detailsop.py +0 -0
  120. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getallplaylistsresponse.py +0 -0
  121. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getallsigningkeyresponse.py +0 -0
  122. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getallsigningkeyresponsedto.py +0 -0
  123. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getcreatelivestreamresponsedto.py +0 -0
  124. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getdrmconfigurationbyidop.py +0 -0
  125. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getdrmconfigurationop.py +0 -0
  126. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getpublicpemusingsigningkeyidresponsedto.py +0 -0
  127. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/getstreamsresponse.py +0 -0
  128. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/invalidpermission_error.py +0 -0
  129. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/invalidplaylistidresponse_error.py +0 -0
  130. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/languagecode.py +0 -0
  131. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_breakdown_valuesop.py +0 -0
  132. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_by_top_contentop.py +0 -0
  133. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_comparison_valuesop.py +0 -0
  134. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_dimensionsop.py +0 -0
  135. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_errorsop.py +0 -0
  136. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_filter_values_for_dimensionop.py +0 -0
  137. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_live_clipsop.py +0 -0
  138. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_mediaop.py +0 -0
  139. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_overall_valuesop.py +0 -0
  140. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_signing_keysop.py +0 -0
  141. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_uploadsop.py +0 -0
  142. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/list_video_viewsop.py +0 -0
  143. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/livenotfounderror.py +0 -0
  144. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/livestreamdeleteresponse.py +0 -0
  145. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/livestreamgetresponse.py +0 -0
  146. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/livestreampagination.py +0 -0
  147. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/livestreamresponsedto.py +0 -0
  148. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/media.py +0 -0
  149. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/mediacancelresponse.py +0 -0
  150. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/mediaclipnotfound_error.py +0 -0
  151. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/mediaclipresponse.py +0 -0
  152. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/mediaidsrequest.py +0 -0
  153. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/medianotfound_error.py +0 -0
  154. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/mediaorplaybacknotfound_error.py +0 -0
  155. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/mediatype.py +0 -0
  156. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/metricsbreakdowndetails.py +0 -0
  157. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/metricscomparisondetails.py +0 -0
  158. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/metricsoveralldatadetails.py +0 -0
  159. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/metricsoverallmetadatadetails.py +0 -0
  160. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/metricstimeseriesdatadetails.py +0 -0
  161. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/metricstimeseriesmetadatadetails.py +0 -0
  162. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/moderationresponse.py +0 -0
  163. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/namedentitiesresponse.py +0 -0
  164. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/notfounderror.py +0 -0
  165. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/notfounderrorplaybackid.py +0 -0
  166. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/notfounderrorsimulcast.py +0 -0
  167. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/pagination.py +0 -0
  168. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/patchlivestreamrequest.py +0 -0
  169. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/patchresponsedata.py +0 -0
  170. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/patchresponsedto.py +0 -0
  171. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playbackid.py +0 -0
  172. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playbackidrequest.py +0 -0
  173. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playbackidresponse.py +0 -0
  174. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playbackidsuccessresponse.py +0 -0
  175. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playbacksettings.py +0 -0
  176. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playlistbyidresponse.py +0 -0
  177. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playlistcreatedresponse.py +0 -0
  178. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playlistcreatedschema.py +0 -0
  179. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playlistitem.py +0 -0
  180. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/playlistorder.py +0 -0
  181. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/policyaction.py +0 -0
  182. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/retrievemediainputinfoop.py +0 -0
  183. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/security.py +0 -0
  184. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/signingkeynotfounderror.py +0 -0
  185. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/signingkeyworkspacedto.py +0 -0
  186. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/simulcastdeleteresponse.py +0 -0
  187. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/simulcastrequest.py +0 -0
  188. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/simulcastresponse.py +0 -0
  189. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/simulcastunavailable_error.py +0 -0
  190. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/simulcastupdaterequest.py +0 -0
  191. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/simulcastupdateresponse.py +0 -0
  192. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/singingkeyspagination.py +0 -0
  193. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/sortorder.py +0 -0
  194. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/srtplaybackresponse.py +0 -0
  195. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/streamalreadydisablederror.py +0 -0
  196. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/streamalreadyenablederror.py +0 -0
  197. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/subtitleinput.py +0 -0
  198. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/successresponse.py +0 -0
  199. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/summaryresponse.py +0 -0
  200. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/toperrordetails.py +0 -0
  201. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/track.py +0 -0
  202. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/trackduplicaterequest_error.py +0 -0
  203. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/tracksubtitlesgeneraterequest.py +0 -0
  204. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/trialplanrestrictionerror.py +0 -0
  205. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/unauthorized_error.py +0 -0
  206. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/unauthorizedresponse_error.py +0 -0
  207. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_a_playlistop.py +0 -0
  208. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_live_streamop.py +0 -0
  209. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_media_chaptersop.py +0 -0
  210. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_media_moderationop.py +0 -0
  211. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_media_named_entitiesop.py +0 -0
  212. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_media_summaryop.py +0 -0
  213. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_media_trackop.py +0 -0
  214. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/update_specific_simulcast_of_streamop.py +0 -0
  215. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/updated_mediaop.py +0 -0
  216. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/updated_mp4supportop.py +0 -0
  217. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/updated_source_accessop.py +0 -0
  218. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/updateplaylistrequest.py +0 -0
  219. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/updatetrackrequest.py +0 -0
  220. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/updatetrackresponse.py +0 -0
  221. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/useragentrestrictions.py +0 -0
  222. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/videoinput.py +0 -0
  223. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/viewnotfound_error.py +0 -0
  224. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/views.py +0 -0
  225. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/viewsbytopcontentdetails.py +0 -0
  226. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/viewscountresponse.py +0 -0
  227. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/viewslist.py +0 -0
  228. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/models/watermarkinput.py +0 -0
  229. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/playback.py +0 -0
  230. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/playlist.py +0 -0
  231. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/py.typed +0 -0
  232. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/sdk.py +0 -0
  233. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/sdkconfiguration.py +0 -0
  234. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/signing_keys.py +0 -0
  235. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/simulcast_stream.py +0 -0
  236. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/start_live_stream.py +0 -0
  237. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/types/__init__.py +0 -0
  238. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/types/basemodel.py +0 -0
  239. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/__init__.py +0 -0
  240. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/annotations.py +0 -0
  241. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/datetimes.py +0 -0
  242. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/enums.py +0 -0
  243. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/eventstreaming.py +0 -0
  244. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/forms.py +0 -0
  245. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/headers.py +0 -0
  246. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/logger.py +0 -0
  247. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/metadata.py +0 -0
  248. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/queryparams.py +0 -0
  249. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/requestbodies.py +0 -0
  250. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/retries.py +0 -0
  251. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/security.py +0 -0
  252. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/serializers.py +0 -0
  253. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/unmarshal_json_response.py +0 -0
  254. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/url.py +0 -0
  255. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/utils/values.py +0 -0
  256. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/Fastpix/views_sdk.py +0 -0
  257. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/fastpix_python.egg-info/SOURCES.txt +0 -0
  258. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/fastpix_python.egg-info/dependency_links.txt +0 -0
  259. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/fastpix_python.egg-info/requires.txt +0 -0
  260. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/src/fastpix_python.egg-info/top_level.txt +0 -0
  261. {fastpix_python-1.0.0 → fastpix_python-1.0.1}/tests/test_fastpix_sdk.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastpix_python
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Python Client SDK Generated by fastpix.
5
5
  Home-page: https://github.com/FastPix/fastpix-python
6
6
  Author: fastpix
@@ -276,49 +276,49 @@ Upload, manage, and transform video content with comprehensive media management
276
276
  For detailed documentation, see [FastPix Video on Demand Overview](https://docs.fastpix.io/docs/video-on-demand-overview).
277
277
 
278
278
  #### Input Video
279
- - [Create from URL](docs/sdks/inputvideo/README.md#create_media) - Upload video content from external URL
280
- - [Upload from Device](docs/sdks/inputvideo/README.md#direct_upload_video_media) - Upload video files directly from device
279
+ - [Create from URL](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/inputvideo/README.md#createmedia) - Upload video content from external URL
280
+ - [Upload from Device](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/inputvideo/README.md#direct_upload_video_media) - Upload video files directly from device
281
281
 
282
282
  #### Manage Videos
283
- - [List All Media](docs/sdks/managevideos/README.md#list_media) - Retrieve complete list of all media files
284
- - [Get Media by ID](docs/sdks/managevideos/README.md#get_media) - Get detailed information for specific media
285
- - [Update Media](docs/sdks/managevideos/README.md#updated_media) - Modify media metadata and settings
286
- - [Delete Media](docs/sdks/managevideos/README.md#delete_media) - Remove media files from library
287
- - [Add Track](docs/sdks/managevideos/README.md#add_media_track) - Add audio or subtitle tracks to media
288
- - [Cancel Upload](docs/sdks/managevideos/README.md#cancel_upload) - Stop ongoing media upload process
289
- - [Update Track](docs/sdks/managevideos/README.md#update_media_track) - Modify existing audio or subtitle tracks
290
- - [Delete Track](docs/sdks/managevideos/README.md#delete_media_track) - Remove audio or subtitle tracks
291
- - [Generate Subtitles](docs/sdks/managevideos/README.md#generate_subtitle_track) - Create automatic subtitles for media
292
- - [Update Source Access](docs/sdks/managevideos/README.md#updated_source_access) - Control access permissions for media source
293
- - [Update MP4 Support](docs/sdks/managevideos/README.md#updated_mp4_support) - Configure MP4 download capabilities
294
- - [Get Input Info](docs/sdks/managevideos/README.md#retrieve_media_input_info) - Retrieve detailed input information
295
- - [List Uploads](docs/sdks/managevideos/README.md#list_uploads) - Get all available upload URLs
296
- - [Get Media Clips](docs/sdks/managevideos/README.md#get_media_clips) - Retrieve all video clips for media
283
+ - [List All Media](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#list_media) - Retrieve complete list of all media files
284
+ - [Get Media by ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#get_media) - Get detailed information for specific media
285
+ - [Update Media](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#updated_media) - Modify media metadata and settings
286
+ - [Delete Media](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#delete_media) - Remove media files from library
287
+ - [Add Track](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#add_media_track) - Add audio or subtitle tracks to media
288
+ - [Cancel Upload](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#cancel_upload) - Stop ongoing media upload process
289
+ - [Update Track](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#update_media_track) - Modify existing audio or subtitle tracks
290
+ - [Delete Track](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#delete_media_track) - Remove audio or subtitle tracks
291
+ - [Generate Subtitles](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#generate_subtitle_track) - Create automatic subtitles for media
292
+ - [Update Source Access](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#updated_source_access) - Control access permissions for media source
293
+ - [Update MP4 Support](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#updated_mp4_support) - Configure MP4 download capabilities
294
+ - [Get Input Info](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#retrieve_media_input_info) - Retrieve detailed input information
295
+ - [List Uploads](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#list_uploads) - Get all available upload URLs
296
+ - [Get Media Clips](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managevideos/README.md#get_media_clips) - Retrieve all video clips for media
297
297
 
298
298
  #### Playback
299
- - [Create Playback ID](docs/sdks/playback/README.md#create_media_playback_id) - Generate secure playback identifier
300
- - [Delete Playback ID](docs/sdks/playback/README.md#delete_media_playback_id) - Remove playback access
301
- - [Get Playback ID](docs/sdks/playback/README.md#get_playback_id) - Retrieve playback configuration details
299
+ - [Create Playback ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playback/README.md#create_media_playback_id) - Generate secure playback identifier
300
+ - [Delete Playback ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playback/README.md#delete_media_playback_id) - Remove playback access
301
+ - [Get Playback ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playback/README.md#get_playback_id) - Retrieve playback configuration details
302
302
 
303
303
  #### Playlist
304
- - [Create Playlist](docs/sdks/playlist/README.md#create_a_playlist) - Create new video playlist
305
- - [List Playlists](docs/sdks/playlist/README.md#get_all_playlists) - Get all available playlists
306
- - [Get Playlist](docs/sdks/playlist/README.md#get_playlist_by_id) - Retrieve specific playlist details
307
- - [Update Playlist](docs/sdks/playlist/README.md#update_a_playlist) - Modify playlist settings and metadata
308
- - [Delete Playlist](docs/sdks/playlist/README.md#delete_a_playlist) - Remove playlist from library
309
- - [Add Media](docs/sdks/playlist/README.md#add_media_to_playlist) - Add media items to playlist
310
- - [Reorder Media](docs/sdks/playlist/README.md#change_media_order_in_playlist) - Change order of media in playlist
311
- - [Remove Media](docs/sdks/playlist/README.md#delete_media_from_playlist) - Remove media from playlist
304
+ - [Create Playlist](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#create_a_playlist) - Create new video playlist
305
+ - [List Playlists](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#get_all_playlists) - Get all available playlists
306
+ - [Get Playlist](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#get_playlist_by_id) - Retrieve specific playlist details
307
+ - [Update Playlist](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#update_a_playlist) - Modify playlist settings and metadata
308
+ - [Delete Playlist](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#delete_a_playlist) - Remove playlist from library
309
+ - [Add Media](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#add_media_to_playlist) - Add media items to playlist
310
+ - [Reorder Media](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#change_media_order_in_playlist) - Change order of media in playlist
311
+ - [Remove Media](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/playlist/README.md#delete_media_from_playlist) - Remove media from playlist
312
312
 
313
313
  #### Signing Keys
314
- - [Create Key](docs/sdks/signingkeys/README.md#create_signing_key) - Generate new signing key pair
315
- - [List Keys](docs/sdks/signingkeys/README.md#list_signing_keys) - Get all available signing keys
316
- - [Delete Key](docs/sdks/signingkeys/README.md#delete_signing_key) - Remove signing key from system
317
- - [Get Key](docs/sdks/signingkeys/README.md#get_signing_key_by_id) - Retrieve specific signing key details
314
+ - [Create Key](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/signingkeys/README.md#create_signing_key) - Generate new signing key pair
315
+ - [List Keys](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/signingkeys/README.md#list_signing_keys) - Get all available signing keys
316
+ - [Delete Key](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/signingkeys/README.md#delete_signing_key) - Remove signing key from system
317
+ - [Get Key](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/signingkeys/README.md#get_signing_key_by_id) - Retrieve specific signing key details
318
318
 
319
319
  #### DRM Configurations
320
- - [List DRM Configs](docs/sdks/drmconfigurations/README.md#get_drm_configuration) - Get all DRM configuration options
321
- - [Get DRM Config](docs/sdks/drmconfigurations/README.md#get_drm_configuration_by_id) - Retrieve specific DRM configuration
320
+ - [List DRM Configs](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/drmconfigurations/README.md#get_drm_configuration) - Get all DRM configuration options
321
+ - [Get DRM Config](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/drmconfigurations/README.md#get_drm_configuration_by_id) - Retrieve specific DRM configuration
322
322
 
323
323
  ### Live API
324
324
 
@@ -327,71 +327,70 @@ Stream, manage, and transform live video content with real-time broadcasting cap
327
327
  For detailed documentation, see [FastPix Live Stream Overview](https://docs.fastpix.io/docs/live-stream-overview).
328
328
 
329
329
  #### Start Live Stream
330
- - [Create Stream](docs/sdks/startlivestream/README.md#create_new_stream) - Initialize new live streaming session
330
+ - [Create Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/startlivestream/README.md#create_new_stream) - Initialize new live streaming session
331
331
 
332
332
  #### Manage Live Stream
333
- - [List Streams](docs/sdks/managelivestream/README.md#get_all_streams) - Retrieve all active live streams
334
- - [Get Viewer Count](docs/sdks/managelivestream/README.md#get_live_stream_viewer_count_by_id) - Get real-time viewer statistics
335
- - [Get Stream](docs/sdks/managelivestream/README.md#get_live_stream_by_id) - Retrieve detailed stream information
336
- - [Delete Stream](docs/sdks/managelivestream/README.md#delete_live_stream) - Terminate and remove live stream
337
- - [Update Stream](docs/sdks/managelivestream/README.md#update_live_stream) - Modify stream settings and configuration
338
- - [Enable Stream](docs/sdks/managelivestream/README.md#enable_live_stream) - Activate live streaming
339
- - [Disable Stream](docs/sdks/managelivestream/README.md#disable_live_stream) - Pause live streaming
340
- - [Complete Stream](docs/sdks/managelivestream/README.md#complete_live_stream) - Finalize and archive stream
333
+ - [List Streams](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#get_all_streams) - Retrieve all active live streams
334
+ - [Get Viewer Count](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#get_live_stream_viewer_count_by_id) - Get real-time viewer statistics
335
+ - [Get Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#get_live_stream_by_id) - Retrieve detailed stream information
336
+ - [Delete Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#delete_live_stream) - Terminate and remove live stream
337
+ - [Update Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#update_live_stream) - Modify stream settings and configuration
338
+ - [Enable Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#enable_live_stream) - Activate live streaming
339
+ - [Disable Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#disable_live_stream) - Pause live streaming
340
+ - [Complete Stream](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/managelivestream/README.md#complete_live_stream) - Finalize and archive stream
341
341
 
342
342
  #### Live Playback
343
- - [Create Playback ID](docs/sdks/liveplayback/README.md#create_playback_id_of_stream) - Generate secure live playback access
344
- - [Delete Playback ID](docs/sdks/liveplayback/README.md#delete_playback_id_of_stream) - Revoke live playback access
345
- - [Get Playback ID](docs/sdks/liveplayback/README.md#get_live_stream_playback_id) - Retrieve live playback configuration
343
+ - [Create Playback ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/liveplayback/README.md#create_playback_id_of_stream) - Generate secure live playback access
344
+ - [Delete Playback ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/liveplayback/README.md#delete_playback_id_of_stream) - Revoke live playback access
345
+ - [Get Playback ID](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/liveplayback/README.md#get_live_stream_playback_id) - Retrieve live playback configuration
346
346
 
347
347
  #### Simulcast Stream
348
- - [Create Simulcast](docs/sdks/simulcaststream/README.md#create_simulcast_of_stream) - Set up multi-platform streaming
349
- - [Delete Simulcast](docs/sdks/simulcaststream/README.md#delete_simulcast_of_stream) - Remove simulcast configuration
350
- - [Get Simulcast](docs/sdks/simulcaststream/README.md#get_specific_simulcast_of_stream) - Retrieve simulcast settings
351
- - [Update Simulcast](docs/sdks/simulcaststream/README.md#update_specific_simulcast_of_stream) - Modify simulcast parameters
348
+ - [Create Simulcast](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/simulcaststream/README.md#create_simulcast_of_stream) - Set up multi-platform streaming
349
+ - [Delete Simulcast](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/simulcaststream/README.md#delete_simulcast_of_stream) - Remove simulcast configuration
350
+ - [Get Simulcast](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/simulcaststream/README.md#get_specific_simulcast_of_stream) - Retrieve simulcast settings
351
+ - [Update Simulcast](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/simulcaststream/README.md#update_specific_simulcast_of_stream) - Modify simulcast parameters
352
352
 
353
- ### Video Data API - [Reference](https://docs.fastpix.io/docs/video-data-overview)
353
+ ### Video Data API
354
354
 
355
355
  Monitor video performance and quality with comprehensive analytics and real-time metrics.
356
356
 
357
357
  For detailed documentation, see [FastPix Video Data Overview](https://docs.fastpix.io/docs/video-data-overview).
358
358
 
359
359
  #### Metrics
360
- - [List Breakdown Values](docs/sdks/metrics/README.md#list_breakdown_values) - Get detailed breakdown of metrics by dimension
361
- - [List Overall Values](docs/sdks/metrics/README.md#list_overall_values) - Get aggregated metric values across all content
362
- - [Get Timeseries Data](docs/sdks/metrics/README.md#get_timeseries_data) - Retrieve time-based metric trends and patterns
363
- - [List Comparison Values](docs/sdks/metrics/README.md#list_comparison_values) - Compare metrics across different time periods
360
+ - [List Breakdown Values](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/metrics/README.md#list_breakdown_values) - Get detailed breakdown of metrics by dimension
361
+ - [List Overall Values](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/metrics/README.md#list_overall_values) - Get aggregated metric values across all content
362
+ - [Get Timeseries Data](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/metrics/README.md#get_timeseries_data) - Retrieve time-based metric trends and patterns
363
+ - [List Comparison Values](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/metrics/README.md#list_comparison_values) - Compare metrics across different time periods
364
364
 
365
365
  #### Views
366
- - [List Video Views](docs/sdks/viewssdk/README.md#list_video_views) - Get comprehensive list of video viewing sessions
367
- - [Get View Details](docs/sdks/viewssdk/README.md#get_video_view_details) - Retrieve detailed information about specific video views
368
- - [List Top Content](docs/sdks/viewssdk/README.md#list_by_top_content) - Find your most popular and engaging content
369
- - [Get Concurrent Viewers](docs/sdks/viewssdk/README.md#get_data_viewlist_current_views_get_timeseries_views) - Monitor real-time viewer counts over time
370
- - [Get Viewer Breakdown](docs/sdks/viewssdk/README.md#get_data_viewlist_current_views_filter) - Analyze viewers by device, location, and other dimensions
366
+ - [List Video Views](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/viewssdk/README.md#list_video_views) - Get comprehensive list of video viewing sessions
367
+ - [Get View Details](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/viewssdk/README.md#get_video_view_details) - Retrieve detailed information about specific video views
368
+ - [List Top Content](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/viewssdk/README.md#list_by_top_content) - Find your most popular and engaging content
369
+ - [Get Concurrent Viewers](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/viewssdk/README.md#get_data_viewlist_current_views_get_timeseries_views) - Monitor real-time viewer counts over time
370
+ - [Get Viewer Breakdown](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/viewssdk/README.md#get_data_viewlist_current_views_filter) - Analyze viewers by device, location, and other dimensions
371
371
 
372
372
  #### Dimensions
373
- - [List Dimensions](docs/sdks/dimensions/README.md#list_dimensions) - Get available data dimensions for filtering and analysis
374
- - [List Filter Values](docs/sdks/dimensions/README.md#list_filter_values_for_dimension) - Get specific values for a particular dimension
373
+ - [List Dimensions](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/dimensions/README.md#list_dimensions) - Get available data dimensions for filtering and analysis
374
+ - [List Filter Values](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/dimensions/README.md#list_filter_values_for_dimension) - Get specific values for a particular dimension
375
375
 
376
376
 
377
377
 
378
- ### In-Video AI Features - [Reference](https://docs.fastpix.io/docs/using-nsfw-and-profanity-filter-for-video-moderation)
379
-
378
+ ### In-Video AI Features
380
379
  Enhance video content with AI-powered features including moderation, summarization, and intelligent categorization.
381
380
 
382
381
  For detailed documentation, see [Video Moderation Guide](https://docs.fastpix.io/docs/using-nsfw-and-profanity-filter-for-video-moderation).
383
382
 
384
- - [Generate Summary](docs/sdks/invideoaifeatures/README.md#update_media_summary) - Create AI-generated video summaries
385
- - [Create Chapters](docs/sdks/invideoaifeatures/README.md#update_media_chapters) - Automatically generate video chapter markers
386
- - [Extract Entities](docs/sdks/invideoaifeatures/README.md#update_media_named_entities) - Identify and extract named entities from content
387
- - [Enable Moderation](docs/sdks/invideoaifeatures/README.md#update_media_moderation) - Activate content moderation and safety checks
383
+ - [Generate Summary](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/invideoaifeatures/README.md#update_media_summary) - Create AI-generated video summaries
384
+ - [Create Chapters](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/invideoaifeatures/README.md#update_media_chapters) - Automatically generate video chapter markers
385
+ - [Extract Entities](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/invideoaifeatures/README.md#update_media_named_entities) - Identify and extract named entities from content
386
+ - [Enable Moderation](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/invideoaifeatures/README.md#update_media_moderation) - Activate content moderation and safety checks
388
387
 
389
388
 
390
389
  ### Error Handling
391
390
 
392
391
  Handle and manage errors with comprehensive error handling capabilities and detailed error information for all API operations.
393
392
 
394
- - [List Errors](docs/sdks/errors/README.md#list_errors) - Retrieve comprehensive error logs and diagnostics
393
+ - [List Errors](https://github.com/FastPix/fastpix-python/blob/main/docs/sdks/errors/README.md#list_errors) - Retrieve comprehensive error logs and diagnostics
395
394
 
396
395
  <!-- End API Reference [api-reference] -->
397
396
 
@@ -476,7 +475,7 @@ with Fastpix(
476
475
  <!-- Start Error Handling [errors] -->
477
476
  ## Error Handling
478
477
 
479
- [`FastpixError`](./src/fastpix_python/errors/fastpixerror.py) is the base class for all HTTP error responses. It has the following properties:
478
+ [`FastpixError`](./src/FastPix/errors/fastpixerror.py) is the base class for all HTTP error responses. It has the following properties:
480
479
 
481
480
  | Property | Type | Description |
482
481
  | ------------------ | ---------------- | --------------------------------------------------------------------------------------- |
@@ -538,9 +537,9 @@ with Fastpix(
538
537
 
539
538
  ### Error Classes
540
539
  **Primary errors:**
541
- * [`FastpixError`](./src/fastpix_python/errors/fastpixerror.py): The base class for HTTP error responses.
542
- * [`InvalidPermissionError`](./src/fastpix_python/errors/invalidpermissionerror.py): *
543
- * [`ValidationErrorResponse`](./src/fastpix_python/errors/validationerrorresponse.py): Status code `422`. *
540
+ * [`FastpixError`](./src/Fastpix/errors/fastpixerror.py): The base class for HTTP error responses.
541
+ * [`InvalidPermissionError`](./src/Fastpix/errors/invalidpermission_error.py): *
542
+ * [`ValidationErrorResponse`](./src/Fastpix/errors/validationerrorresponse.py): Status code `422`. *
544
543
 
545
544
  <details><summary>Less common errors (27)</summary>
546
545
 
@@ -552,34 +551,34 @@ with Fastpix(
552
551
  * [`httpx.TimeoutException`](https://www.python-httpx.org/exceptions/#httpx.TimeoutException): HTTP request timed out.
553
552
 
554
553
 
555
- **Inherit from [`FastpixError`](./src/fastpix_python/errors/fastpixerror.py)**:
556
- * [`ForbiddenError`](./src/fastpix_python/errors/forbiddenerror.py): Status code `403`. Applicable to 26 of 66 methods.*
557
- * [`UnauthorizedError`](./src/fastpix_python/errors/unauthorizederror.py): Applicable to 24 of 66 methods.*
558
- * [`MediaNotFoundError`](./src/fastpix_python/errors/medianotfounderror.py): Status code `404`. Applicable to 17 of 66 methods.*
559
- * [`BadRequestError`](./src/fastpix_python/errors/badrequesterror.py): Bad Request. Status code `400`. Applicable to 10 of 66 methods.*
560
- * [`NotFoundError`](./src/fastpix_python/errors/notfounderror.py): Status code `404`. Applicable to 8 of 66 methods.*
561
- * [`ViewNotFoundError`](./src/fastpix_python/errors/viewnotfounderror.py): View Not Found. Status code `404`. Applicable to 7 of 66 methods.*
562
- * [`LiveNotFoundError`](./src/fastpix_python/errors/livenotfounderror.py): Stream Not Found. Status code `404`. Applicable to 6 of 66 methods.*
563
- * [`InvalidPlaylistIDResponseError`](./src/fastpix_python/errors/invalidplaylistidresponseerror.py): Payload Validation Failed. Status code `422`. Applicable to 6 of 66 methods.*
564
- * [`UnAuthorizedResponseError`](./src/fastpix_python/errors/unauthorizedresponseerror.py): response for unauthorized request. Status code `401`. Applicable to 4 of 66 methods.*
565
- * [`ForbiddenResponseError`](./src/fastpix_python/errors/forbiddenresponseerror.py): response for forbidden request. Status code `403`. Applicable to 4 of 66 methods.*
566
- * [`TrackDuplicateRequestError`](./src/fastpix_python/errors/trackduplicaterequesterror.py): Duplicate language name. Status code `400`. Applicable to 3 of 66 methods.*
567
- * [`NotFoundErrorSimulcast`](./src/fastpix_python/errors/notfounderrorsimulcast.py): Stream/Simulcast Not Found. Status code `404`. Applicable to 3 of 66 methods.*
568
- * [`MediaOrPlaybackNotFoundError`](./src/fastpix_python/errors/mediaorplaybacknotfounderror.py): Status code `404`. Applicable to 2 of 66 methods.*
569
- * [`NotFoundErrorPlaybackID`](./src/fastpix_python/errors/notfounderrorplaybackid.py): Status code `404`. Applicable to 2 of 66 methods.*
570
- * [`SigningKeyNotFoundError`](./src/fastpix_python/errors/signingkeynotfounderror.py): Bad Request. Status code `404`. Applicable to 2 of 66 methods.*
571
- * [`DuplicateMp4SupportError`](./src/fastpix_python/errors/duplicatemp4supporterror.py): Mp4Support value already exists. Status code `400`. Applicable to 1 of 66 methods.*
572
- * [`TrialPlanRestrictionError`](./src/fastpix_python/errors/trialplanrestrictionerror.py): Bad Request – Stream is either already enabled or cannot be enabled on trial plan. Status code `400`. Applicable to 1 of 66 methods.*
573
- * [`StreamAlreadyEnabledError`](./src/fastpix_python/errors/streamalreadyenablederror.py): Bad Request – Stream is either already enabled or cannot be enabled on trial plan. Status code `400`. Applicable to 1 of 66 methods.*
574
- * [`StreamAlreadyDisabledError`](./src/fastpix_python/errors/streamalreadydisablederror.py): Stream already disabled. Status code `400`. Applicable to 1 of 66 methods.*
575
- * [`SimulcastUnavailableError`](./src/fastpix_python/errors/simulcastunavailableerror.py): Simulcast is not available for trial streams. Status code `400`. Applicable to 1 of 66 methods.*
576
- * [`MediaClipNotFoundError`](./src/fastpix_python/errors/mediaclipnotfounderror.py): media workspace relation not found. Status code `404`. Applicable to 1 of 66 methods.*
577
- * [`DuplicateReferenceIDErrorResponse`](./src/fastpix_python/errors/duplicatereferenceiderrorresponse.py): Displays the result of the request. Status code `409`. Applicable to 1 of 66 methods.*
578
- * [`ResponseValidationError`](./src/fastpix_python/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
554
+ **Inherit from [`FastpixError`](./src/Fastpix/errors/fastpixerror.py)**:
555
+ * [`ForbiddenError`](./src/Fastpix/errors/forbidden_error.py): Status code `403`. Applicable to 26 of 66 methods.*
556
+ * [`UnauthorizedError`](./src/Fastpix/errors/unauthorized_error.py): Applicable to 24 of 66 methods.*
557
+ * [`MediaNotFoundError`](./src/Fastpix/errors/medianotfound_error.py): Status code `404`. Applicable to 17 of 66 methods.*
558
+ * [`BadRequestError`](./src/Fastpix/errors/badrequest_error.py): Bad Request. Status code `400`. Applicable to 10 of 66 methods.*
559
+ * [`NotFoundError`](./src/Fastpix/errors/notfounderror.py): Status code `404`. Applicable to 8 of 66 methods.*
560
+ * [`ViewNotFoundError`](./src/Fastpix/errors/viewnotfound_error.py): View Not Found. Status code `404`. Applicable to 7 of 66 methods.*
561
+ * [`LiveNotFoundError`](./src/Fastpix/errors/livenotfounderror.py): Stream Not Found. Status code `404`. Applicable to 6 of 66 methods.*
562
+ * [`InvalidPlaylistIDResponseError`](./src/Fastpix/errors/invalidplaylistidresponse_error.py): Payload Validation Failed. Status code `422`. Applicable to 6 of 66 methods.*
563
+ * [`UnAuthorizedResponseError`](./src/Fastpix/errors/unauthorizedresponse_error.py): response for unauthorized request. Status code `401`. Applicable to 4 of 66 methods.*
564
+ * [`ForbiddenResponseError`](./src/Fastpix/errors/forbiddenresponse_error.py): response for forbidden request. Status code `403`. Applicable to 4 of 66 methods.*
565
+ * [`TrackDuplicateRequestError`](./src/Fastpix/errors/trackduplicaterequest_error.py): Duplicate language name. Status code `400`. Applicable to 3 of 66 methods.*
566
+ * [`NotFoundErrorSimulcast`](./src/Fastpix/errors/notfounderrorsimulcast.py): Stream/Simulcast Not Found. Status code `404`. Applicable to 3 of 66 methods.*
567
+ * [`MediaOrPlaybackNotFoundError`](./src/Fastpix/errors/mediaorplaybacknotfound_error.py): Status code `404`. Applicable to 2 of 66 methods.*
568
+ * [`NotFoundErrorPlaybackID`](./src/Fastpix/errors/notfounderrorplaybackid.py): Status code `404`. Applicable to 2 of 66 methods.*
569
+ * [`SigningKeyNotFoundError`](./src/Fastpix/errors/signingkeynotfounderror.py): Bad Request. Status code `404`. Applicable to 2 of 66 methods.*
570
+ * [`DuplicateMp4SupportError`](./src/Fastpix/errors/duplicatemp4support_error.py): Mp4Support value already exists. Status code `400`. Applicable to 1 of 66 methods.*
571
+ * [`TrialPlanRestrictionError`](./src/Fastpix/errors/trialplanrestrictionerror.py): Bad Request – Stream is either already enabled or cannot be enabled on trial plan. Status code `400`. Applicable to 1 of 66 methods.*
572
+ * [`StreamAlreadyEnabledError`](./src/Fastpix/errors/streamalreadyenablederror.py): Bad Request – Stream is either already enabled or cannot be enabled on trial plan. Status code `400`. Applicable to 1 of 66 methods.*
573
+ * [`StreamAlreadyDisabledError`](./src/Fastpix/errors/streamalreadydisablederror.py): Stream already disabled. Status code `400`. Applicable to 1 of 66 methods.*
574
+ * [`SimulcastUnavailableError`](./src/Fastpix/errors/simulcastunavailable_error.py): Simulcast is not available for trial streams. Status code `400`. Applicable to 1 of 66 methods.*
575
+ * [`MediaClipNotFoundError`](./src/Fastpix/errors/mediaclipnotfound_error.py): media workspace relation not found. Status code `404`. Applicable to 1 of 66 methods.*
576
+ * [`DuplicateReferenceIDErrorResponse`](./src/Fastpix/errors/duplicatereferenceiderrorresponse.py): Displays the result of the request. Status code `409`. Applicable to 1 of 66 methods.*
577
+ * [`ResponseValidationError`](./src/Fastpix/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
579
578
 
580
579
  </details>
581
580
 
582
- \* Check [the method documentation](#available-resources-and-operations) to see if the error is applicable.
581
+ \* Check [the method documentation](https://github.com/FastPix/fastpix-python/blob/main/README.md#available-resources-and-operations) to see if the error is applicable.
583
582
  <!-- End Error Handling [errors] -->
584
583
 
585
584
  <!-- Start Server Selection [server] -->