Resolves and visualizes Python package dependency graphs using pip, pipdeptree, and the PyPI JSON API. Detects version conflicts, circular dependencies, and vulnerable transitive dependencies.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill python-dependency-graph-resolver --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Python Dependency Graph Resolver?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-python-dependency-graph-resolver)More formats (shields.io, HTML) on the badges page.
---
name: "Python Dependency Graph Resolver"
slug: "python-dependency-graph-resolver"
description: "Resolves and visualizes Python package dependency graphs using pip, pipdeptree, and the PyPI JSON API. Detects version conflicts, circular dependencies, and vulnerable transitive dependencies."
github_stars: 2996
verification: "security_reviewed"
source: "https://github.com/tox-dev/pipdeptree"
author: "tox-dev"
category: "Library & API Reference"
framework: "Custom Agents"
tool_ecosystem:
github_repo: "tox-dev/pipdeptree"
github_stars: 2996
---
# Python Dependency Graph Resolver
Resolves and visualizes Python package dependency graphs using pip, pipdeptree, and the PyPI JSON API. Detects version conflicts, circular dependencies, and vulnerable transitive dependencies.
## Prerequisites
Python, pip
## Installation
Use the upstream install or setup path that matches your environment:
- pip install pipdeptree
Requirements and caveats from upstream:
- [](https://pypi.org/project/pipdeptree)
- 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
- Source: https://github.com/tox-dev/pipdeptree
- Extracted from upstream docs: https://raw.githubusercontent.com/tox-dev/pipdeptree/HEAD/README.md
## Documentation
- https://pipdeptree.readthedocs.io/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/python-dependency-graph-resolver/)
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!