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.0.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.0.tar.gz.
File metadata
- Download URL: iricity_sdk-0.1.0.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 |
551bff24cec0a96ffb5efe1133f73b66b1bf6257ffc180a3addffaea2e75d8eb
|
|
| MD5 |
bc57b98d84161940410f1823008661f0
|
|
| BLAKE2b-256 |
631def851740de434a2bede390c7a95140e99c4d2b8158c4835e3f83dca2ab25
|
File details
Details for the file iricity_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iricity_sdk-0.1.0-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 |
50aad90e146d53f52fd5f92ea4ddb7998542eaa1685b535d6f0dfaddaebd5639
|
|
| MD5 |
e352bb939fcb1b72152a55851815e5ea
|
|
| BLAKE2b-256 |
d1ffcf8b57d663542b135a35e2b2955c69fe69c2d33dda4d36ea4ebcc2880732
|