# 使用 Homebrew 安装 johnnydep

查看 johnnydep 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:johnnydep
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install johnnydep
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:johnnydep
- **软件包管理器:** Homebrew
- **版本:** 2.1.0
- **来源摘要:** Display dependency tree of Python distribution
- **主页:** <https://github.com/wimglenn/johnnydep>
- **最后更新:** 2026-05-22T22:35:08Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- johnnydep (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.1.0
## 项目历史与用法

Johnnydep is a small Python packaging utility for pretty-printing the dependency tree of a Python distribution. Its README demonstrates resolving packages such as requests and boto3 into tree output, and it can also emit pinned dependency output for resolver-oriented workflows.

### 项目历史

The wimglenn/johnnydep repository was created in 2018, and PyPI records the first 0.1a0 upload on March 22, 2018. The project has stayed focused on one narrow job: ask Python packaging metadata and resolvers what a distribution depends on, then display that dependency graph in a human-readable form.

### 采用历史

Johnnydep's adoption is niche but practical: it is published on PyPI for Python users and packaged by Homebrew for command-line installation on macOS and Linux. The Homebrew formula describes the same narrow purpose and packages it with Python, libyaml, certifi, and uv-related resolver support.

### 使用方式

Users run johnnydep with a distribution name to inspect immediate and transitive dependencies, summaries, and optional pinned output. It fits the debugging space between pip metadata, lockfile generation, and tools such as pipdeptree.

### 为什么软件包爱好者会关心

Johnnydep is a package-nerd tool because it exists to make package metadata visible. It is not a general dependency manager; its value is the short feedback loop when someone wants to understand why installing one Python distribution pulls in a particular stack.

### 时间线

- 2018: The GitHub repository was created.
- 2018: Version 0.1a0 was uploaded to PyPI.
- 2026: PyPI recorded the 2.1.0 release.

### Related projects

- Related projects and standards include PyPI, Python core metadata, the Simple Repository API, wheel metadata, uv, unearth, pip, and pipdeptree.

### 来源

- <https://api.github.com/repos/wimglenn/johnnydep>
- <https://formulae.brew.sh/formula/johnnydep>
- <https://github.com/wimglenn/johnnydep>
- <https://pypi.org/pypi/johnnydep/json>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/johnnydep.yml](https://github.com/mxcl/pkgdb/blob/main/combined/johnnydep.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
