Johnnydep: Python Dependency Tree Viewer

1.20.6 · active · verified Thu Apr 16

Johnnydep is a Python tool designed to display the dependency tree of Python distribution packages in a clear, tree-like structure. It helps developers efficiently manage project dependencies by visualizing all required components and their version constraints. The current version is 1.20.6, and it sees active development with frequent minor releases to support new `pip` versions and fix regressions.

Common errors

Warnings

Install

Imports

Quickstart

Display the dependency tree for the 'requests' package directly from the command line.

johnnydep requests

view raw JSON →