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.
- fastpix_python-1.1.0/README.md → fastpix_python-1.1.1/PKG-INFO +29 -25
- fastpix_python-1.1.0/fastpix_python.egg-info/PKG-INFO → fastpix_python-1.1.1/README.md +10 -43
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/sdk.py +15 -15
- {fastpix_python-1.1.0 → fastpix_python-1.1.1/fastpix_python.egg-info}/PKG-INFO +16 -30
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/pyproject.toml +5 -2
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/setup.py +11 -13
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/LICENSE +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/__init__.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/_hooks/__init__.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/_hooks/sdkhooks.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/_hooks/types.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/_version.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/basesdk.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/dimensions.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/drm_configurations.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/__init__.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/badrequest_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/duplicatemp4support_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/duplicatereferenceiderrorresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/enable_live_streamop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/fastpixdefaulterror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/fastpixerror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/forbidden_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/forbiddenresponse_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/invalidpermission_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/invalidplaylistidresponse_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/livenotfounderror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/mediaclipnotfound_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/medianotfound_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/mediaorplaybacknotfound_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/no_response_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/notfounderror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/notfounderrorplaybackid.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/notfounderrorsimulcast.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/responsevalidationerror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/signingkeynotfounderror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/simulcastunavailable_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/streamalreadydisablederror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/streamalreadyenablederror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/trackduplicaterequest_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/trialplanrestrictionerror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/unauthorized_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/unauthorizedresponse_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/validationerrorresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/viewnotfound_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/httpclient.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/in_video_ai_features.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/input_video.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/live_playback.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/manage_live_stream.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/manage_videos.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/metrics.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/__init__.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/accesspolicy.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/add_media_to_playlistop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/add_media_trackop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/addtrackrequest.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/addtrackresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/audioinput.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/badrequest_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/basicaccesspolicy.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/browsernamedimensiondetails.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/cancel_uploadop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/change_media_order_in_playlistop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/chaptersresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/complete_live_streamop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/create_media_playback_idop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/create_playbackid_of_streamop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/create_simulcast_of_streamop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createlivestreamrequest.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createmediarequest.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createmediaresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createmediasuccessresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createplaylistrequest.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/createsigningkeyresponsedto.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/datapagination.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/daterange.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_a_playlistop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_live_streamop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_media_from_playlistop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_media_playback_idop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_media_trackop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_mediaop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_playbackid_of_streamop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_signing_keyop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/delete_simulcast_of_streamop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/deletesigningkeyresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/direct_upload_video_mediaop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/directupload.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/directuploadresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/disable_live_streamop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/domainrestrictions.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/drmidresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/duplicatemp4support_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/duplicatereferenceiderrorresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/enable_live_streamop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/errordetails.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/fielderror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/forbidden_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/forbiddenresponse_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/generate_subtitle_trackop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/generatetrackresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_all_playlistsop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_all_streamsop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_data_viewlist_current_views_filterop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_data_viewlist_current_views_gettimeseriesviewsop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_live_stream_by_idop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_live_stream_playback_idop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_live_stream_viewer_count_by_idop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_media_clipsop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_mediaop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_playback_idop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_playlist_by_idop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_signing_key_by_idop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_specific_simulcast_of_streamop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_timeseries_dataop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/get_video_view_detailsop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getallplaylistsresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getallsigningkeyresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getallsigningkeyresponsedto.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getcreatelivestreamresponsedto.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getdrmconfigurationbyidop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getdrmconfigurationop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getpublicpemusingsigningkeyidresponsedto.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/getstreamsresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/invalidpermission_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/invalidplaylistidresponse_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/languagecode.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_breakdown_valuesop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_by_top_contentop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_comparison_valuesop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_dimensionsop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_errorsop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_filter_values_for_dimensionop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_live_clipsop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_mediaop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_overall_valuesop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_signing_keysop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_uploadsop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/list_video_viewsop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/livenotfounderror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/livestreamdeleteresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/livestreamgetresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/livestreampagination.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/livestreamresponsedto.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/media.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/mediacancelresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/mediaclipnotfound_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/mediaclipresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/mediaidsrequest.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/medianotfound_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/mediaorplaybacknotfound_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/mediatype.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/metricsbreakdowndetails.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/metricscomparisondetails.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/metricsoveralldatadetails.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/metricsoverallmetadatadetails.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/metricstimeseriesdatadetails.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/metricstimeseriesmetadatadetails.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/moderationresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/namedentitiesresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/notfounderror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/notfounderrorplaybackid.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/notfounderrorsimulcast.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/pagination.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/patchlivestreamrequest.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/patchresponsedata.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/patchresponsedto.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playbackid.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playbackidrequest.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playbackidresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playbackidsuccessresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playbacksettings.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playlistbyidresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playlistcreatedresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playlistcreatedschema.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playlistitem.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/playlistorder.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/policyaction.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/retrievemediainputinfoop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/security.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/signingkeynotfounderror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/signingkeyworkspacedto.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/simulcastdeleteresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/simulcastrequest.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/simulcastresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/simulcastunavailable_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/simulcastupdaterequest.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/simulcastupdateresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/singingkeyspagination.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/sortorder.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/srtplaybackresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/streamalreadydisablederror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/streamalreadyenablederror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/subtitleinput.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/successresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/summaryresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/toperrordetails.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/track.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/trackduplicaterequest_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/tracksubtitlesgeneraterequest.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/trialplanrestrictionerror.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/unauthorized_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/unauthorizedresponse_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_a_playlistop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_live_streamop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_media_chaptersop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_media_moderationop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_media_named_entitiesop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_media_summaryop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_media_trackop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/update_specific_simulcast_of_streamop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/updated_mediaop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/updated_mp4supportop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/updated_source_accessop.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/updateplaylistrequest.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/updatetrackrequest.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/updatetrackresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/useragentrestrictions.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/videoinput.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/viewnotfound_error.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/views.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/viewsbytopcontentdetails.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/viewscountresponse.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/viewslist.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/models/watermarkinput.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/playback.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/playlist.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/py.typed +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/sdkconfiguration.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/signing_keys.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/simulcast_stream.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/start_live_stream.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/types/__init__.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/types/basemodel.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/__init__.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/annotations.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/datetimes.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/enums.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/eventstreaming.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/forms.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/headers.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/logger.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/metadata.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/queryparams.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/requestbodies.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/retries.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/security.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/serializers.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/unmarshal_json_response.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/url.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/utils/values.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/views_sdk.py +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python.egg-info/SOURCES.txt +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python.egg-info/dependency_links.txt +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python.egg-info/requires.txt +0 -0
- {fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python.egg-info/top_level.txt +0 -0
- {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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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": ("
|
|
84
|
-
"manage_videos": ("
|
|
83
|
+
"input_video": ("fastpix_python.input_video", "InputVideo"),
|
|
84
|
+
"manage_videos": ("fastpix_python.manage_videos", "ManageVideos"),
|
|
85
85
|
"in_video_ai_features": (
|
|
86
|
-
"
|
|
86
|
+
"fastpix_python.in_video_ai_features",
|
|
87
87
|
"InVideoAIFeatures",
|
|
88
88
|
),
|
|
89
|
-
"playback": ("
|
|
90
|
-
"playlist": ("
|
|
89
|
+
"playback": ("fastpix_python.playback", "Playback"),
|
|
90
|
+
"playlist": ("fastpix_python.playlist", "Playlist"),
|
|
91
91
|
"drm_configurations": (
|
|
92
|
-
"
|
|
92
|
+
"fastpix_python.drm_configurations",
|
|
93
93
|
"DRMConfigurations",
|
|
94
94
|
),
|
|
95
|
-
"start_live_stream": ("
|
|
96
|
-
"manage_live_stream": ("
|
|
97
|
-
"live_playback": ("
|
|
98
|
-
"simulcast_stream": ("
|
|
99
|
-
"signing_keys": ("
|
|
100
|
-
"views": ("
|
|
101
|
-
"dimensions": ("
|
|
102
|
-
"metrics": ("
|
|
103
|
-
"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.
|
|
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:
|
|
7
|
-
Author-email:
|
|
8
|
-
|
|
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
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
3
|
+
version = "1.1.1"
|
|
4
4
|
description = "Python Client SDK Generated by fastpix."
|
|
5
|
-
authors = [
|
|
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.
|
|
8
|
+
version="1.1.1",
|
|
9
9
|
packages=find_packages(),
|
|
10
10
|
install_requires=[
|
|
11
|
-
"
|
|
11
|
+
"httpcore>=1.0.9",
|
|
12
|
+
"httpx>=0.28.1",
|
|
13
|
+
"pydantic>=2.11.2",
|
|
12
14
|
],
|
|
13
|
-
|
|
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="
|
|
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 ::
|
|
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.
|
|
36
|
+
python_requires=">=3.9.2",
|
|
39
37
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/duplicatemp4support_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/forbiddenresponse_error.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/invalidpermission_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/mediaclipnotfound_error.py
RENAMED
|
File without changes
|
|
File without changes
|
{fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/mediaorplaybacknotfound_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/notfounderrorplaybackid.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/notfounderrorsimulcast.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/responsevalidationerror.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/signingkeynotfounderror.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.0 → fastpix_python-1.1.1}/fastpix_python/errors/simulcastunavailable_error.py
RENAMED
|
File without changes
|