pudb 2022.1.2-2 source package in Ubuntu

Changelog

pudb (2022.1.2-2) unstable; urgency=medium

  * debian/control: Add python3-urwid-readline as build dependency
    (Closes: #1016099)

 -- Josue Ortega <email address hidden>  Sat, 06 Aug 2022 06:35:53 -0600

Upload details

Uploaded by:
Federico Ceratto
Uploaded to:
Sid
Original maintainer:
Federico Ceratto
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pudb_2022.1.2-2.dsc 2.0 KiB 2d0e1145874c25edb7ba4fa29e22c44ea31eb14028b367568d708114b184d628
pudb_2022.1.2.orig.tar.gz 211.8 KiB 1a019eefa4aa56e1342a36cf63d2fa4979a49aba74244095afcfc04a45b50add
pudb_2022.1.2-2.debian.tar.xz 4.4 KiB 08cb67a2f17c446983a20191745792d674c8759e6e8886213aea8485b160493a

Available diffs

No changes file available.

Binary packages built by this source

python3-pudb: full-screen, console-based Python3 debugger

 PuDB is a full-screen, console-based visual debugger for Python3.
 .
 Its goal is to provide all the niceties of modern GUI-based debuggers
 in a more lightweight and keyboard-friendly package. PuDB allows you
 to debug code right where you write and test it -- in a terminal. If
 you've worked with the excellent (but nowadays ancient) DOS-based
 Turbo Pascal or C tools, PuDB's UI might look familiar.