QuickPulse Python SDK for Research API (sync + async)
Project description
QuickPulse Python SDK
QuickPulse SDK for the Research API (sync + async), with robust error handling, retries (idempotent), and SSE streaming.
Install
pip install rsi-data-quickpulse
Usage
See examples in docstrings and below minimal snippet.
from rsi_data.quickpulse import QuickPulse
with QuickPulse(api_key="sk_live_...") as client:
resp = client.ask(query="Hello", idempotency_key="example-1")
print(resp.response)
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 rsi_data_quickpulse-0.1.0.tar.gz.
File metadata
- Download URL: rsi_data_quickpulse-0.1.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
360cf679499e9b4b99d7a0f247037225f3810cd25d7090428ada37b6d7f51e69
|
|
| MD5 |
7362af67cb6178a9a75587dd27999334
|
|
| BLAKE2b-256 |
83a6b231dcaaf6ca2ea28139bb0938f1d06a3faf5eacc3f76e3e24754cef35fa
|
File details
Details for the file rsi_data_quickpulse-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rsi_data_quickpulse-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88721465c4963ab1d328b74a8b14b1d364d137855531d94df18c82407c1b8c5e
|
|
| MD5 |
9f90f4f12ceb42531aa704601076f31c
|
|
| BLAKE2b-256 |
4873b0d6bb76b8790f924b95f6e3eb23c376f4219992b1d077418d4e299a8fc9
|