macOS
brew install bpythonlocal Homebrew formula metadata
安装
brew install bpythonlocal Homebrew formula metadata
sudo apt install bpythonDebian stable package indexes · bpython · 来源: deb.debian.org
sudo dnf install python3-bpythonFedora Rawhide package metadata · python3-bpython · 来源: dl.fedoraproject.org
sudo pacman -S bpythonArch Linux sync databases · bpython · 来源: geo.mirror.pkgbuild.com
概览
Fancy interface to the Python interpreter
历史
bpython is a long-running enhanced interface to the Python interactive interpreter. Its official site emphasizes inline syntax highlighting, readline-like autocomplete, rewind, and pastebin support, positioning it as a friendlier REPL rather than a replacement Python runtime.
The GitHub repository describes bpython as a fancy curses interface to the Python interactive interpreter, and the official website lists Linux, BSD, macOS, and partial Windows support. The tag history reaches back to a 0.9.4 release commit in July 2009, while the modern GitHub repository metadata dates the current repository object to 2014.
Over time, bpython tracked Python language releases and terminal UI dependencies. The official changelog records releases focused on Python 3.10, 3.11, 3.13, and 3.14 support, as well as curtsies dependency changes, theme configuration fixes, and declarative build configuration.
bpython became a staple optional Python REPL in package managers because it adds interactive niceties without asking users to abandon standard Python semantics. The input package facts list Homebrew, Debian, Fedora, Arch, and Ubuntu packaging.
Its adoption overlaps with IPython, ptpython, and standard `python` REPL workflows. bpython's niche is lightweight terminal interaction: autocomplete and display improvements with less notebook or shell-framework machinery.
Users run `bpython` for an enhanced interactive Python session, `bpython-urwid` for the urwid frontend, or `bpdb` for debugger-related use. Configuration lives under `$XDG_CONFIG_HOME/bpython/config`, and the docs describe editing that config from inside bpython with F3.
The documented feature set focuses on day-to-day interactive work: syntax highlighting, suggestions as you type, rewinding recent input and reevaluating, pastebin submission, themes, and editor integration.
bpython matters because REPL ergonomics are a quiet but important layer of language tooling. It is small enough to package like a CLI utility, but visible enough that Python users often discover it while comparing interpreter frontends.
For package history, bpython is also a durable example of a non-core developer tool following Python's release cadence. Each new Python version creates compatibility work, so the package's changelog doubles as a record of ecosystem maintenance.
安全态势
generalized runtime or code generation signal.
yellow 风险 · 中 置信度 · runtime
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
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.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/bpython/config~/.config/bpython/config可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
bpdb | cli | 全局可执行文件 | |
bpython | cli | 全局可执行文件 | |
bpython-urwid | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://bpython-interpreter.org
安装元数据
| 软件包键 | brew:bpython |
|---|---|
| 版本 | 0.26 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/bpython |
| 主页 | https://bpython-interpreter.org |
| 仓库 | https://github.com/bpython/bpython |
| 上游文档 | https://docs.bpython-interpreter.org/en/latest |
| 许可证 | MIT |
| 源码归档 | https://files.pythonhosted.org/packages/44/29/cd80e9108a6fc6a925ffb915f8f69198a2bb2388e39167a41d743ac2a8f4/bpython-0.26.tar.gz |
| 最后更新 | 2026-05-20T10:57:00Z |
| Pulse | updated |
| 依赖 | certifi, python@3.14 |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bpython |
| Version Scheme | 0 |
| Revision | 6 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
bpython 0.25-2
fancy interface to the Python 3 interpreter
https://bpython-interpreter.org/
sudo apt install bpythonbpython 0.24-1
fancy interface to the Python 3 interpreter
https://bpython-interpreter.org/
sudo apt install bpythonpython3-bpython 0.26-4.fc45
Fancy curses interface to the Python 3 interactive interpreter
http://www.bpython-interpreter.org/
sudo dnf install python3-bpythonpython3-bpython-urwid 0.26-4.fc45
Urwid interface to the Python 3 interactive interpreter
http://www.bpython-interpreter.org/
sudo dnf install python3-bpython-urwidbpython 0.26-2
Fancy ncurses interface to the Python interpreter
https://bpython-interpreter.org/
sudo pacman -S bpython来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.