# johnnydep を Homebrew でインストール

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
