III SDK for Python
Project description
III SDK for Python
Python SDK for the III Engine.
Installation
pip install iii-sdk
Usage
from iii import III, Logger
# Create an III SDK instance
iii = III("ws://localhost:8080")
# Register a function
@iii.function("my.function")
async def my_function(data):
return {"result": "success"}
# Invoke a function
result = await iii.call("other.function", {"param": "value"})
Build & Publish
python -m build
uv publish --index cloudsmith dist/*
Features
- WebSocket-based communication with III Engine
- Function registration and invocation
- Trigger registration
- Context-aware logging
- Async/await support
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 iii_sdk-0.0.5a20260210120830.tar.gz.
File metadata
- Download URL: iii_sdk-0.0.5a20260210120830.tar.gz
- Upload date:
- Size: 47.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
903da5ccff9286a2dd3a5e7408e54408d1ebd1994463e0c208b6e0d4ae98f5f4
|
|
| MD5 |
ee6ff1ce584db637d8120e50fbcac8ab
|
|
| BLAKE2b-256 |
40f19de8a840ea58fb6a2d40bafa92f950416db2ea655c572b46a0e339a250fc
|
File details
Details for the file iii_sdk-0.0.5a20260210120830-py3-none-any.whl.
File metadata
- Download URL: iii_sdk-0.0.5a20260210120830-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57a0e3a3ca733a2ba6ced9106fba39c5f70c149d18cee0404052d6832bc0e44f
|
|
| MD5 |
1805223762347d8cfe09fca98ad8c396
|
|
| BLAKE2b-256 |
d0c3f5b7bb03fe30795f61aeaaac173cab63e670474796ea3d4fe6329e8d3e7d
|