macOS
brew install bpythonlocal Homebrew formula metadata
brew
bpython のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.