Python Dev Engine
Python project routing for Web API/crawler/automation/data/CLI. FastAPI/Django/Flask selection, async patterns, deployment strategies.
Install
cmdop skills install agensi-python-dev-engine
Python project routing for Web API/crawler/automation/data/CLI. FastAPI/Django/Flask selection, async patterns, deployment strategies.
输入: 项目需求 → 输出: 框架+并发模型+部署方案+数据库选择决策流程:│├─ 是Web API/微服务吗?│ ├─ Yes → FastAPI + asyncio + Docker + PostgreSQL│ └─ No│├─ 需要Admin后台/用户系统/认证吗?│ ├─ Yes → Django 5.x + WSGI/ASGI + Docker + MySQL/PostgreSQL