fastpix-python 1.1.1__tar.gz → 1.1.3__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 (279) hide show
  1. fastpix_python-1.1.3/CHANGELOG.md +245 -0
  2. fastpix_python-1.1.3/CONTRIBUTING.md +26 -0
  3. fastpix_python-1.1.3/MANIFEST.in +35 -0
  4. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/PKG-INFO +13 -13
  5. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/README.md +11 -11
  6. fastpix_python-1.1.3/USAGE.md +70 -0
  7. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/__init__.py +1 -1
  8. fastpix_python-1.1.3/fastpix_python/_hooks/__init__.py +4 -0
  9. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/_hooks/sdkhooks.py +1 -1
  10. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/_hooks/types.py +1 -1
  11. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/_version.py +1 -1
  12. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/basesdk.py +1 -1
  13. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/dimensions.py +11 -11
  14. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/drm_configurations.py +5 -5
  15. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/__init__.py +1 -1
  16. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/badrequest_error.py +1 -1
  17. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/duplicatemp4support_error.py +1 -1
  18. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/duplicatereferenceiderrorresponse.py +1 -1
  19. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/enable_live_streamop.py +1 -1
  20. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/fastpixdefaulterror.py +1 -1
  21. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/fastpixerror.py +1 -1
  22. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/forbidden_error.py +1 -1
  23. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/forbiddenresponse_error.py +1 -1
  24. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/invalidpermission_error.py +1 -1
  25. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/invalidplaylistidresponse_error.py +1 -1
  26. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/livenotfounderror.py +1 -1
  27. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/mediaclipnotfound_error.py +1 -1
  28. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/medianotfound_error.py +1 -1
  29. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/mediaorplaybacknotfound_error.py +1 -1
  30. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/no_response_error.py +1 -1
  31. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/notfounderror.py +1 -1
  32. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/notfounderrorplaybackid.py +1 -1
  33. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/notfounderrorsimulcast.py +1 -1
  34. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/responsevalidationerror.py +1 -1
  35. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/signingkeynotfounderror.py +1 -1
  36. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/simulcastunavailable_error.py +1 -1
  37. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/streamalreadydisablederror.py +1 -1
  38. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/streamalreadyenablederror.py +1 -1
  39. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/trackduplicaterequest_error.py +1 -1
  40. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/trialplanrestrictionerror.py +1 -1
  41. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/unauthorized_error.py +1 -1
  42. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/unauthorizedresponse_error.py +1 -1
  43. fastpix_python-1.1.3/fastpix_python/errors/validationerrorresponse.py +75 -0
  44. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors/viewnotfound_error.py +1 -1
  45. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/errors.py +3 -3
  46. fastpix_python-1.1.3/fastpix_python/fastpix.yaml +11522 -0
  47. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/httpclient.py +1 -1
  48. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/in_video_ai_features.py +17 -17
  49. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/input_video.py +17 -17
  50. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/live_playback.py +3 -3
  51. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/manage_live_stream.py +19 -19
  52. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/manage_videos.py +49 -49
  53. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/metrics.py +13 -13
  54. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/__init__.py +73 -1
  55. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/accesspolicy.py +1 -1
  56. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/add_media_to_playlistop.py +1 -1
  57. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/add_media_trackop.py +1 -1
  58. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/addtrackrequest.py +1 -1
  59. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/addtrackresponse.py +1 -1
  60. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/audioinput.py +1 -1
  61. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/badrequest_error.py +1 -1
  62. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/basicaccesspolicy.py +1 -1
  63. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/browsernamedimensiondetails.py +1 -1
  64. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/cancel_uploadop.py +1 -1
  65. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/change_media_order_in_playlistop.py +1 -1
  66. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/chaptersresponse.py +2 -2
  67. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/complete_live_streamop.py +1 -1
  68. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/create_media_playback_idop.py +26 -3
  69. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/create_playbackid_of_streamop.py +1 -1
  70. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/create_simulcast_of_streamop.py +1 -1
  71. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/createlivestreamrequest.py +1 -1
  72. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/createmediarequest.py +1 -1
  73. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/createmediaresponse.py +21 -1
  74. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/createmediasuccessresponse.py +1 -1
  75. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/createplaylistrequest.py +1 -1
  76. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/createresponse.py +1 -1
  77. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/createsigningkeyresponsedto.py +1 -1
  78. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/datapagination.py +1 -1
  79. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/daterange.py +1 -1
  80. fastpix_python-1.1.3/fastpix_python/models/default_error.py +86 -0
  81. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/delete_a_playlistop.py +1 -1
  82. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/delete_live_streamop.py +1 -1
  83. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/delete_media_from_playlistop.py +1 -1
  84. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/delete_media_playback_idop.py +1 -1
  85. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/delete_media_trackop.py +1 -1
  86. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/delete_mediaop.py +1 -1
  87. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/delete_playbackid_of_streamop.py +1 -1
  88. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/delete_signing_keyop.py +1 -1
  89. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/delete_simulcast_of_streamop.py +1 -1
  90. fastpix_python-1.1.3/fastpix_python/models/deletesigningkeyresponse.py +30 -0
  91. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/direct_upload_video_mediaop.py +1 -1
  92. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/directupload.py +13 -3
  93. fastpix_python-1.1.3/fastpix_python/models/directuploadresponse.py +38 -0
  94. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/disable_live_streamop.py +1 -1
  95. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/domainrestrictions.py +1 -1
  96. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/drmidresponse.py +1 -1
  97. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/duplicatemp4support_error.py +1 -1
  98. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/duplicatereferenceiderrorresponse.py +1 -1
  99. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/enable_live_streamop.py +1 -1
  100. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/errordetails.py +1 -1
  101. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/fielderror.py +1 -1
  102. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/forbidden_error.py +1 -1
  103. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/forbiddenresponse_error.py +1 -1
  104. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/generate_subtitle_trackop.py +1 -1
  105. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/generatetrackresponse.py +1 -1
  106. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_all_playlistsop.py +1 -1
  107. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_all_streamsop.py +1 -1
  108. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_data_viewlist_current_views_filterop.py +1 -1
  109. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_data_viewlist_current_views_gettimeseriesviewsop.py +1 -1
  110. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_live_stream_by_idop.py +1 -1
  111. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_live_stream_playback_idop.py +1 -1
  112. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_live_stream_viewer_count_by_idop.py +1 -1
  113. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_media_clipsop.py +1 -1
  114. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_mediaop.py +1 -1
  115. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_playback_idop.py +13 -1
  116. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_playlist_by_idop.py +1 -1
  117. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_signing_key_by_idop.py +1 -1
  118. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_specific_simulcast_of_streamop.py +1 -1
  119. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_timeseries_dataop.py +2 -2
  120. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/get_video_view_detailsop.py +1 -1
  121. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/getallplaylistsresponse.py +1 -1
  122. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/getallsigningkeyresponse.py +7 -1
  123. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/getallsigningkeyresponsedto.py +1 -1
  124. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/getcreatelivestreamresponsedto.py +23 -1
  125. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/getdrmconfigurationbyidop.py +1 -1
  126. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/getdrmconfigurationop.py +1 -1
  127. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/getpublicpemusingsigningkeyidresponsedto.py +1 -1
  128. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/getstreamsresponse.py +1 -1
  129. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/invalidpermission_error.py +1 -1
  130. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/invalidplaylistidresponse_error.py +1 -1
  131. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/languagecode.py +1 -1
  132. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/list_breakdown_valuesop.py +9 -7
  133. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/list_by_top_contentop.py +6 -1
  134. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/list_comparison_valuesop.py +3 -3
  135. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/list_dimensionsop.py +1 -1
  136. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/list_errorsop.py +1 -1
  137. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/list_filter_values_for_dimensionop.py +4 -5
  138. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/list_live_clipsop.py +1 -1
  139. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/list_mediaop.py +1 -1
  140. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/list_overall_valuesop.py +2 -2
  141. fastpix_python-1.1.3/fastpix_python/models/list_playback_idsop.py +230 -0
  142. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/list_signing_keysop.py +1 -1
  143. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/list_uploadsop.py +1 -1
  144. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/list_video_viewsop.py +1 -1
  145. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/livenotfounderror.py +1 -1
  146. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/livestreamdeleteresponse.py +1 -1
  147. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/livestreamgetresponse.py +1 -1
  148. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/livestreampagination.py +1 -1
  149. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/livestreamresponsedto.py +1 -1
  150. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/media.py +37 -8
  151. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/mediacancelresponse.py +1 -1
  152. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/mediaclipnotfound_error.py +1 -1
  153. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/mediaclipresponse.py +10 -6
  154. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/mediaidsrequest.py +1 -1
  155. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/medianotfound_error.py +1 -1
  156. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/mediaorplaybacknotfound_error.py +1 -1
  157. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/mediatype.py +1 -1
  158. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/metricsbreakdowndetails.py +1 -1
  159. fastpix_python-1.1.3/fastpix_python/models/metricscomparisondetails.py +69 -0
  160. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/metricsoveralldatadetails.py +1 -1
  161. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/metricsoverallmetadatadetails.py +1 -1
  162. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/metricstimeseriesdatadetails.py +1 -1
  163. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/metricstimeseriesmetadatadetails.py +1 -1
  164. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/moderationresponse.py +1 -1
  165. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/namedentitiesresponse.py +2 -2
  166. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/notfounderror.py +1 -1
  167. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/notfounderrorplaybackid.py +1 -1
  168. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/notfounderrorsimulcast.py +1 -1
  169. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/pagination.py +1 -1
  170. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/patchlivestreamrequest.py +1 -1
  171. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/patchresponsedata.py +14 -1
  172. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/patchresponsedto.py +1 -1
  173. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/playbackid.py +1 -1
  174. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/playbackidrequest.py +1 -1
  175. fastpix_python-1.1.3/fastpix_python/models/playbackidresponse.py +52 -0
  176. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/playbackidsuccessresponse.py +1 -1
  177. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/playbacksettings.py +1 -1
  178. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/playlistbyidresponse.py +1 -1
  179. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/playlistcreatedresponse.py +1 -1
  180. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/playlistcreatedschema.py +1 -1
  181. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/playlistitem.py +1 -1
  182. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/playlistorder.py +1 -1
  183. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/policyaction.py +1 -1
  184. fastpix_python-1.1.3/fastpix_python/models/retrievemediainputinfoop.py +102 -0
  185. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/security.py +1 -1
  186. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/signingkeynotfounderror.py +1 -1
  187. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/signingkeyworkspacedto.py +1 -1
  188. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/simulcastdeleteresponse.py +1 -1
  189. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/simulcastrequest.py +1 -1
  190. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/simulcastresponse.py +1 -1
  191. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/simulcastunavailable_error.py +1 -1
  192. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/simulcastupdaterequest.py +1 -1
  193. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/simulcastupdateresponse.py +1 -1
  194. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/singingkeyspagination.py +1 -1
  195. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/sortorder.py +1 -1
  196. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/srtplaybackresponse.py +1 -1
  197. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/streamalreadydisablederror.py +1 -1
  198. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/streamalreadyenablederror.py +1 -1
  199. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/subtitleinput.py +1 -1
  200. fastpix_python-1.1.3/fastpix_python/models/successresponse.py +29 -0
  201. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/summaryresponse.py +3 -2
  202. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/toperrordetails.py +1 -1
  203. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/track.py +20 -5
  204. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/trackduplicaterequest_error.py +1 -1
  205. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/tracksubtitlesgeneraterequest.py +1 -1
  206. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/trialplanrestrictionerror.py +1 -1
  207. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/unauthorized_error.py +1 -1
  208. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/unauthorizedresponse_error.py +1 -1
  209. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/update_a_playlistop.py +1 -1
  210. fastpix_python-1.1.3/fastpix_python/models/update_domain_restrictionsop.py +168 -0
  211. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/update_live_streamop.py +1 -1
  212. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/update_media_chaptersop.py +1 -1
  213. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/update_media_moderationop.py +1 -1
  214. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/update_media_named_entitiesop.py +1 -1
  215. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/update_media_summaryop.py +1 -1
  216. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/update_media_trackop.py +1 -1
  217. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/update_specific_simulcast_of_streamop.py +1 -1
  218. fastpix_python-1.1.3/fastpix_python/models/update_user_agent_restrictionsop.py +168 -0
  219. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/updated_mediaop.py +1 -1
  220. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/updated_mp4supportop.py +1 -1
  221. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/updated_source_accessop.py +1 -1
  222. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/updateplaylistrequest.py +1 -1
  223. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/updatetrackrequest.py +1 -1
  224. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/updatetrackresponse.py +1 -1
  225. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/useragentrestrictions.py +1 -1
  226. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/videoinput.py +1 -1
  227. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/viewnotfound_error.py +1 -1
  228. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/views.py +258 -42
  229. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/viewsbytopcontentdetails.py +1 -1
  230. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/viewscountresponse.py +1 -1
  231. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/viewslist.py +1 -1
  232. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/models/watermarkinput.py +1 -1
  233. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/playback.py +448 -3
  234. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/playlist.py +13 -1
  235. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/sdk.py +1 -1
  236. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/sdkconfiguration.py +2 -2
  237. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/signing_keys.py +9 -15
  238. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/simulcast_stream.py +9 -9
  239. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/start_live_stream.py +7 -7
  240. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/types/__init__.py +1 -1
  241. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/types/basemodel.py +1 -1
  242. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/__init__.py +1 -1
  243. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/annotations.py +1 -1
  244. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/datetimes.py +1 -1
  245. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/enums.py +1 -1
  246. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/eventstreaming.py +1 -1
  247. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/forms.py +1 -1
  248. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/headers.py +1 -1
  249. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/logger.py +1 -1
  250. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/metadata.py +1 -1
  251. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/queryparams.py +1 -1
  252. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/requestbodies.py +1 -1
  253. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/retries.py +1 -1
  254. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/security.py +1 -1
  255. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/serializers.py +2 -2
  256. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/unmarshal_json_response.py +1 -1
  257. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/url.py +1 -1
  258. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/utils/values.py +1 -1
  259. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/views_sdk.py +11 -11
  260. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python.egg-info/PKG-INFO +13 -13
  261. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python.egg-info/SOURCES.txt +11 -0
  262. fastpix_python-1.1.3/py.typed +1 -0
  263. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/pyproject.toml +4 -2
  264. fastpix_python-1.1.3/requirements.txt +6 -0
  265. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/setup.py +4 -4
  266. fastpix_python-1.1.1/fastpix_python/_hooks/__init__.py +0 -4
  267. fastpix_python-1.1.1/fastpix_python/errors/validationerrorresponse.py +0 -19
  268. fastpix_python-1.1.1/fastpix_python/models/deletesigningkeyresponse.py +0 -16
  269. fastpix_python-1.1.1/fastpix_python/models/directuploadresponse.py +0 -23
  270. fastpix_python-1.1.1/fastpix_python/models/metricscomparisondetails.py +0 -72
  271. fastpix_python-1.1.1/fastpix_python/models/playbackidresponse.py +0 -26
  272. fastpix_python-1.1.1/fastpix_python/models/retrievemediainputinfoop.py +0 -49
  273. fastpix_python-1.1.1/fastpix_python/models/successresponse.py +0 -29
  274. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/LICENSE +0 -0
  275. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python/py.typed +0 -0
  276. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python.egg-info/dependency_links.txt +0 -0
  277. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python.egg-info/requires.txt +0 -0
  278. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/fastpix_python.egg-info/top_level.txt +0 -0
  279. {fastpix_python-1.1.1 → fastpix_python-1.1.3}/setup.cfg +0 -0
@@ -0,0 +1,245 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+
6
+ ---
7
+
8
+ ## [1.1.3]
9
+
10
+ ### ⚠️ Important — FastPix is migrating from `.io` to `.com`
11
+
12
+ All FastPix-owned hosts, API endpoints, and documentation links are being moved from the `.io` TLD to `.com`. The `.io` hosts continue to serve traffic during the transition window, **but they are slated for deprecation soon** — please update any hard-coded references in your application as part of your next deploy.
13
+
14
+ | Old (`.io`) | New (`.com`) |
15
+ |---|---|
16
+ | `api.fastpix.io` | `api.fastpix.com` |
17
+ | `stream.fastpix.io` | `stream.fastpix.com` |
18
+ | `images.fastpix.io` | `images.fastpix.com` |
19
+ | `dashboard.fastpix.io` | `dashboard.fastpix.com` |
20
+ | `www.fastpix.io` | `www.fastpix.com` |
21
+ | `docs.fastpix.io/...` | `fastpix.com/docs/...` |
22
+
23
+ What this means for users of `fastpix_python`:
24
+
25
+ - **If you rely on SDK defaults**, no code change is required. The default `server_url` in this release points at `https://api.fastpix.com/v1/`, so bumping to `1.1.3` and re-running `pip install --upgrade fastpix_python` is enough.
26
+ - **If you have an explicit `server_url` override** (e.g. `Fastpixpython(server_url="https://api.fastpix.io/v1/")`), change it to `https://api.fastpix.com/v1/`.
27
+ - **If your application code references FastPix asset URLs directly** — playback URLs (`stream.fastpix.io/...`), image CDN (`images.fastpix.io/...`), dashboard deep links, or doc links in your own README — update them to the `.com` equivalents before the `.io` hosts are decommissioned.
28
+ - We strongly recommend upgrading **every official FastPix SDK** in your stack to its latest release as part of the same change — every SDK is being rolled out with the same migration.
29
+
30
+ ### Changed
31
+
32
+ - All README, USAGE, and per-SDK documentation pages updated end-to-end from `dashboard.fastpix.io` / `docs.fastpix.io/...` to `dashboard.fastpix.com` / `fastpix.com/docs/...` so every link in the package points at the post-migration host structure.
33
+ - Reference links (Homepage, Dashboard, API Reference, "Detailed Usage") repointed to `fastpix.com`.
34
+ - Sample playback URLs in code examples updated from `stream.fastpix.io` to `stream.fastpix.com`.
35
+
36
+ ### Docs
37
+
38
+ - 173 documentation links across 70 markdown files verified reachable after migration; zero `fastpix.com/docs/*` URLs are broken. The handful of remaining broken links in the link-check report are expired example assets / placeholder thumbnails inside API response snippets, not navigation targets.
39
+
40
+ ---
41
+
42
+ ## [1.1.2]
43
+
44
+ ### Fixed
45
+ - Fixed `events` field in `get_video_view_details` response returning empty objects — added `validation_alias` mappings for abbreviated API keys (`pt`, `e`, `vt`, `d`) to full camelCase names (`playerPlayheadTime`, `eventName`, `viewerTime`, `eventDetails`)
46
+ - Fixed `eventDetails` nested object returning raw abbreviated keys — introduced `EventDetails` model with proper field mappings (`host`→`hostName`, `txt`→`text`, `c`→`code`, `err`→`error`, `t`→`type`, `u`→`url`, `br`→`bitrate`, `h`→`height`, `fps`→`fps`, `cd`→`codec`, `w`→`width`)
47
+ - Fixed `fpSDK` and `fpSDKVersion` fields missing from response — added `AliasChoices` to accept both `fpSdk` and `fpSDK` variants from the API
48
+ - Fixed `experimentName` null value being excluded from serialized output
49
+ - Added missing `custom` field to `Views` model to capture user-defined metadata object
50
+
51
+ ### Improved
52
+ - Response models for video view details now fully conform to the OpenAPI spec field names
53
+
54
+ ---
55
+
56
+ ## [1.1.1]
57
+
58
+ ### Fixed
59
+ - Fixed SDK import paths in `_sub_sdk_map` - changed from `Fastpix.*` to `fastpix_python.*` to resolve `ModuleNotFoundError` for end users
60
+ - Fixed all documentation examples - removed unnecessary `sys.path.append()` statements
61
+ - Updated method name from `create_from_url` to `create_media` in examples
62
+
63
+ ### Improved
64
+ - All SDK documentation examples now work out-of-the-box without workarounds
65
+ - Consistent import statements across all documentation files
66
+
67
+ ## [1.1.0]
68
+
69
+ ### Fixed
70
+ - Fixed missing parameters in multiple API methods.
71
+
72
+ ### Improved
73
+ - Improved overall developer experience through more accurate typings.
74
+
75
+ ## [1.0.3]
76
+
77
+ ### Fixed
78
+ - Fixed pyproject.toml file Packaging Issue
79
+
80
+
81
+ ## [1.0.2]
82
+
83
+ ### Fixed
84
+ - Fixed Packaging Issue
85
+
86
+
87
+ ## [1.0.1]
88
+
89
+ ### Fixed
90
+ - Fixed all error handling links in README.md documentation
91
+ - Corrected typos in file paths (e.g., `fFastpix` → `Fastpix`)
92
+ - Updated filenames to match actual error class files (added missing underscores)
93
+ - Fixed 23 error class links to properly redirect to correct files
94
+ - Verified all links now point to existing files in `src/Fastpix/errors/` directory
95
+
96
+ ## [1.0.0]
97
+
98
+ ### Added
99
+ - Complete API coverage for Media, Live Streaming, Video Data, and Signing Keys
100
+ - Python 3.9+ support with async/await patterns and type hints
101
+ - Media upload, management, and processing capabilities
102
+ - Live streaming with simulcasting support
103
+ - Video analytics and performance tracking
104
+ - Cryptographic signing keys for secure authentication
105
+ - In-video AI processing features
106
+ - DRM configuration and management
107
+ - Playlist creation and management
108
+ - Comprehensive error handling with specific exception types
109
+ - Both sync and async client implementations
110
+ - Built-in retry mechanisms and timeout handling
111
+
112
+ ### Changed
113
+ - Reorganized package structure for better maintainability
114
+ - Updated dependencies to modern Python packages (httpx, pydantic, httpcore)
115
+ - Improved API design with better error handling
116
+ - Enhanced documentation and examples
117
+
118
+ ### Fixed
119
+ - Improved error handling with specific exception types
120
+ - Fixed type annotation issues for better IDE support
121
+ - Ensured consistent API patterns across modules
122
+
123
+ ---
124
+
125
+ ## [0.1.8]
126
+
127
+ ### Added
128
+ - Enhanced README documentation with comprehensive usage examples
129
+ - Improved project setup and installation instructions
130
+
131
+ ### Changed
132
+ - Updated version number to reflect latest improvements
133
+ - Restructured documentation for better user experience
134
+ - Enhanced code examples and API usage guides
135
+
136
+ ---
137
+
138
+ ## [0.1.7]
139
+
140
+ ### Added
141
+ - New base URL configuration system for better API connectivity
142
+ - Support for different API environments (production, staging, development)
143
+
144
+ ### Changed
145
+ - Updated base URL configuration for improved API endpoint resolution
146
+ - Enhanced connection stability and reliability
147
+ - Improved error handling for connection issues
148
+
149
+ ---
150
+
151
+ ## [0.1.6]
152
+
153
+ ### Added
154
+ - Project URL management system for better package distribution
155
+ - Enhanced package metadata and configuration
156
+
157
+ ### Changed
158
+ - Updated project URLs in configuration files for better package identification
159
+ - Improved package metadata and distribution information
160
+ - Enhanced project discoverability and documentation links
161
+
162
+ ---
163
+
164
+ ## [0.1.5]
165
+
166
+ ### Added
167
+ - Comprehensive version tracking and file management system
168
+ - Automated version control and release management
169
+ - Initial project structure and configuration framework
170
+
171
+ ### Changed
172
+ - Updated version number and project configuration
173
+ - Improved project organization and file structure
174
+ - Enhanced build and deployment processes
175
+
176
+ ---
177
+
178
+ ## [0.1.4]
179
+
180
+ ### Added
181
+ - New package naming convention for better identification
182
+ - Enhanced package metadata and distribution information
183
+
184
+ ### Changed
185
+ - Changed package name for better identification and distribution
186
+ - Updated package metadata and configuration
187
+ - Improved package discoverability and installation process
188
+
189
+ ---
190
+
191
+ ## [0.1.3]
192
+
193
+ ### Added
194
+ - Version management improvements
195
+ - Enhanced configuration system
196
+
197
+ ### Changed
198
+ - Updated version number to reflect latest changes
199
+ - Improved project configuration and build processes
200
+ - Enhanced package metadata and dependencies
201
+
202
+ ---
203
+
204
+ ## [0.1.2]
205
+
206
+ ### Added
207
+ - Comprehensive documentation link validation system
208
+ - Enhanced workflow automation and CI/CD pipeline
209
+
210
+ ### Fixed
211
+ - Corrected redirection links in README documentation
212
+ - Fixed broken documentation links for better user experience
213
+ - Resolved navigation issues in project documentation
214
+
215
+ ### Changed
216
+ - Updated workflow configuration and processes
217
+ - Improved project automation and deployment pipeline
218
+ - Enhanced documentation structure and organization
219
+
220
+ ---
221
+
222
+ ## [0.1.1]
223
+
224
+ ### Changed
225
+ - Updated codebase with consistent naming conventions
226
+ - Added comprehensive package description
227
+
228
+ ### Fixed
229
+ - Resolved naming convention inconsistencies
230
+
231
+ ---
232
+
233
+ ## [0.1.0]
234
+
235
+ ### Added
236
+ - Initial release of FastPix Python SDK
237
+ - Sync and async client support
238
+ - Media API integration with upload, management, and processing
239
+ - Playback ID management for media files
240
+ - Media operations (list, get, update, delete)
241
+ - Presigned URL generation for video uploads
242
+ - Livestream API integration
243
+ - Livestream management (create, update, delete)
244
+ - Playback ID management for livestreams
245
+ - Simulcast configuration for livestreams
@@ -0,0 +1,26 @@
1
+ # Contributing to This Repository
2
+
3
+ Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.
4
+
5
+ ## How to Report Issues
6
+
7
+ If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:
8
+
9
+ - A clear and descriptive title
10
+ - Steps to reproduce the issue
11
+ - Expected and actual behavior
12
+ - Any relevant logs, screenshots, or error messages
13
+ - Information about your environment (e.g., operating system, software versions)
14
+ - For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15
+
16
+ ## Issue Triage and Upstream Fixes
17
+
18
+ We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.
19
+
20
+ ## Contact
21
+
22
+ If you have any questions or need further assistance, please feel free to reach out by opening an issue.
23
+
24
+ Thank you for your understanding and cooperation!
25
+
26
+ The Maintainers
@@ -0,0 +1,35 @@
1
+ include README.md
2
+ include CHANGELOG.md
3
+ include CONTRIBUTING.md
4
+ include LICENSE
5
+ include USAGE.md
6
+ include py.typed
7
+ include requirements.txt
8
+
9
+ recursive-include fastpix_python *.py *.typed *.yaml
10
+
11
+ # Exclusions: keep developer-only and validation artifacts out of the sdist
12
+ exclude pyproject.toml.bak
13
+ exclude package.json
14
+ exclude package-lock.json
15
+ exclude pylintrc
16
+ exclude *.csv
17
+ exclude *.xlsx
18
+ exclude *.docx
19
+ exclude generate_feature_matrix.py
20
+ exclude fixed.yaml
21
+ exclude old-yaml.yaml
22
+
23
+ prune tests
24
+ prune test-project
25
+ prune samples
26
+ prune docs
27
+ prune scripts
28
+ prune src
29
+ prune .github
30
+ prune .git
31
+ prune __pycache__
32
+ prune .venv
33
+ prune dist
34
+ prune build
35
+ prune temp
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastpix_python
3
- Version: 1.1.1
3
+ Version: 1.1.3
4
4
  Summary: Python Client SDK Generated by fastpix.
5
5
  Home-page: https://github.com/FastPix/fastpix-python
6
6
  Author: FastPix
7
- Author-email: FastPix <devs@fastpix.io>
7
+ Author-email: FastPix <devs@fastpix.com>
8
8
  License: Apache-2.0
9
9
  Requires-Python: >=3.9.2
10
10
  Description-Content-Type: text/markdown
@@ -43,7 +43,7 @@ The FastPix Python SDK simplifies integration with the FastPix platform. It prov
43
43
  To get started with the FastPix Python SDK, ensure you have the following:
44
44
 
45
45
  - The FastPix APIs are authenticated using a **Username** and a **Password**. You must generate these credentials to use the SDK.
46
- - Follow the steps in the [Authentication with Basic Auth](https://docs.fastpix.io/docs/basic-authentication) guide to obtain your credentials.
46
+ - Follow the steps in the [Authentication with Basic Auth](https://fastpix.com/docs/getting-started/activate-your-account#authentication-format) guide to obtain your credentials.
47
47
 
48
48
  ### Environment Variables (Optional)
49
49
 
@@ -189,7 +189,7 @@ with Fastpix(
189
189
  inputs=[
190
190
  {
191
191
  "type": "video",
192
- "url": "https://static.fastpix.io/fp-sample-video.mp4",
192
+ "url": "https://static.fastpix.com/fp-sample-video.mp4",
193
193
  },
194
194
  ],
195
195
  access_policy="public",
@@ -209,7 +209,7 @@ Comprehensive Python SDK for FastPix platform integration with full API coverage
209
209
 
210
210
  Upload, manage, and transform video content with comprehensive media management capabilities.
211
211
 
212
- For detailed documentation, see [FastPix Video on Demand Overview](https://docs.fastpix.io/docs/video-on-demand-overview).
212
+ For detailed documentation, see [FastPix Video on Demand Overview](https://fastpix.com/docs/get-started/overview).
213
213
 
214
214
  #### Input Video
215
215
  - [Create from URL](https://github.com/FastPix/fastpix-python/blob/feature/fixed-missing-parameters/docs/sdks/inputvideo/README.md#create_from_url) - Upload video content from external URL
@@ -257,7 +257,7 @@ For detailed documentation, see [FastPix Video on Demand Overview](https://docs.
257
257
 
258
258
  Stream, manage, and transform live video content with real-time broadcasting capabilities.
259
259
 
260
- For detailed documentation, see [FastPix Live Stream Overview](https://docs.fastpix.io/docs/live-stream-overview).
260
+ For detailed documentation, see [FastPix Live Stream Overview](https://fastpix.com/docs/get-started/live-overview).
261
261
 
262
262
  #### Start Live Stream
263
263
  - [Create Stream](https://github.com/FastPix/fastpix-python/blob/feature/fixed-missing-parameters/docs/sdks/startlivestream/README.md#create_stream) - Initialize new live streaming session with DVR mode support
@@ -288,7 +288,7 @@ For detailed documentation, see [FastPix Live Stream Overview](https://docs.fast
288
288
 
289
289
  Monitor video performance and quality with comprehensive analytics and real-time metrics.
290
290
 
291
- For detailed documentation, see [FastPix Video Data Overview](https://docs.fastpix.io/docs/video-data-overview).
291
+ For detailed documentation, see [FastPix Video Data Overview](https://fastpix.com/docs/concepts/what-video-data-do-we-capture).
292
292
 
293
293
  #### Metrics
294
294
  - [List Breakdown Values](https://github.com/FastPix/fastpix-python/blob/feature/fixed-missing-parameters/docs/sdks/metrics/README.md#list_breakdown_values) - Get detailed breakdown of metrics by dimension
@@ -370,7 +370,7 @@ with Fastpix(
370
370
  inputs=[
371
371
  {
372
372
  "type": "video",
373
- "url": "https://static.fastpix.io/fp-sample-video.mp4",
373
+ "url": "https://static.fastpix.com/fp-sample-video.mp4",
374
374
  },
375
375
  ],
376
376
  access_policy="public",
@@ -412,7 +412,7 @@ with Fastpix(
412
412
  inputs=[
413
413
  {
414
414
  "type": "video",
415
- "url": "https://static.fastpix.io/fp-sample-video.mp4",
415
+ "url": "https://static.fastpix.com/fp-sample-video.mp4",
416
416
  },
417
417
  ],
418
418
  access_policy="public",
@@ -457,7 +457,7 @@ with Fastpix(
457
457
  inputs=[
458
458
  {
459
459
  "type": "video",
460
- "url": "https://static.fastpix.io/fp-sample-video.mp4",
460
+ "url": "https://static.fastpix.com/fp-sample-video.mp4",
461
461
  },
462
462
  ],
463
463
  access_policy="public",
@@ -509,7 +509,7 @@ import json
509
509
  from fastpix_python import Fastpix, models
510
510
 
511
511
  with Fastpix(
512
- server_url="https://api.fastpix.io/v1/",
512
+ server_url="https://api.fastpix.com/v1/",
513
513
  security=models.Security(
514
514
  username="your-access-token",
515
515
  password="your-secret-key",
@@ -520,7 +520,7 @@ with Fastpix(
520
520
  inputs=[
521
521
  {
522
522
  "type": "video",
523
- "url": "https://static.fastpix.io/fp-sample-video.mp4",
523
+ "url": "https://static.fastpix.com/fp-sample-video.mp4",
524
524
  },
525
525
  ],
526
526
  access_policy="public",
@@ -666,6 +666,6 @@ We value community contributions and feedback. Feel free to submit pull requests
666
666
 
667
667
  ## Detailed Usage
668
668
 
669
- For comprehensive understanding of each API's functionality, including detailed request and response specifications, parameter descriptions, and additional examples, please refer to the [FastPix API Reference](https://docs.fastpix.io/reference/signingkeys-overview).
669
+ For comprehensive understanding of each API's functionality, including detailed request and response specifications, parameter descriptions, and additional examples, please refer to the [FastPix API Reference](https://fastpix.com/docs/video-security/secure-media-access-with-jwts).
670
670
 
671
671
  The API reference offers complete documentation for all available endpoints and features, enabling developers to integrate and leverage FastPix APIs effectively.
@@ -24,7 +24,7 @@ The FastPix Python SDK simplifies integration with the FastPix platform. It prov
24
24
  To get started with the FastPix Python SDK, ensure you have the following:
25
25
 
26
26
  - The FastPix APIs are authenticated using a **Username** and a **Password**. You must generate these credentials to use the SDK.
27
- - Follow the steps in the [Authentication with Basic Auth](https://docs.fastpix.io/docs/basic-authentication) guide to obtain your credentials.
27
+ - Follow the steps in the [Authentication with Basic Auth](https://fastpix.com/docs/getting-started/activate-your-account#authentication-format) guide to obtain your credentials.
28
28
 
29
29
  ### Environment Variables (Optional)
30
30
 
@@ -170,7 +170,7 @@ with Fastpix(
170
170
  inputs=[
171
171
  {
172
172
  "type": "video",
173
- "url": "https://static.fastpix.io/fp-sample-video.mp4",
173
+ "url": "https://static.fastpix.com/fp-sample-video.mp4",
174
174
  },
175
175
  ],
176
176
  access_policy="public",
@@ -190,7 +190,7 @@ Comprehensive Python SDK for FastPix platform integration with full API coverage
190
190
 
191
191
  Upload, manage, and transform video content with comprehensive media management capabilities.
192
192
 
193
- For detailed documentation, see [FastPix Video on Demand Overview](https://docs.fastpix.io/docs/video-on-demand-overview).
193
+ For detailed documentation, see [FastPix Video on Demand Overview](https://fastpix.com/docs/get-started/overview).
194
194
 
195
195
  #### Input Video
196
196
  - [Create from URL](https://github.com/FastPix/fastpix-python/blob/feature/fixed-missing-parameters/docs/sdks/inputvideo/README.md#create_from_url) - Upload video content from external URL
@@ -238,7 +238,7 @@ For detailed documentation, see [FastPix Video on Demand Overview](https://docs.
238
238
 
239
239
  Stream, manage, and transform live video content with real-time broadcasting capabilities.
240
240
 
241
- For detailed documentation, see [FastPix Live Stream Overview](https://docs.fastpix.io/docs/live-stream-overview).
241
+ For detailed documentation, see [FastPix Live Stream Overview](https://fastpix.com/docs/get-started/live-overview).
242
242
 
243
243
  #### Start Live Stream
244
244
  - [Create Stream](https://github.com/FastPix/fastpix-python/blob/feature/fixed-missing-parameters/docs/sdks/startlivestream/README.md#create_stream) - Initialize new live streaming session with DVR mode support
@@ -269,7 +269,7 @@ For detailed documentation, see [FastPix Live Stream Overview](https://docs.fast
269
269
 
270
270
  Monitor video performance and quality with comprehensive analytics and real-time metrics.
271
271
 
272
- For detailed documentation, see [FastPix Video Data Overview](https://docs.fastpix.io/docs/video-data-overview).
272
+ For detailed documentation, see [FastPix Video Data Overview](https://fastpix.com/docs/concepts/what-video-data-do-we-capture).
273
273
 
274
274
  #### Metrics
275
275
  - [List Breakdown Values](https://github.com/FastPix/fastpix-python/blob/feature/fixed-missing-parameters/docs/sdks/metrics/README.md#list_breakdown_values) - Get detailed breakdown of metrics by dimension
@@ -351,7 +351,7 @@ with Fastpix(
351
351
  inputs=[
352
352
  {
353
353
  "type": "video",
354
- "url": "https://static.fastpix.io/fp-sample-video.mp4",
354
+ "url": "https://static.fastpix.com/fp-sample-video.mp4",
355
355
  },
356
356
  ],
357
357
  access_policy="public",
@@ -393,7 +393,7 @@ with Fastpix(
393
393
  inputs=[
394
394
  {
395
395
  "type": "video",
396
- "url": "https://static.fastpix.io/fp-sample-video.mp4",
396
+ "url": "https://static.fastpix.com/fp-sample-video.mp4",
397
397
  },
398
398
  ],
399
399
  access_policy="public",
@@ -438,7 +438,7 @@ with Fastpix(
438
438
  inputs=[
439
439
  {
440
440
  "type": "video",
441
- "url": "https://static.fastpix.io/fp-sample-video.mp4",
441
+ "url": "https://static.fastpix.com/fp-sample-video.mp4",
442
442
  },
443
443
  ],
444
444
  access_policy="public",
@@ -490,7 +490,7 @@ import json
490
490
  from fastpix_python import Fastpix, models
491
491
 
492
492
  with Fastpix(
493
- server_url="https://api.fastpix.io/v1/",
493
+ server_url="https://api.fastpix.com/v1/",
494
494
  security=models.Security(
495
495
  username="your-access-token",
496
496
  password="your-secret-key",
@@ -501,7 +501,7 @@ with Fastpix(
501
501
  inputs=[
502
502
  {
503
503
  "type": "video",
504
- "url": "https://static.fastpix.io/fp-sample-video.mp4",
504
+ "url": "https://static.fastpix.com/fp-sample-video.mp4",
505
505
  },
506
506
  ],
507
507
  access_policy="public",
@@ -647,6 +647,6 @@ We value community contributions and feedback. Feel free to submit pull requests
647
647
 
648
648
  ## Detailed Usage
649
649
 
650
- For comprehensive understanding of each API's functionality, including detailed request and response specifications, parameter descriptions, and additional examples, please refer to the [FastPix API Reference](https://docs.fastpix.io/reference/signingkeys-overview).
650
+ For comprehensive understanding of each API's functionality, including detailed request and response specifications, parameter descriptions, and additional examples, please refer to the [FastPix API Reference](https://fastpix.com/docs/video-security/secure-media-access-with-jwts).
651
651
 
652
652
  The API reference offers complete documentation for all available endpoints and features, enabling developers to integrate and leverage FastPix APIs effectively.
@@ -0,0 +1,70 @@
1
+ <!-- Start SDK Example Usage [usage] -->
2
+ ```python
3
+ # Synchronous Example
4
+ from fastpix_python import Fastpix, models
5
+
6
+ with Fastpix(
7
+ security=models.Security(
8
+ username="your-access-token",
9
+ password="your-secret-key",
10
+ ),
11
+ ) as fastpix:
12
+
13
+ res = fastpix.input_video.create_media(inputs=[
14
+ {
15
+ "type": "video",
16
+ "url": "https://static.fastpix.com/fp-sample-video.mp4",
17
+ },
18
+ ], metadata={
19
+ "key1": "value1",
20
+ }, drm_configuration_id="your-drm-configuration-id", title="My Video Title", creator_id="your-creator-id", subtitles={
21
+ "language_name": "english",
22
+ "metadata": {
23
+ "key1": "value1",
24
+ },
25
+ "language_code": "en",
26
+ }, access_policy="public", mp4_support="capped_4k", source_access=True, optimize_audio=True, max_resolution="1080p", media_quality="standard", chapters=True, named_entities=True)
27
+
28
+ # Handle response
29
+ print(res)
30
+ ```
31
+
32
+ </br>
33
+
34
+ The same SDK client can also be used to make asynchronous requests by importing asyncio.
35
+
36
+ ```python
37
+ # Asynchronous Example
38
+ import asyncio
39
+ from fastpix_python import Fastpix, models
40
+
41
+ async def main():
42
+
43
+ async with Fastpix(
44
+ security=models.Security(
45
+ username="your-access-token",
46
+ password="your-secret-key",
47
+ ),
48
+ ) as fastpix:
49
+
50
+ res = await fastpix.input_video.create_media_async(inputs=[
51
+ {
52
+ "type": "video",
53
+ "url": "https://static.fastpix.com/fp-sample-video.mp4",
54
+ },
55
+ ], metadata={
56
+ "key1": "value1",
57
+ }, drm_configuration_id="your-drm-configuration-id", title="My Video Title", creator_id="your-creator-id", subtitles={
58
+ "language_name": "english",
59
+ "metadata": {
60
+ "key1": "value1",
61
+ },
62
+ "language_code": "en",
63
+ }, access_policy="public", mp4_support="capped_4k", source_access=True, optimize_audio=True, max_resolution="1080p", media_quality="standard", chapters=True, named_entities=True)
64
+
65
+ # Handle response
66
+ print(res)
67
+
68
+ asyncio.run(main())
69
+ ```
70
+ <!-- End SDK Example Usage [usage] -->
@@ -1,4 +1,4 @@
1
- """Code generated by fastpix (https://fastpix.io). DO NOT EDIT."""
1
+ """Code generated by fastpix (https://fastpix.com). DO NOT EDIT."""
2
2
 
3
3
  from ._version import (
4
4
  __title__,
@@ -0,0 +1,4 @@
1
+ """Code generated by fastpix (https://fastpix.com). DO NOT EDIT."""
2
+
3
+ from .sdkhooks import *
4
+ from .types import *
@@ -1,4 +1,4 @@
1
- """Code generated by fastpix (https://fastpix.io). DO NOT EDIT."""
1
+ """Code generated by fastpix (https://fastpix.com). DO NOT EDIT."""
2
2
 
3
3
  import httpx
4
4
  from .types import (
@@ -1,4 +1,4 @@
1
- """Code generated by fastpix (https://fastpix.io). DO NOT EDIT."""
1
+ """Code generated by fastpix (https://fastpix.com). DO NOT EDIT."""
2
2
 
3
3
  from abc import ABC, abstractmethod
4
4
  from ..sdkconfiguration import SDKConfiguration
@@ -1,4 +1,4 @@
1
- """Code generated by fastpix (https://fastpix.io). DO NOT EDIT."""
1
+ """Code generated by fastpix (https://fastpix.com). DO NOT EDIT."""
2
2
 
3
3
  import importlib.metadata
4
4
 
@@ -1,4 +1,4 @@
1
- """Code generated by fastpix (https://fastpix.io). DO NOT EDIT."""
1
+ """Code generated by fastpix (https://fastpix.com). DO NOT EDIT."""
2
2
 
3
3
  from .sdkconfiguration import SDKConfiguration
4
4
  from . import errors, models, utils