Skip to main content

No project description provided

Project description

Move UGC Python SDK

wemake-python-styleguide Python version Tests Coverage CI Documentation Style

Full documentation

The full documentation is available at https://move-ai.github.io/move-ugc-python/latest/

Installation

With pip:

pip install move-ugc-python

With poetry:

poetry add move-ugc-python

Initialize with your API key

from move_ugc import MoveUgc
ugc = MoveUgc(api_key='<API_KEY>')

Create a file

video_file = ugc.files.create(file_type="mp4")
depth_file = ugc.files.create(file_type="move")

Retrieve a file

video_file = ugc.files.retrieve(file_id="<FILE_ID>")

Contribution Guide

Information for how someone can contribute to this project can be found in our documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

move_ugc_python-0.9.1.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

move_ugc_python-0.9.1-py3-none-any.whl (22.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page