macOS
brew install bpythonlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für bpython in AI-Agent-Workflows.
Installation
brew install bpythonlocal Homebrew formula metadata
sudo apt install bpythonDebian stable package indexes · bpython · Quelle: deb.debian.org
sudo dnf install python3-bpythonFedora Rawhide package metadata · python3-bpython · Quelle: dl.fedoraproject.org
sudo pacman -S bpythonArch Linux sync databases · bpython · Quelle: geo.mirror.pkgbuild.com
Überblick
Fancy interface to the Python interpreter
Verlauf
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.
Sicherheitslage
generalized runtime or code generation signal.
yellow Risiko · mittel Konfidenz · runtime
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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/configExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
bpdb | cli | globales Executable | |
bpython | cli | globales Executable | |
bpython-urwid | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://bpython-interpreter.org
Installationsmetadaten
| Paketschlüssel | brew:bpython |
|---|---|
| Version | 0.26 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/bpython |
| Homepage | https://bpython-interpreter.org |
| Repository | https://github.com/bpython/bpython |
| Upstream-Dokumentation | https://docs.bpython-interpreter.org/en/latest |
| Lizenz | MIT |
| Quellarchiv | https://files.pythonhosted.org/packages/44/29/cd80e9108a6fc6a925ffb915f8f69198a2bb2388e39167a41d743ac2a8f4/bpython-0.26.tar.gz |
| Zuletzt aktualisiert | 2026-05-20T10:57:00Z |
| Pulse | updated |
| Abhängigkeiten | certifi, python@3.14 |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 bpythonQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.