bpython 0.18-3 source package in Ubuntu
Changelog
bpython (0.18-3) unstable; urgency=medium [ Debian Janitor ] * Use secure URI in Homepage field. * Update standards version to 4.4.1, no changes needed. [ Sebastian Ramacher ] * debian/: Drop support for Python 2 and rename bpython3 to bpython (Closes: #936235) -- Sebastian Ramacher <email address hidden> Sat, 04 Jan 2020 18:59:55 +0100
Upload details
- Uploaded by:
- Sebastian Ramacher
- Uploaded to:
- Sid
- Original maintainer:
- Sebastian Ramacher
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bpython_0.18-3.dsc | 2.0 KiB | 81f9ab267687c25e20ed62207484c2fbb25bca502754b38ac86c0218906d6118 |
bpython_0.18.orig.tar.gz | 208.3 KiB | 56cc20dbe568c98c81de4990fddf5862c0d8d3ab0ad1cf7057988abc5f7686c2 |
bpython_0.18-3.debian.tar.xz | 7.9 KiB | 895358c926ca101aaba3949f952bfd9ad10ea6042315784664adcab3d06f954b |
Available diffs
No changes file available.
Binary packages built by this source
- bpython: fancy interface to the Python 3 interpreter
bpython is a fancy interface to the Python interpreter, and has the
following features:
.
* In-line syntax highlighting.
* Readline-like autocomplete with suggestions displayed as you type
* Expected parameter list for any Python function. Uses pydoc to attempt to
divine params for C functions.
* "Rewind" function to pop the last line of code from memory and re-evaluate.
Note: this is only really useful when laying out classes and functions,
since a true "undo" function is impossible, so be careful when using this.
* Send the code you've entered off to a pastebin and display the pastebin URL
for copying, etc.
* Save the code you've entered to a file.
* Auto-indentation.
* Anti-Crash Mode.
.
This package contains bpython for Python 3.
- bpython3: transitional package
This is a transitional package. It can safely be removed.