fastpix-python 1.1.0__tar.gz → 1.1.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 (260) hide show
  1. fastpix_python-1.1.0/README.md → fastpix_python-1.1.1/PKG-INFO +29 -25
  2. fastpix_python-1.1.0/fastpix_python.egg-info/PKG-INFO → fastpix_python-1.1.1/README.md +10 -43
  3. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/sdk.py +15 -15
  4. {fastpix_python-1.1.0 → fastpix_python-1.1.1/fastpix_python.egg-info}/PKG-INFO +16 -30
  5. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/pyproject.toml +5 -2
  6. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/setup.py +11 -13
  7. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/LICENSE +0 -0
  8. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/__init__.py +0 -0
  9. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/_hooks/__init__.py +0 -0
  10. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/_hooks/sdkhooks.py +0 -0
  11. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/_hooks/types.py +0 -0
  12. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/_version.py +0 -0
  13. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/basesdk.py +0 -0
  14. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/dimensions.py +0 -0
  15. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/drm_configurations.py +0 -0
  16. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/__init__.py +0 -0
  17. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/badrequest_error.py +0 -0
  18. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/duplicatemp4support_error.py +0 -0
  19. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/duplicatereferenceiderrorresponse.py +0 -0
  20. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/enable_live_streamop.py +0 -0
  21. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/fastpixdefaulterror.py +0 -0
  22. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/fastpixerror.py +0 -0
  23. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/forbidden_error.py +0 -0
  24. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/forbiddenresponse_error.py +0 -0
  25. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/invalidpermission_error.py +0 -0
  26. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/invalidplaylistidresponse_error.py +0 -0
  27. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/livenotfounderror.py +0 -0
  28. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/mediaclipnotfound_error.py +0 -0
  29. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/medianotfound_error.py +0 -0
  30. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/mediaorplaybacknotfound_error.py +0 -0
  31. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/no_response_error.py +0 -0
  32. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/notfounderror.py +0 -0
  33. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/notfounderrorplaybackid.py +0 -0
  34. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/notfounderrorsimulcast.py +0 -0
  35. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/responsevalidationerror.py +0 -0
  36. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/signingkeynotfounderror.py +0 -0
  37. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/simulcastunavailable_error.py +0 -0
  38. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/streamalreadydisablederror.py +0 -0
  39. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/streamalreadyenablederror.py +0 -0
  40. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/trackduplicaterequest_error.py +0 -0
  41. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/trialplanrestrictionerror.py +0 -0
  42. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/unauthorized_error.py +0 -0
  43. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/unauthorizedresponse_error.py +0 -0
  44. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/validationerrorresponse.py +0 -0
  45. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/viewnotfound_error.py +0 -0
  46. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors.py +0 -0
  47. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/httpclient.py +0 -0
  48. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/in_video_ai_features.py +0 -0
  49. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/input_video.py +0 -0
  50. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/live_playback.py +0 -0
  51. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/manage_live_stream.py +0 -0
  52. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/manage_videos.py +0 -0
  53. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/metrics.py +0 -0
  54. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/__init__.py +0 -0
  55. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/accesspolicy.py +0 -0
  56. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/add_media_to_playlistop.py +0 -0
  57. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/add_media_trackop.py +0 -0
  58. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/addtrackrequest.py +0 -0
  59. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/addtrackresponse.py +0 -0
  60. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/audioinput.py +0 -0
  61. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/badrequest_error.py +0 -0
  62. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/basicaccesspolicy.py +0 -0
  63. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/browsernamedimensiondetails.py +0 -0
  64. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/cancel_uploadop.py +0 -0
  65. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/change_media_order_in_playlistop.py +0 -0
  66. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/chaptersresponse.py +0 -0
  67. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/complete_live_streamop.py +0 -0
  68. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/create_media_playback_idop.py +0 -0
  69. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/create_playbackid_of_streamop.py +0 -0
  70. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/create_simulcast_of_streamop.py +0 -0
  71. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createlivestreamrequest.py +0 -0
  72. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createmediarequest.py +0 -0
  73. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createmediaresponse.py +0 -0
  74. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createmediasuccessresponse.py +0 -0
  75. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createplaylistrequest.py +0 -0
  76. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createresponse.py +0 -0
  77. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createsigningkeyresponsedto.py +0 -0
  78. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/datapagination.py +0 -0
  79. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/daterange.py +0 -0
  80. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_a_playlistop.py +0 -0
  81. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_live_streamop.py +0 -0
  82. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_media_from_playlistop.py +0 -0
  83. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_media_playback_idop.py +0 -0
  84. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_media_trackop.py +0 -0
  85. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_mediaop.py +0 -0
  86. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_playbackid_of_streamop.py +0 -0
  87. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_signing_keyop.py +0 -0
  88. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_simulcast_of_streamop.py +0 -0
  89. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/deletesigningkeyresponse.py +0 -0
  90. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/direct_upload_video_mediaop.py +0 -0
  91. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/directupload.py +0 -0
  92. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/directuploadresponse.py +0 -0
  93. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/disable_live_streamop.py +0 -0
  94. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/domainrestrictions.py +0 -0
  95. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/drmidresponse.py +0 -0
  96. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/duplicatemp4support_error.py +0 -0
  97. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/duplicatereferenceiderrorresponse.py +0 -0
  98. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/enable_live_streamop.py +0 -0
  99. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/errordetails.py +0 -0
  100. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/fielderror.py +0 -0
  101. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/forbidden_error.py +0 -0
  102. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/forbiddenresponse_error.py +0 -0
  103. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/generate_subtitle_trackop.py +0 -0
  104. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/generatetrackresponse.py +0 -0
  105. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_all_playlistsop.py +0 -0
  106. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_all_streamsop.py +0 -0
  107. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_data_viewlist_current_views_filterop.py +0 -0
  108. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_data_viewlist_current_views_gettimeseriesviewsop.py +0 -0
  109. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_live_stream_by_idop.py +0 -0
  110. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_live_stream_playback_idop.py +0 -0
  111. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_live_stream_viewer_count_by_idop.py +0 -0
  112. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_media_clipsop.py +0 -0
  113. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_mediaop.py +0 -0
  114. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_playback_idop.py +0 -0
  115. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_playlist_by_idop.py +0 -0
  116. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_signing_key_by_idop.py +0 -0
  117. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_specific_simulcast_of_streamop.py +0 -0
  118. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_timeseries_dataop.py +0 -0
  119. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_video_view_detailsop.py +0 -0
  120. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getallplaylistsresponse.py +0 -0
  121. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getallsigningkeyresponse.py +0 -0
  122. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getallsigningkeyresponsedto.py +0 -0
  123. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getcreatelivestreamresponsedto.py +0 -0
  124. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getdrmconfigurationbyidop.py +0 -0
  125. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getdrmconfigurationop.py +0 -0
  126. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getpublicpemusingsigningkeyidresponsedto.py +0 -0
  127. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getstreamsresponse.py +0 -0
  128. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/invalidpermission_error.py +0 -0
  129. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/invalidplaylistidresponse_error.py +0 -0
  130. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/languagecode.py +0 -0
  131. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_breakdown_valuesop.py +0 -0
  132. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_by_top_contentop.py +0 -0
  133. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_comparison_valuesop.py +0 -0
  134. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_dimensionsop.py +0 -0
  135. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_errorsop.py +0 -0
  136. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_filter_values_for_dimensionop.py +0 -0
  137. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_live_clipsop.py +0 -0
  138. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_mediaop.py +0 -0
  139. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_overall_valuesop.py +0 -0
  140. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_signing_keysop.py +0 -0
  141. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_uploadsop.py +0 -0
  142. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_video_viewsop.py +0 -0
  143. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/livenotfounderror.py +0 -0
  144. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/livestreamdeleteresponse.py +0 -0
  145. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/livestreamgetresponse.py +0 -0
  146. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/livestreampagination.py +0 -0
  147. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/livestreamresponsedto.py +0 -0
  148. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/media.py +0 -0
  149. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/mediacancelresponse.py +0 -0
  150. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/mediaclipnotfound_error.py +0 -0
  151. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/mediaclipresponse.py +0 -0
  152. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/mediaidsrequest.py +0 -0
  153. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/medianotfound_error.py +0 -0
  154. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/mediaorplaybacknotfound_error.py +0 -0
  155. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/mediatype.py +0 -0
  156. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/metricsbreakdowndetails.py +0 -0
  157. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/metricscomparisondetails.py +0 -0
  158. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/metricsoveralldatadetails.py +0 -0
  159. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/metricsoverallmetadatadetails.py +0 -0
  160. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/metricstimeseriesdatadetails.py +0 -0
  161. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/metricstimeseriesmetadatadetails.py +0 -0
  162. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/moderationresponse.py +0 -0
  163. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/namedentitiesresponse.py +0 -0
  164. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/notfounderror.py +0 -0
  165. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/notfounderrorplaybackid.py +0 -0
  166. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/notfounderrorsimulcast.py +0 -0
  167. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/pagination.py +0 -0
  168. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/patchlivestreamrequest.py +0 -0
  169. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/patchresponsedata.py +0 -0
  170. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/patchresponsedto.py +0 -0
  171. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playbackid.py +0 -0
  172. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playbackidrequest.py +0 -0
  173. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playbackidresponse.py +0 -0
  174. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playbackidsuccessresponse.py +0 -0
  175. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playbacksettings.py +0 -0
  176. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playlistbyidresponse.py +0 -0
  177. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playlistcreatedresponse.py +0 -0
  178. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playlistcreatedschema.py +0 -0
  179. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playlistitem.py +0 -0
  180. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playlistorder.py +0 -0
  181. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/policyaction.py +0 -0
  182. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/retrievemediainputinfoop.py +0 -0
  183. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/security.py +0 -0
  184. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/signingkeynotfounderror.py +0 -0
  185. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/signingkeyworkspacedto.py +0 -0
  186. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/simulcastdeleteresponse.py +0 -0
  187. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/simulcastrequest.py +0 -0
  188. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/simulcastresponse.py +0 -0
  189. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/simulcastunavailable_error.py +0 -0
  190. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/simulcastupdaterequest.py +0 -0
  191. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/simulcastupdateresponse.py +0 -0
  192. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/singingkeyspagination.py +0 -0
  193. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/sortorder.py +0 -0
  194. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/srtplaybackresponse.py +0 -0
  195. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/streamalreadydisablederror.py +0 -0
  196. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/streamalreadyenablederror.py +0 -0
  197. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/subtitleinput.py +0 -0
  198. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/successresponse.py +0 -0
  199. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/summaryresponse.py +0 -0
  200. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/toperrordetails.py +0 -0
  201. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/track.py +0 -0
  202. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/trackduplicaterequest_error.py +0 -0
  203. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/tracksubtitlesgeneraterequest.py +0 -0
  204. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/trialplanrestrictionerror.py +0 -0
  205. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/unauthorized_error.py +0 -0
  206. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/unauthorizedresponse_error.py +0 -0
  207. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_a_playlistop.py +0 -0
  208. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_live_streamop.py +0 -0
  209. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_media_chaptersop.py +0 -0
  210. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_media_moderationop.py +0 -0
  211. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_media_named_entitiesop.py +0 -0
  212. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_media_summaryop.py +0 -0
  213. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_media_trackop.py +0 -0
  214. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_specific_simulcast_of_streamop.py +0 -0
  215. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/updated_mediaop.py +0 -0
  216. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/updated_mp4supportop.py +0 -0
  217. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/updated_source_accessop.py +0 -0
  218. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/updateplaylistrequest.py +0 -0
  219. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/updatetrackrequest.py +0 -0
  220. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/updatetrackresponse.py +0 -0
  221. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/useragentrestrictions.py +0 -0
  222. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/videoinput.py +0 -0
  223. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/viewnotfound_error.py +0 -0
  224. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/views.py +0 -0
  225. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/viewsbytopcontentdetails.py +0 -0
  226. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/viewscountresponse.py +0 -0
  227. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/viewslist.py +0 -0
  228. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/watermarkinput.py +0 -0
  229. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/playback.py +0 -0
  230. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/playlist.py +0 -0
  231. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/py.typed +0 -0
  232. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/sdkconfiguration.py +0 -0
  233. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/signing_keys.py +0 -0
  234. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/simulcast_stream.py +0 -0
  235. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/start_live_stream.py +0 -0
  236. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/types/__init__.py +0 -0
  237. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/types/basemodel.py +0 -0
  238. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/__init__.py +0 -0
  239. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/annotations.py +0 -0
  240. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/datetimes.py +0 -0
  241. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/enums.py +0 -0
  242. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/eventstreaming.py +0 -0
  243. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/forms.py +0 -0
  244. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/headers.py +0 -0
  245. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/logger.py +0 -0
  246. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/metadata.py +0 -0
  247. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/queryparams.py +0 -0
  248. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/requestbodies.py +0 -0
  249. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/retries.py +0 -0
  250. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/security.py +0 -0
  251. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/serializers.py +0 -0
  252. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/unmarshal_json_response.py +0 -0
  253. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/url.py +0 -0
  254. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/values.py +0 -0
  255. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/views_sdk.py +0 -0
  256. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python.egg-info/SOURCES.txt +0 -0
  257. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python.egg-info/dependency_links.txt +0 -0
  258. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python.egg-info/requires.txt +0 -0
  259. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python.egg-info/top_level.txt +0 -0
  260. {fastpix_python-1.1.0 → fastpix_python-1.1.1}/setup.cfg +0 -0
@@ -1,3 +1,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: fastpix_python
3
+ Version: 1.1.1
4
+ Summary: Python Client SDK Generated by fastpix.
5
+ Home-page: https://github.com/FastPix/fastpix-python
6
+ Author: FastPix
7
+ Author-email: FastPix <devs@fastpix.io>
8
+ License: Apache-2.0
9
+ Requires-Python: >=3.9.2
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Requires-Dist: httpcore>=1.0.9
13
+ Requires-Dist: httpx>=0.28.1
14
+ Requires-Dist: pydantic>=2.11.2
15
+ Dynamic: author
16
+ Dynamic: home-page
17
+ Dynamic: license-file
18
+ Dynamic: requires-python
19
+
1
20
  # FastPix Python SDK
2
21
 
3
22
  A robust, type-safe Python SDK designed for seamless integration with the FastPix API platform.
@@ -155,12 +174,8 @@ fastpix = Fastpix(
155
174
 
156
175
  ```python
157
176
  import os
158
- import sys
159
177
  import json
160
178
 
161
- # Add the src directory to the Python path so we can import fastpix_python
162
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
163
-
164
179
  from fastpix_python import Fastpix, models
165
180
 
166
181
  with Fastpix(
@@ -170,13 +185,14 @@ with Fastpix(
170
185
  ),
171
186
  ) as fastpix:
172
187
 
173
- res = fastpix.input_video.create_from_url(
188
+ res = fastpix.input_video.create_media(
174
189
  inputs=[
175
190
  {
176
191
  "type": "video",
177
192
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
178
193
  },
179
194
  ],
195
+ access_policy="public",
180
196
  metadata={
181
197
  "key1": "value1",
182
198
  },
@@ -338,12 +354,8 @@ To change the default retry strategy for a single API call, simply provide a `Re
338
354
 
339
355
  ```python
340
356
  import os
341
- import sys
342
357
  import json
343
358
 
344
- # Add the src directory to the Python path so we can import fastpix_python
345
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
346
-
347
359
  from fastpix_python import Fastpix, models
348
360
  from fastpix_python.utils import BackoffStrategy, RetryConfig
349
361
 
@@ -354,13 +366,14 @@ with Fastpix(
354
366
  ),
355
367
  ) as fastpix:
356
368
 
357
- res = fastpix.input_video.create_from_url(
369
+ res = fastpix.input_video.create_media(
358
370
  inputs=[
359
371
  {
360
372
  "type": "video",
361
373
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
362
374
  },
363
375
  ],
376
+ access_policy="public",
364
377
  metadata={
365
378
  "key1": "value1",
366
379
  },
@@ -378,12 +391,8 @@ If you'd like to override the default retry strategy for all operations that sup
378
391
 
379
392
  ```python
380
393
  import os
381
- import sys
382
394
  import json
383
395
 
384
- # Add the src directory to the Python path so we can import fastpix_python
385
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
386
-
387
396
  from fastpix_python import Fastpix, models
388
397
  from fastpix_python.utils import BackoffStrategy, RetryConfig
389
398
 
@@ -399,13 +408,14 @@ with Fastpix(
399
408
  ),
400
409
  ) as fastpix:
401
410
 
402
- res = fastpix.input_video.create_from_url(
411
+ res = fastpix.input_video.create_media(
403
412
  inputs=[
404
413
  {
405
414
  "type": "video",
406
415
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
407
416
  },
408
417
  ],
418
+ access_policy="public",
409
419
  metadata={
410
420
  "key1": "value1",
411
421
  },
@@ -432,12 +442,8 @@ with Fastpix(
432
442
 
433
443
  ```python
434
444
  import os
435
- import sys
436
445
  import json
437
446
 
438
- # Add the src directory to the Python path so we can import fastpix_python
439
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
440
-
441
447
  from fastpix_python import Fastpix, errors, models
442
448
 
443
449
  with Fastpix(
@@ -447,13 +453,14 @@ with Fastpix(
447
453
  ),
448
454
  ) as fastpix:
449
455
  try:
450
- res = fastpix.input_video.create_from_url(
456
+ res = fastpix.input_video.create_media(
451
457
  inputs=[
452
458
  {
453
459
  "type": "video",
454
460
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
455
461
  },
456
462
  ],
463
+ access_policy="public",
457
464
  metadata={
458
465
  "key1": "value1",
459
466
  },
@@ -497,12 +504,8 @@ The default server can be overridden globally by passing a URL to the `server_ur
497
504
 
498
505
  ```python
499
506
  import os
500
- import sys
501
507
  import json
502
508
 
503
- # Add the src directory to the Python path so we can import fastpix_python
504
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
505
-
506
509
  from fastpix_python import Fastpix, models
507
510
 
508
511
  with Fastpix(
@@ -513,13 +516,14 @@ with Fastpix(
513
516
  ),
514
517
  ) as fastpix:
515
518
 
516
- res = fastpix.input_video.create_from_url(
519
+ res = fastpix.input_video.create_media(
517
520
  inputs=[
518
521
  {
519
522
  "type": "video",
520
523
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
521
524
  },
522
525
  ],
526
+ access_policy="public",
523
527
  metadata={
524
528
  "key1": "value1",
525
529
  },
@@ -1,21 +1,3 @@
1
- Metadata-Version: 2.4
2
- Name: fastpix_python
3
- Version: 1.1.0
4
- Summary: Python Client SDK Generated by fastpix.
5
- Home-page: https://github.com/FastPix/fastpix-python
6
- Author: fastpix
7
- Author-email: dev@fastpix.io
8
- Requires-Python: >=3.7
9
- Description-Content-Type: text/markdown
10
- License-File: LICENSE
11
- Requires-Dist: httpcore>=1.0.9
12
- Requires-Dist: httpx>=0.28.1
13
- Requires-Dist: pydantic>=2.11.2
14
- Dynamic: author-email
15
- Dynamic: home-page
16
- Dynamic: license-file
17
- Dynamic: requires-python
18
-
19
1
  # FastPix Python SDK
20
2
 
21
3
  A robust, type-safe Python SDK designed for seamless integration with the FastPix API platform.
@@ -173,12 +155,8 @@ fastpix = Fastpix(
173
155
 
174
156
  ```python
175
157
  import os
176
- import sys
177
158
  import json
178
159
 
179
- # Add the src directory to the Python path so we can import fastpix_python
180
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
181
-
182
160
  from fastpix_python import Fastpix, models
183
161
 
184
162
  with Fastpix(
@@ -188,13 +166,14 @@ with Fastpix(
188
166
  ),
189
167
  ) as fastpix:
190
168
 
191
- res = fastpix.input_video.create_from_url(
169
+ res = fastpix.input_video.create_media(
192
170
  inputs=[
193
171
  {
194
172
  "type": "video",
195
173
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
196
174
  },
197
175
  ],
176
+ access_policy="public",
198
177
  metadata={
199
178
  "key1": "value1",
200
179
  },
@@ -356,12 +335,8 @@ To change the default retry strategy for a single API call, simply provide a `Re
356
335
 
357
336
  ```python
358
337
  import os
359
- import sys
360
338
  import json
361
339
 
362
- # Add the src directory to the Python path so we can import fastpix_python
363
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
364
-
365
340
  from fastpix_python import Fastpix, models
366
341
  from fastpix_python.utils import BackoffStrategy, RetryConfig
367
342
 
@@ -372,13 +347,14 @@ with Fastpix(
372
347
  ),
373
348
  ) as fastpix:
374
349
 
375
- res = fastpix.input_video.create_from_url(
350
+ res = fastpix.input_video.create_media(
376
351
  inputs=[
377
352
  {
378
353
  "type": "video",
379
354
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
380
355
  },
381
356
  ],
357
+ access_policy="public",
382
358
  metadata={
383
359
  "key1": "value1",
384
360
  },
@@ -396,12 +372,8 @@ If you'd like to override the default retry strategy for all operations that sup
396
372
 
397
373
  ```python
398
374
  import os
399
- import sys
400
375
  import json
401
376
 
402
- # Add the src directory to the Python path so we can import fastpix_python
403
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
404
-
405
377
  from fastpix_python import Fastpix, models
406
378
  from fastpix_python.utils import BackoffStrategy, RetryConfig
407
379
 
@@ -417,13 +389,14 @@ with Fastpix(
417
389
  ),
418
390
  ) as fastpix:
419
391
 
420
- res = fastpix.input_video.create_from_url(
392
+ res = fastpix.input_video.create_media(
421
393
  inputs=[
422
394
  {
423
395
  "type": "video",
424
396
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
425
397
  },
426
398
  ],
399
+ access_policy="public",
427
400
  metadata={
428
401
  "key1": "value1",
429
402
  },
@@ -450,12 +423,8 @@ with Fastpix(
450
423
 
451
424
  ```python
452
425
  import os
453
- import sys
454
426
  import json
455
427
 
456
- # Add the src directory to the Python path so we can import fastpix_python
457
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
458
-
459
428
  from fastpix_python import Fastpix, errors, models
460
429
 
461
430
  with Fastpix(
@@ -465,13 +434,14 @@ with Fastpix(
465
434
  ),
466
435
  ) as fastpix:
467
436
  try:
468
- res = fastpix.input_video.create_from_url(
437
+ res = fastpix.input_video.create_media(
469
438
  inputs=[
470
439
  {
471
440
  "type": "video",
472
441
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
473
442
  },
474
443
  ],
444
+ access_policy="public",
475
445
  metadata={
476
446
  "key1": "value1",
477
447
  },
@@ -515,12 +485,8 @@ The default server can be overridden globally by passing a URL to the `server_ur
515
485
 
516
486
  ```python
517
487
  import os
518
- import sys
519
488
  import json
520
489
 
521
- # Add the src directory to the Python path so we can import fastpix_python
522
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
523
-
524
490
  from fastpix_python import Fastpix, models
525
491
 
526
492
  with Fastpix(
@@ -531,13 +497,14 @@ with Fastpix(
531
497
  ),
532
498
  ) as fastpix:
533
499
 
534
- res = fastpix.input_video.create_from_url(
500
+ res = fastpix.input_video.create_media(
535
501
  inputs=[
536
502
  {
537
503
  "type": "video",
538
504
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
539
505
  },
540
506
  ],
507
+ access_policy="public",
541
508
  metadata={
542
509
  "key1": "value1",
543
510
  },
@@ -80,27 +80,27 @@ class Fastpix(BaseSDK):
80
80
  metrics: "Metrics"
81
81
  errors: "Errors"
82
82
  _sub_sdk_map = {
83
- "input_video": ("Fastpix.input_video", "InputVideo"),
84
- "manage_videos": ("Fastpix.manage_videos", "ManageVideos"),
83
+ "input_video": ("fastpix_python.input_video", "InputVideo"),
84
+ "manage_videos": ("fastpix_python.manage_videos", "ManageVideos"),
85
85
  "in_video_ai_features": (
86
- "Fastpix.in_video_ai_features",
86
+ "fastpix_python.in_video_ai_features",
87
87
  "InVideoAIFeatures",
88
88
  ),
89
- "playback": ("Fastpix.playback", "Playback"),
90
- "playlist": ("Fastpix.playlist", "Playlist"),
89
+ "playback": ("fastpix_python.playback", "Playback"),
90
+ "playlist": ("fastpix_python.playlist", "Playlist"),
91
91
  "drm_configurations": (
92
- "Fastpix.drm_configurations",
92
+ "fastpix_python.drm_configurations",
93
93
  "DRMConfigurations",
94
94
  ),
95
- "start_live_stream": ("Fastpix.start_live_stream", "StartLiveStream"),
96
- "manage_live_stream": ("Fastpix.manage_live_stream", "ManageLiveStream"),
97
- "live_playback": ("Fastpix.live_playback", "LivePlayback"),
98
- "simulcast_stream": ("Fastpix.simulcast_stream", "SimulcastStream"),
99
- "signing_keys": ("Fastpix.signing_keys", "SigningKeys"),
100
- "views": ("Fastpix.views_sdk", "ViewsSDK"),
101
- "dimensions": ("Fastpix.dimensions", "Dimensions"),
102
- "metrics": ("Fastpix.metrics", "Metrics"),
103
- "errors": ("Fastpix.errors", "Errors"),
95
+ "start_live_stream": ("fastpix_python.start_live_stream", "StartLiveStream"),
96
+ "manage_live_stream": ("fastpix_python.manage_live_stream", "ManageLiveStream"),
97
+ "live_playback": ("fastpix_python.live_playback", "LivePlayback"),
98
+ "simulcast_stream": ("fastpix_python.simulcast_stream", "SimulcastStream"),
99
+ "signing_keys": ("fastpix_python.signing_keys", "SigningKeys"),
100
+ "views": ("fastpix_python.views_sdk", "ViewsSDK"),
101
+ "dimensions": ("fastpix_python.dimensions", "Dimensions"),
102
+ "metrics": ("fastpix_python.metrics", "Metrics"),
103
+ "errors": ("fastpix_python.errors", "Errors"),
104
104
  }
105
105
 
106
106
  def __init__(
@@ -1,17 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastpix_python
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Python Client SDK Generated by fastpix.
5
5
  Home-page: https://github.com/FastPix/fastpix-python
6
- Author: fastpix
7
- Author-email: dev@fastpix.io
8
- Requires-Python: >=3.7
6
+ Author: FastPix
7
+ Author-email: FastPix <devs@fastpix.io>
8
+ License: Apache-2.0
9
+ Requires-Python: >=3.9.2
9
10
  Description-Content-Type: text/markdown
10
11
  License-File: LICENSE
11
12
  Requires-Dist: httpcore>=1.0.9
12
13
  Requires-Dist: httpx>=0.28.1
13
14
  Requires-Dist: pydantic>=2.11.2
14
- Dynamic: author-email
15
+ Dynamic: author
15
16
  Dynamic: home-page
16
17
  Dynamic: license-file
17
18
  Dynamic: requires-python
@@ -173,12 +174,8 @@ fastpix = Fastpix(
173
174
 
174
175
  ```python
175
176
  import os
176
- import sys
177
177
  import json
178
178
 
179
- # Add the src directory to the Python path so we can import fastpix_python
180
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
181
-
182
179
  from fastpix_python import Fastpix, models
183
180
 
184
181
  with Fastpix(
@@ -188,13 +185,14 @@ with Fastpix(
188
185
  ),
189
186
  ) as fastpix:
190
187
 
191
- res = fastpix.input_video.create_from_url(
188
+ res = fastpix.input_video.create_media(
192
189
  inputs=[
193
190
  {
194
191
  "type": "video",
195
192
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
196
193
  },
197
194
  ],
195
+ access_policy="public",
198
196
  metadata={
199
197
  "key1": "value1",
200
198
  },
@@ -356,12 +354,8 @@ To change the default retry strategy for a single API call, simply provide a `Re
356
354
 
357
355
  ```python
358
356
  import os
359
- import sys
360
357
  import json
361
358
 
362
- # Add the src directory to the Python path so we can import fastpix_python
363
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
364
-
365
359
  from fastpix_python import Fastpix, models
366
360
  from fastpix_python.utils import BackoffStrategy, RetryConfig
367
361
 
@@ -372,13 +366,14 @@ with Fastpix(
372
366
  ),
373
367
  ) as fastpix:
374
368
 
375
- res = fastpix.input_video.create_from_url(
369
+ res = fastpix.input_video.create_media(
376
370
  inputs=[
377
371
  {
378
372
  "type": "video",
379
373
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
380
374
  },
381
375
  ],
376
+ access_policy="public",
382
377
  metadata={
383
378
  "key1": "value1",
384
379
  },
@@ -396,12 +391,8 @@ If you'd like to override the default retry strategy for all operations that sup
396
391
 
397
392
  ```python
398
393
  import os
399
- import sys
400
394
  import json
401
395
 
402
- # Add the src directory to the Python path so we can import fastpix_python
403
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
404
-
405
396
  from fastpix_python import Fastpix, models
406
397
  from fastpix_python.utils import BackoffStrategy, RetryConfig
407
398
 
@@ -417,13 +408,14 @@ with Fastpix(
417
408
  ),
418
409
  ) as fastpix:
419
410
 
420
- res = fastpix.input_video.create_from_url(
411
+ res = fastpix.input_video.create_media(
421
412
  inputs=[
422
413
  {
423
414
  "type": "video",
424
415
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
425
416
  },
426
417
  ],
418
+ access_policy="public",
427
419
  metadata={
428
420
  "key1": "value1",
429
421
  },
@@ -450,12 +442,8 @@ with Fastpix(
450
442
 
451
443
  ```python
452
444
  import os
453
- import sys
454
445
  import json
455
446
 
456
- # Add the src directory to the Python path so we can import fastpix_python
457
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
458
-
459
447
  from fastpix_python import Fastpix, errors, models
460
448
 
461
449
  with Fastpix(
@@ -465,13 +453,14 @@ with Fastpix(
465
453
  ),
466
454
  ) as fastpix:
467
455
  try:
468
- res = fastpix.input_video.create_from_url(
456
+ res = fastpix.input_video.create_media(
469
457
  inputs=[
470
458
  {
471
459
  "type": "video",
472
460
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
473
461
  },
474
462
  ],
463
+ access_policy="public",
475
464
  metadata={
476
465
  "key1": "value1",
477
466
  },
@@ -515,12 +504,8 @@ The default server can be overridden globally by passing a URL to the `server_ur
515
504
 
516
505
  ```python
517
506
  import os
518
- import sys
519
507
  import json
520
508
 
521
- # Add the src directory to the Python path so we can import fastpix_python
522
- sys.path.append(os.path.join(os.path.dirname(__file__), "..", "src"))
523
-
524
509
  from fastpix_python import Fastpix, models
525
510
 
526
511
  with Fastpix(
@@ -531,13 +516,14 @@ with Fastpix(
531
516
  ),
532
517
  ) as fastpix:
533
518
 
534
- res = fastpix.input_video.create_from_url(
519
+ res = fastpix.input_video.create_media(
535
520
  inputs=[
536
521
  {
537
522
  "type": "video",
538
523
  "url": "https://static.fastpix.io/fp-sample-video.mp4",
539
524
  },
540
525
  ],
526
+ access_policy="public",
541
527
  metadata={
542
528
  "key1": "value1",
543
529
  },
@@ -1,9 +1,12 @@
1
1
  [project]
2
2
  name = "fastpix_python"
3
- version = "1.1.0"
3
+ version = "1.1.1"
4
4
  description = "Python Client SDK Generated by fastpix."
5
- authors = [{ name = "fastpix" }]
5
+ authors = [
6
+ { name = "FastPix", email = "devs@fastpix.io" }
7
+ ]
6
8
  readme = "README.md"
9
+ license = { text = "Apache-2.0" }
7
10
  requires-python = ">=3.9.2"
8
11
  dependencies = [
9
12
  "httpcore >=1.0.9",
@@ -5,21 +5,18 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setup(
7
7
  name="fastpix_python",
8
- version="1.0.3",
8
+ version="1.1.1",
9
9
  packages=find_packages(),
10
10
  install_requires=[
11
- "requests>=2.25.0",
11
+ "httpcore>=1.0.9",
12
+ "httpx>=0.28.1",
13
+ "pydantic>=2.11.2",
12
14
  ],
13
- extras_require={
14
- 'async': [
15
- 'aiohttp>=3.8.0',
16
- ]
17
- },
18
- description="FastPix SDK with both sync and async support",
15
+ description="Python Client SDK Generated by fastpix.",
19
16
  long_description=long_description,
20
17
  long_description_content_type="text/markdown",
21
18
  author="FastPix",
22
- author_email="dev@fastpix.io",
19
+ author_email="devs@fastpix.io",
23
20
  url="https://github.com/FastPix/fastpix-python",
24
21
  project_urls={
25
22
  "GitHub": "https://github.com/FastPix/fastpix-python",
@@ -29,11 +26,12 @@ setup(
29
26
  classifiers=[
30
27
  "Development Status :: 3 - Alpha",
31
28
  "Intended Audience :: Developers",
32
- "License :: OSI Approved :: MIT License",
29
+ "License :: OSI Approved :: Apache Software License",
33
30
  "Programming Language :: Python :: 3",
34
- "Programming Language :: Python :: 3.7",
35
- "Programming Language :: Python :: 3.8",
36
31
  "Programming Language :: Python :: 3.9",
32
+ "Programming Language :: Python :: 3.10",
33
+ "Programming Language :: Python :: 3.11",
34
+ "Programming Language :: Python :: 3.12",
37
35
  ],
38
- python_requires=">=3.7",
36
+ python_requires=">=3.9.2",
39
37
  )
File without changes