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 質量中等偏上,核心功能實用且有安全審查。優點是功能清晰、使用主流工具、能解決依賴管理問題。不足是文件內容太少,只有簡單介紹,缺少實際使用例子,對新手不太友好。需要更詳細的操作指南才能發揮這個工具的價值。