# 使用 Homebrew, apt, dnf, MacPorts, Nix 安装 jello

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

## 安装

```sh
sudo av install brew:jello
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install jello
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jello
```

  证据: MacPorts ports tree: sysutils/jello/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install jello
```

  证据: Debian stable package indexes: jello from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install jello
```

  证据: Fedora Rawhide package metadata: jello from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#jello
```

  证据: nixpkgs package indexes: jello from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## 软件包事实

- **软件包键:** brew:jello
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/jello>
- **版本:** 1.6.1
- **来源摘要:** Filter JSON and JSON Lines data with Python syntax
- **主页:** <https://github.com/kellyjonbrazil/jello>
- **仓库:** <https://github.com/kellyjonbrazil/jello>
- **上游文档:** <https://github.com/kellyjonbrazil/jello#readme>
- **许可证:** MIT
- **源码归档:** <https://files.pythonhosted.org/packages/fb/5e/fe41641ce367cb8b57a6514372fffd7aed4a8c916cd7dc0bb7e9ae8f6ae2/jello-1.6.1.tar.gz>
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- jello (cli)
- jello (别名)

## 依赖

- python@3.14

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 all

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 1.6.1
- 本地数据: OK
- 上游仓库: https://github.com/kellyjonbrazil/jello
- 信息: No package-manager update timestamp was available.
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

jello is a command-line JSON and JSON Lines filter that uses Python expressions instead of jq's filter language. The README describes it as similar to jq, but with standard Python dict and list syntax.

### 项目历史

Kelly Brazil introduced jello in March 2020 as part of a set of structured-data command-line tools that also included jc and jtbl. In the author blog post, Brazil explains that jq is useful but that Python list and dictionary syntax can be easier for deeply nested structures.

The project changelog records an initial release on March 24, 2020 and version 1.0.0 on April 1, 2020. Subsequent releases added raw output, line output, custom initialization, schema output, color controls, Windows fixes, dot notation, file input, query files, and raw-string ingestion.

### 采用历史

jello spread through Python and OS package channels. The README documents installation through pip, OS repositories, Windows MSI packages, GitHub release binaries, and Homebrew, while the batch input records packages in Homebrew, Debian, Fedora, MacPorts, Nix, and Ubuntu.

### 使用方式

Users pipe JSON or JSON Lines into jello, where the parsed data is available as the underscore object. Queries can be Python expressions, comprehensions, loops, or code loaded from a query file, and output can be JSON, JSON Lines, bash-array-friendly lines, or a grep-able schema.

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

jello is package-nerd significant because it belongs to the post-jq wave of structured-text CLI tools: it keeps Unix pipes and JSON filters, but chooses the host language many operators already know. It pairs naturally with jc, which turns command output into JSON, and jtbl, which turns JSON back into terminal tables.

### 时间线

- 2020: Initial release 0.1.5 was recorded on March 24.
- 2020: Author blog post introduced jello as a Python-syntax jq alternative on March 25.
- 2020: Version 1.0.0 removed the need to assign the result to r.
- 2021: Version 1.3.0 added dot notation and larger-data performance improvements.
- 2023: Version 1.6.0 added direct JSON or JSON Lines file input and query files.
- 2025: Version 1.6.1 added raw-string ingestion and richer runtime/query error information.

### Related projects

- Related projects include jq, the comparison point in the README and blog post; jc and jtbl, Brazil's adjacent structured-data CLI tools; and Jello Explorer, also called jellex, which the README lists as a TUI built on jello.

### 来源

- <https://blog.kellybrazil.com/2020/03/25/jello-the-jq-alternative-for-pythonistas/>
- <https://formulae.brew.sh/formula/jello>
- <https://github.com/kellyjonbrazil/jello>
- <https://github.com/kellyjonbrazil/jello#readme>
- <https://github.com/kellyjonbrazil/jello/blob/master/CHANGELOG>


## 安全说明

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.jelloconf.py
- Windows: %APPDATA%/.jelloconf.py
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** jello
- **Version Scheme:** 0
- **Revision:** 1
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Debian apt - jello - 1.6.0-1: normalized package name match | Debian stable package indexes: jello from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Filter for JSON and JSON Lines data with Python syntax | https://kellyjonbrazil.github.io/jello/
- Nix - jello: normalized package name match | nixpkgs package indexes: jello from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - jello - 1.6.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: jello from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Filter for JSON and JSON Lines data with Python syntax | https://kellyjonbrazil.github.io/jello/
- dnf - jello - 1.6.1-9.fc45: normalized package name match | Fedora Rawhide package metadata: jello from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Query JSON at the command line with Python syntax | https://github.com/kellyjonbrazil/jello
- MacPorts - jello: normalized package name match | MacPorts ports tree: sysutils/jello/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Source-control packages](https://www.automicvault.com/zh-hans/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/zh-hans/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://www.automicvault.com/zh-hans/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [jq](https://www.automicvault.com/zh-hans/pkg/brew/jq/) - Shares av.db curated category or tags: cli, developer-tools, json, json-processing.
- [jqfmt](https://www.automicvault.com/zh-hans/pkg/brew/jqfmt/) - Shares av.db curated category or tags: cli, developer-tools, json, json-processing.
- [jqp](https://www.automicvault.com/zh-hans/pkg/brew/jqp/) - Shares av.db curated category or tags: cli, developer-tools, json, json-processing.
- [jtbl](https://www.automicvault.com/zh-hans/pkg/brew/jtbl/) - Shares av.db curated category or tags: cli, developer-tools, json, json-lines.
- [rich-cli](https://www.automicvault.com/zh-hans/pkg/brew/rich-cli/) - Shares av.db curated category or tags: cli, developer-tools, json, python.
- [abi3audit](https://www.automicvault.com/zh-hans/pkg/brew/abi3audit/) - Shares av.db curated category or tags: cli, developer-tools, python.
- [auditwheel](https://www.automicvault.com/zh-hans/pkg/brew/auditwheel/) - Shares av.db curated category or tags: cli, developer-tools, python.
- [austin](https://www.automicvault.com/zh-hans/pkg/brew/austin/) - Shares av.db curated category or tags: cli, developer-tools, python.
- [remarshal](https://www.automicvault.com/zh-hans/pkg/brew/remarshal/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, data, developer, developer-tools, json.

## Combined YAML source

View the package source record on GitHub. [combined/jello.yml](https://github.com/automic-vault/db/blob/main/combined/jello.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
