name: "Python 依赖图解析器" slug: "python-dependency-graph-resolver" version: "1.0.0" displayName: "Python 依赖图解析器" summary: "使用pip、pipdeptree和PyPI JSON API解析和可视化Python包依赖图。检测版本冲突、循环依赖和易受攻击的传递依赖。" license: "MIT" description: "使用pip、pipdeptree和PyPI JSON API解析和可视化Python包依赖图。检测版本冲突、循环依赖和易受攻击的传递依赖。" github_stars: 2996 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" author: "1991513ccie-png" category: "Library & API Reference" framework: "Custom Agents" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 2996
Resolves and visualizes Python package dependency graphs using pip, pipdeptree, and the PyPI JSON API. Detects version conflicts, circular dependencies, and vulnerable transitive dependencies.
Python, pip
Use the upstream install or setup path that matches your environment: - pip install pipdeptree
Requirements and caveats from upstream:
-
- A command-line utility for displaying installed Python packages as a dependency tree. While pip freeze shows a flat
Basic usage or getting-started notes: - bash - pipdeptree - text
来源于7w4.net。
这个 Skill 质量中等偏上,核心功能实用且有安全审查。优点是功能清晰、使用主流工具、能解决依赖管理问题。不足是文档内容太少,只有简单介绍,缺少实际使用例子,对新手不太友好。需要更详细的操作指南才能发挥这个工具的价值。