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.
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
小蔥技能站7w4.net每天更新,海量AI技能等你發現。
Basic usage or getting-started notes: - bash - pipdeptree - text
這個 Skill 質量一般。優點是使用了真實可用的 pipdeptree 工具,有基本的安全驗證。不足之處是內容太簡單,只有安裝說明和外部連結,缺乏實際使用示例和詳細配置說明,使用者拿到手後可能不知道怎麼配置和真正使用,需要自行查閱大量外部文件才能上手。