CelestialTree PyClient
一个轻量级的 Python 客户端,用于与 CelestialTree 交互,提供事件上报、血缘(lineage)追踪以及基础查询能力。
该客户端被设计为可嵌入到任务系统中(例如 CelestialFlow),用于记录并追踪任务在因果事件树中的完整生命周期。
功能特性
- 向 CelestialTree 服务发送结构化事件
- 追踪事件之间的父子关系
- 面向任务执行与编排系统进行设计
- 接口简洁、依赖极少的 Python 客户端
安装
pip install celestialtree
使用示例
from celestialtree import Client
client = Client(
base_url="http://localhost:7777",
)
event_id = client.emit(
event_type="task.success",
parents=[123456],
message="任务成功完成"
)
print(event_id)
Star 历史趋势(Star History)
如果对项目感兴趣的话,欢迎star。如果有问题或者建议的话, 欢迎提交Issues或者在Discussion中告诉我。
许可(License)
This project is licensed under the MIT License - see the LICENSE file for details.
作者(Author)
Author: Mr-xiaotian Email: mingxiaomingtian@gmail.com Project Link: https://github.com/Mr-xiaotian/celestialtree-pyclient
Release files for celestialtree 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| celestialtree-0.1.3.tar.gz | 12.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| celestialtree-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.6 kB
Release files / celestialtree-0.1.3.tar.gz
| Download URL | celestialtree-0.1.3.tar.gz |
|---|---|
| Size | 12.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
64721bd020dae60b208cec875119ea6d07ae0b641c78f58588b6171e591e2db8
|
|
BLAKE2b-256 checksum How to use checksums |
37c2ca1eb4e65bec935f64830e36724dd430fcb6f8364da59b292e511abe1f68
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.10.6 {"installer":{"name":"uv","version":"0.10.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / celestialtree-0.1.3-py3-none-any.whl
| Download URL | celestialtree-0.1.3-py3-none-any.whl |
|---|---|
| Size | 12.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
667f0efccb256cc5a8beb229ec199a1efde6f531b5264b5ba7ce1f816fb16cb3
|
|
BLAKE2b-256 checksum How to use checksums |
cc04d754e9d911686384844fb2737163f2212655f236e21d0154de43e263ed55
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.10.6 {"installer":{"name":"uv","version":"0.10.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|