Universal Python SDK for OmniStream - one key, every API. Discover and call any marketplace API.
Project description
omnistream (Python)
The universal OmniStream SDK for Python. One Omni key reaches every API on the marketplace.
pip install omnistream
from omnistream import Omni
omni = Omni("omni_live_...") # your Omni key (dashboard or `omni keys`)
print(omni.call("skinapi", "status"))
print(omni.call("skinapi", "items-search", params={"q": "ak 47"}))
call(slug, operation, params=..., body=...) proxies through the OmniStream gateway, which
resolves the endpoint and injects the upstream credential. Passing body sends a POST.
Point at a different gateway with Omni(token, base="https://your-gateway").
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 omnistream_sdk-0.2.0.tar.gz.
File metadata
- Download URL: omnistream_sdk-0.2.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85beabb55bc5c52e279865d067b570d4d3f268cb18e22f66ded60e116b147742
|
|
| MD5 |
25d246aafbf873131255eba911440e2d
|
|
| BLAKE2b-256 |
d59f38668e9025ef9462b685aea3003a575b768baf856680b23d825e18a40b06
|
File details
Details for the file omnistream_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: omnistream_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d0be4a1f7c00fd79b2b70f1cbdf9b62d6d813ae2a7eeba8eebfbaa75841b0ea
|
|
| MD5 |
0d3eeadbff143d441fcb09df681e386c
|
|
| BLAKE2b-256 |
e2a022358d4f9c0dcd6abeb13fd507027f76bf28a8f3a4a02465c6162a179511
|