pythondialog 3.5.1-4 source package in Ubuntu

Changelog

pythondialog (3.5.1-4) unstable; urgency=medium

  * Team upload.
  * Remove retired uploader.
  * Use secure URI in Homepage field.
  * Update standards version to 4.6.2, no changes needed.

 -- Bastian Germann <email address hidden>  Thu, 13 Jul 2023 16:11:00 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pythondialog_3.5.1-4.dsc 1.9 KiB 68d9b452b773d5862b4246d2e126b0524651ee27b6659a89619011481ec04d48
pythondialog_3.5.1.orig.tar.gz 1.4 MiB 34a0687290571f37d7d297514cc36bd4cd044a3a4355271549f91490d3e7ece8
pythondialog_3.5.1-4.debian.tar.xz 8.5 KiB da645b4c72a719b6d0f33126d68fbc04207de825f696ae8aee74631bdce6ef8f

Available diffs

No changes file available.

Binary packages built by this source

python3-dialog: Python module for making simple terminal-based user interfaces

 pythondialog is a Python wrapper for the dialog utility originally
 written by Savio Lam, and later rewritten by Thomas E. Dickey. Its
 purpose is to provide an easy to use, pythonic and comprehensive Python
 interface to dialog. This allows one to make simple text-mode user
 interfaces on Unix-like systems.
 .
 pythondialog provides dialog boxes (widgets) of many different types.
 Among these, one can find infobox, msgbox, yesno, menu, checklist,
 radiolist, fselect (for selecting a file), rangebox, buildlist,
 treeview, calendar. These widgets, and those not listed here, allow one
 to build nice interfaces quickly and easily. However, it is not possible
 to create new widgets without modifying dialog itself.
 .
 For most widgets, the following settings can be chosen:
  * width, height and other parameters where applicable;
  * two user-defined buttons, referred to as "Help" and "Extra", may be
    added and their labels freely chosen.
 Additionally, a color theme may be defined for all widgets via a
 configuration file.
 .
 pythondialog has good Unicode support. Precisely, this support should be
 as good as allowed by the combination of the Python interpreter, dialog,
 the terminal and the locale settings in use.