Python Worker SDK for tikeo
Project description
Tikeo Python Worker SDK 🐍
Python SDK aligned with the Java, Rust, Go, and Node.js Worker SDKs.
Runtime requirements
- Python 3.11+ is required by
pyproject.toml. - CI verifies the SDK and demo with Python 3.12.
Features
- Worker Tunnel client with structured capabilities.
- Task processors and precise task-scoped logs.
- Standard-library SDK diagnostics through
configure_logging(LogConfig.from_env()). - Optional SDK file output to
tikeo-sdk.log. - Management API client using
x-tikeo-api-key. - SRT/Deno/container/local script runners and fail-closed unavailable handlers.
Usage
from tikeo import Client, LogConfig, configure_logging, local_config
configure_logging(LogConfig.from_env())
config = local_config("http://127.0.0.1:9998", "orders-python-1")
config.namespace = "dev-alpha"
config.app = "orders"
config.add_sdk_processor("demo.echo")
client = Client(config)
Operational cautions
- Do not log API keys or raw payloads through SDK diagnostics.
- Use task context logging for execution output that belongs in instance logs.
- Keep script runners fail-closed when sandbox tools are unavailable.
Verification
python -m pip install -e .[test]
python -m pytest
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
tikeo-0.2.12.tar.gz
(25.9 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
tikeo-0.2.12-py3-none-any.whl
(25.5 kB
view details)
File details
Details for the file tikeo-0.2.12.tar.gz.
File metadata
- Download URL: tikeo-0.2.12.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0053b8e99c1242d007096c55570713f8fc7e6d5ef90a2e8e6e5eff948c4c3e09
|
|
| MD5 |
e6a50bba6c0a42dc4e3aef5edc4debd5
|
|
| BLAKE2b-256 |
5ae2896a30a3da999d10341016af26478ca6199c0afe536e06bd7df4b64f5f9b
|
File details
Details for the file tikeo-0.2.12-py3-none-any.whl.
File metadata
- Download URL: tikeo-0.2.12-py3-none-any.whl
- Upload date:
- Size: 25.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
989a22649c78ae8d2a8cf74e15df625bd5bc98d1c3e7cd12dc84dea91f1296d4
|
|
| MD5 |
ce0c8274e95f02192172669068a5e3e5
|
|
| BLAKE2b-256 |
b80c98c10e92e907813e8c447e4b07c7b3e57dc4bae0fb9c8f870ace33fc27c5
|