Official Python SDK for iLoveVideoEditor — cloud video rendering API
Project description
iLoveVideoEditor Python SDK (High-Level Wrapper)
This is the official high-level Python SDK for iLoveVideoEditor. It wraps the auto-generated OpenAPI client with ergonomic method names, polling logic, and typed result objects.
Installation
pip install ilovevideoeditor-sdk
(Requires the generated OpenAPI client to be installed or bundled.)
Quick Start
from ilovevideoeditor import iLoveVideoEditorClient
client = iLoveVideoEditorClient(api_key="vf_live_xxx")
# Submit and poll until done
result = client.render(
{"name": "Hello", "layers": [...]},
on_progress=lambda status, progress: print(f"{status} — {progress}%"),
)
print(result.download_url)
Methods
client.queue_render(video_json)→ submit and return{"job_id", "status"}client.render(video_json, ...)→ submit + poll + returnRenderResultclient.get_render(job_id)→ get statusclient.refresh_url(job_id)→ fresh download URLclient.list_templates()→ list public templatesclient.get_template(id)→ get single template
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ilovevideoeditor_sdk-1.0.0.tar.gz.
File metadata
- Download URL: ilovevideoeditor_sdk-1.0.0.tar.gz
- Upload date:
- Size: 83.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23b8d411b31135398dbb4e6d889737850ee6603a5e61a0aad5730ab6904c0989
|
|
| MD5 |
b60e7a1937ca294c1188897e84ec1ce8
|
|
| BLAKE2b-256 |
a53ba7f40eaa0b80c3754bae5d5f67f40bc02a14efc00e0ccfcc4401fbe05d29
|
File details
Details for the file ilovevideoeditor_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ilovevideoeditor_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 261.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8341c5dddb9ddda9b4e13920a2ed3abad7380a0de77a2dfa29a5b8977502eca
|
|
| MD5 |
3300ee21d6bf450db777f0a8203fea8a
|
|
| BLAKE2b-256 |
b12f4efd54b64a521514f2ad76328832fa4ccdc2f01035106058309d7a469cb0
|