docs: 对齐 README 与实际代码状态, 清理过期文档 — 移除未实现的 YAML 编排特性声明与整章, 修正覆盖率徽章 100%→97%, 修正依赖描述(实际 rich+typer+typing-extensions, 无 PyYAML), 修正 CLI 模块路径(profiler/emlmanager 已迁至 cli/legacy/); 归档 iter-01~05 迭代记录(设计决策已存 project_memory.md), 删除过期重构计划文档; 保留 typing_extensions 守卫(3.12/3.13 前向兼容非 3.8 死代码)
CI / Lint, Typecheck & Test (push) Has been cancelled

This commit is contained in:
2026-07-07 11:11:04 +08:00
parent 505e40012e
commit 8cfdef7516
14 changed files with 102 additions and 741 deletions
+1 -3
View File
@@ -17,9 +17,8 @@ PyFlowX 是一个轻量、类型安全的 DAG 任务调度器:**参数名就
- **断点续跑** —— ``MemoryBackend`` / ``JSONBackend``,成功结果可缓存复用
- **命令任务** —— ``cmd`` 参数直接执行外部命令
- **条件执行** —— ``conditions`` 按平台、环境变量等条件跳过任务
- **YAML 任务编排** —— GitHub Actions 风格声明式任务图
- **pf 统一 CLI** —— ``pf <tool> [command]`` 调用所有工具
- **最小依赖** —— 仅依赖标准库 + PyYAML
- **最小依赖** —— ``rich`` + ``typer`` + ``typing-extensions``3.13 以下)
文档导航
--------
@@ -38,7 +37,6 @@ PyFlowX 是一个轻量、类型安全的 DAG 任务调度器:**参数名就
guide/task
guide/graph
guide/execution
guide/yaml
guide/cli
.. toctree::
+1 -1
View File
@@ -1,7 +1,7 @@
安装
====
PyFlowX 支持 Python 3.8+,仅依赖标准库与 PyYAML(3.8 额外需要 ``graphlib_backport`` ``typing-extensions``)。
PyFlowX 支持 Python 3.10+,运行时依赖 ``rich````typer`` ``typing-extensions``3.13 以下)。
pip 安装
--------