Metadata-Version: 2.4
Name: tikeo
Version: 0.1.906
Summary: Python Worker SDK for tikeo
Author: tikeo contributors
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/yhyzgn/tikeo
Project-URL: Repository, https://github.com/yhyzgn/tikeo
Project-URL: Issues, https://github.com/yhyzgn/tikeo/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: grpcio>=1.76.0
Requires-Dist: grpcio-tools>=1.76.0
Requires-Dist: protobuf>=6.0.0
Requires-Dist: requests>=2.32.0
Provides-Extra: test
Requires-Dist: pytest>=9.0.0; extra == "test"

# tikeo Python Worker SDK

Python SDK aligned with the Rust, Go, and Java Worker SDKs.

Highlights:

- Worker Tunnel client with structured capabilities.
- Task processors with precise task-scoped logs.
- Management API client using `x-tikeo-api-key`.
- Script runners for SRT, Deno, container, local development, and fail-closed unavailable handlers.
- Default script sandbox resolution: `srt` for shell/Python/PowerShell/PHP/Groovy/Rhai, `deno` for JavaScript/TypeScript.

```bash
python -m pip install -e .[test]
python -m pytest
```
