chariot.video package

Submodules

chariot.video.video module

chariot.video.video.delete_video(video_id)[source]

delete_video deletes a video by video_id

chariot.video.video.get_videos(*, project_id: str, to_dict: bool = False, **kwargs)[source]

get_videos returns all videos in the requested project_id and kwargs, optionally converts results to_dict

chariot.video.video.upload_video(*, project_id: str, name: str, description: str, video_file: str)[source]

upload_video uploads the local video located at path video_file with the specified name, description, and project_id

Module contents