bpython 0.17-1 source package in Ubuntu

Changelog

bpython (0.17-1) unstable; urgency=medium

  * New upstream release.
  * debian/control: Bump Standards-Version.
  * debian/{compat,control}: Bump dh compat.

 -- Sebastian Ramacher <email address hidden>  Wed, 19 Jul 2017 20:19:27 +0200

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 Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bpython_0.17-1.dsc 2.2 KiB 0cc7644b46c4d6f3cd1a18cf7fdadf28f14004c264e8b073f9fcc51b7fd15619
bpython_0.17.orig.tar.gz 207.9 KiB 9f0a6499979fa99d454c3ab9a1060bf34f11728fb3fe24eb9eb1106340f7de8d
bpython_0.17-1.debian.tar.xz 6.6 KiB 5b54e9b2a860e0d46843a0965052ef772bd515eb18e6929bdaea0ce13c6a3d36

Available diffs

No changes file available.

Binary packages built by this source

bpython: No summary available for bpython in ubuntu artful.

No description available for bpython in ubuntu artful.

bpython3: 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.