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.1.tar.gz
(3.7 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.1.tar.gz.
File metadata
- Download URL: iricity_sdk-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42a06c4d13ca5d6b4f71a7e453fe182f3f207b395ae6c2638ad022aa95dc0b2c
|
|
| MD5 |
9e191aa5c899e76b0a1b4818e46e1fc8
|
|
| BLAKE2b-256 |
6fec35a13c5e0b30fedb688ba756c71c204fa1c0268b2b5dc638e1c663bf680e
|
File details
Details for the file iricity_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: iricity_sdk-0.1.1-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 |
0ddf40a3cfb2ddc241b4e591cb97012b56c6df196d4443ff262627087b78d4a2
|
|
| MD5 |
8b05eb1b87ea1a8b68ec55205bac6dde
|
|
| BLAKE2b-256 |
f520a93bd1b0e93bcd8254ea3283207335987dd4ccca30fea9de37cbe962d7c3
|