Skip to main content

Python Worker SDK for tikeo

Project description

Tikeo Python Worker SDK 🐍

🇨🇳 中文 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


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.3.4.tar.gz (25.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tikeo-0.3.4-py3-none-any.whl (25.5 kB view details)

Uploaded Python 3

File details

Details for the file tikeo-0.3.4.tar.gz.

File metadata

  • Download URL: tikeo-0.3.4.tar.gz
  • Upload date:
  • Size: 25.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for tikeo-0.3.4.tar.gz
Algorithm Hash digest
SHA256 334d89ec770bed7de9073ac76f83079ba3f12e8a294deeb45619da4648898006
MD5 86c8bf77e1246c6c9e8c9b18547677d8
BLAKE2b-256 262133f55cb746887edbf5ceccae4372858657ce5677eb0b0ffa390e0ea14477

See more details on using hashes here.

File details

Details for the file tikeo-0.3.4-py3-none-any.whl.

File metadata

  • Download URL: tikeo-0.3.4-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

Hashes for tikeo-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b17abee2843aa6f2d42a45442b385a0aedcb74f8fd314109c6f406317dec9fe0
MD5 27422d7a2d314a5d11ae09155beb275a
BLAKE2b-256 54b59a9c9a1c8e9d22240ccf41369fe151a844aa5d1d7beaeaa1c67380f97c59

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page