Official WAVE SDK for Python - 33 API modules for streaming, production, analytics, and more
Project description
WAVE SDK for Python
Official Python SDK for the WAVE API by WAVE Online, LLC
Installation
pip install wave-av-sdk
Quick start
from wave import Wave
wave = Wave(api_key="your-api-key", organization_id="org_123")
# Create and start a live stream
stream = wave.pipeline.create(title="My Stream", protocol="webrtc")
wave.pipeline.start(stream.id)
health = wave.pipeline.get_health(stream.id)
print(f"Viewers: {health['viewer_count']}")
# Create a virtual camera from NDI
device = wave.prism.create_device(
name="PTZ Camera 1",
type="camera",
source_protocol="ndi",
source_endpoint="NDI-CAM-1",
node_id="node_abc",
ptz_enabled=True,
)
# Get analytics
viewers = wave.pulse.get_viewer_analytics(time_range="24h")
All 33 APIs
P1 - Core
| API | Description |
|---|---|
wave.pipeline |
Live streaming engine |
wave.studio |
Multi-camera production |
P2 - Enterprise
| API | Description |
|---|---|
wave.fleet |
Device fleet management |
wave.ghost |
AI auto-directing |
wave.mesh |
Multi-region failover |
wave.edge |
CDN and edge workers |
wave.pulse |
Analytics and BI |
wave.prism |
Virtual Device Bridge |
wave.zoom |
Zoom integration |
P3 - Content & Commerce
| API | Description |
|---|---|
wave.clips |
Video clips |
wave.editor |
Video editor |
wave.voice |
Voice synthesis |
wave.phone |
Phone calls |
wave.collab |
Collaboration |
wave.captions |
Auto-captions |
wave.chapters |
Video chapters |
wave.studio_ai |
AI assistant |
wave.transcribe |
Transcription |
wave.sentiment |
Sentiment analysis |
wave.search |
Content search |
wave.scene |
Scene detection |
wave.vault |
Recording storage |
wave.marketplace |
Marketplace |
wave.connect |
Integrations |
wave.distribution |
Social simulcast |
wave.desktop |
Desktop Node |
wave.signage |
Digital signage |
wave.qr |
QR codes |
wave.audience |
Polls/Q&A |
wave.creator |
Monetization |
P4 - Specialized
| API | Description |
|---|---|
wave.podcast |
Podcast production |
wave.slides |
Slides-to-video |
wave.usb |
USB relay |
Error handling
from wave import WaveError, RateLimitError
try:
wave.pipeline.get("invalid-id")
except RateLimitError as e:
print(f"Rate limited. Retry after {e.retry_after}s")
except WaveError as e:
print(f"{e.code}: {e.message} ({e.status_code})")
Requirements
- Python 3.9+
- httpx
- pydantic
License
MIT - WAVE Online, LLC
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 wave_av_sdk-2.0.0.tar.gz.
File metadata
- Download URL: wave_av_sdk-2.0.0.tar.gz
- Upload date:
- Size: 30.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db64ba826b4ec59e136403f94df895f54c8f0ed77e610382b8b22a35d10419c6
|
|
| MD5 |
ba296193fb3b2da9f663e46b065c339e
|
|
| BLAKE2b-256 |
4f8f385cbc4186134a5db87df84160168ceb85514d3a8c644a1babab4ca8f6e4
|
Provenance
The following attestation bundles were made for wave_av_sdk-2.0.0.tar.gz:
Publisher:
publish-pypi.yml on wave-av/sdks
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wave_av_sdk-2.0.0.tar.gz -
Subject digest:
db64ba826b4ec59e136403f94df895f54c8f0ed77e610382b8b22a35d10419c6 - Sigstore transparency entry: 1689159662
- Sigstore integration time:
-
Permalink:
wave-av/sdks@5d2bbdc1716b9c6953d4a2a3eab9905b2ee946f8 -
Branch / Tag:
refs/tags/sdk-python-v2.0.0 - Owner: https://github.com/wave-av
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@5d2bbdc1716b9c6953d4a2a3eab9905b2ee946f8 -
Trigger Event:
push
-
Statement type:
File details
Details for the file wave_av_sdk-2.0.0-py3-none-any.whl.
File metadata
- Download URL: wave_av_sdk-2.0.0-py3-none-any.whl
- Upload date:
- Size: 47.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b4a0e50de094763c449edfbefa3f04cca1dbb042351b417473fd1516c2f7b74
|
|
| MD5 |
042fd54afabbe0c11e027422e54d8aec
|
|
| BLAKE2b-256 |
b8c0401db88a56cb326c661e52b3a8251f670ffba71f8dc1793eab444424da26
|
Provenance
The following attestation bundles were made for wave_av_sdk-2.0.0-py3-none-any.whl:
Publisher:
publish-pypi.yml on wave-av/sdks
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wave_av_sdk-2.0.0-py3-none-any.whl -
Subject digest:
0b4a0e50de094763c449edfbefa3f04cca1dbb042351b417473fd1516c2f7b74 - Sigstore transparency entry: 1689159723
- Sigstore integration time:
-
Permalink:
wave-av/sdks@5d2bbdc1716b9c6953d4a2a3eab9905b2ee946f8 -
Branch / Tag:
refs/tags/sdk-python-v2.0.0 - Owner: https://github.com/wave-av
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@5d2bbdc1716b9c6953d4a2a3eab9905b2ee946f8 -
Trigger Event:
push
-
Statement type: