Thin Python client for Iricity machine-payment flows.
Project description
iricity-sdk
Thin Python client for:
- catalog
- quote
- execute
- wait
- provenance-aware settled responses
Install from repo
pip install ./apps/sdk-python
Publish-ready install target
pip install iricity-sdk
Example
from iricity_sdk import IricityClient
client = IricityClient(api_key="your_api_key")
result = client.run(
"analysis-job",
{
"primary": {
"documentText": "Paste your source text here...",
"goal": "Summarize key points and actions",
"audience": "Operations leadership",
},
"options": {
"outputMode": "brief",
"urgency": "normal",
"includeArtifacts": False,
},
},
wait=True,
)
print(result)
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
iricity_sdk-0.1.2.tar.gz
(3.8 kB
view details)
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 iricity_sdk-0.1.2.tar.gz.
File metadata
- Download URL: iricity_sdk-0.1.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70dfacf23339fab81e4b0d11a98c76384296ba388eb927a75f14f522b63d8e1e
|
|
| MD5 |
94a0c03aef9f0060d0253832da9a0aa4
|
|
| BLAKE2b-256 |
39d424187cc31f617a8f51939eff3520e2c92a9648323f3226f6fdbf721b4467
|
File details
Details for the file iricity_sdk-0.1.2-py3-none-any.whl.
File metadata
- Download URL: iricity_sdk-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7967039ea2c383f73d4c45c21e96a00f8480d9b9c44cbae2ddf78d322e98cfac
|
|
| MD5 |
dc960f676870e922afbd47240bded13a
|
|
| BLAKE2b-256 |
1470fc785a409b3ad570a2d0b8a2cafbfaac7d335aa305946a45c55af0de9e21
|