python-pipdeptree
Port variant v14
Summary Utility to show package dependency tree (3.14)
Package version 2.34.0
Homepage https://github.com/tox-dev/pipdeptree
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v13
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 24 MAR 2026, 14:46:45 UTC
Port created 03 JAN 2023, 14:55:16 UTC
Subpackage Descriptions
single # pipdeptree [PyPI] [![PyPI - Python Version]](https://pypi.org/project/pipdeptree) [Downloads] [Documentation] [![PyPI - License]](https://opensource.org/licenses/MIT) [check] A command-line utility for displaying installed Python packages as a dependency tree. While `pip freeze` shows a flat list, `pipdeptree` reveals which packages are top-level and what they depend on, including conflicting or circular dependencies. ## Quick start `bash pip install pipdeptree pipdeptree ` ```text Flask==0.10.1 - itsdangerous [required: >=0.21, installed: 0.24] - Jinja2 [required: >=2.4, installed: 2.11.2] - MarkupSafe [required: >=0.23, installed: 0.22] - Werkzeug [required: >=0.7, installed: 0.11.2] ``` Find out why a package is installed: ```bash pipdeptree --reverse --packages markupsafe ``` Output as JSON, Mermaid, or Graphviz: ```bash pipdeptree -o json pipdeptree -o mermaid pipdeptree -o graphviz-svg > deps.svg ``` For the full documentation, visit [pipdeptree.readthedocs.io]. - [Documentation] - [Installation] - [Usage] - [Changelog] - [Issues] - [PyPI] - [GitHub]
Configuration Switches (platform-specific settings discarded)
PY313 OFF Build using Python 3.13 PY314 ON Build using Python 3.14
Package Dependencies by Type
Build (only) python314:dev:std
python-pip:single:v14
autoselect-python:single:std
Build and Runtime python314:primary:std
Runtime (only) python-packaging:single:v14
Download groups
main mirror://PYPIWHL/fc/e7/6d83535bc50609473af9fcc687bb2b31b3d2dcf416ac9e11b8a113989d51
Distribution File Information
4f5b77c07871103f6cf3c402093263609cbfd4e2ce3402bc8b9a7e984b2c6265 44858 python-src/pipdeptree-2.34.0-py3-none-any.whl
Ports that require python-pipdeptree:v14
No other ports depend on this one.