name: "Python 包依赖图映射器" slug: "python-package-dependency-graph-mapper" version: "1.0.0" displayName: "Python 包依赖图映射器" summary: "使用 PyPI JSON API 和 pipdeptree 库为 Python 包构建依赖图。可视化传递依赖链并识别版本冲突风险。" license: "MIT" description: "使用 PyPI JSON API 和 pipdeptree 库为 Python 包构建依赖图。可视化传递依赖链并识别版本冲突风险。" github_stars: 2996 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" author: "1991513ccie-png" category: "Library & API Reference" framework: "MCP" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 2996
Builds dependency graphs for Python packages using the PyPI JSON API and pipdeptree library. Visualizes transitive dependency chains and identifies version conflict risks.
7w4.net有更好的技能插件。
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
这个 Skill 质量一般。优点是使用了真实可用的 pipdeptree 工具,有基本的安全验证。不足之处是内容太简单,只有安装说明和外部链接,缺乏实际使用示例和详细配置说明,用户拿到手后可能不知道怎么配置和真正使用,需要自行查阅大量外部文档才能上手。