urwid 2.1.2-2build1 source package in Ubuntu
Changelog
urwid (2.1.2-2build1) jammy; urgency=medium * No-change rebuild with Python 3.10 only -- Graham Inggs <email address hidden> Thu, 17 Mar 2022 20:16:10 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Python Team
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | python | |
Jammy | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
urwid_2.1.2.orig.tar.gz | 619.7 KiB | 588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae |
urwid_2.1.2-2build1.debian.tar.xz | 6.2 KiB | 0e87e3a67c10e6afed6065f53540048fe90fda5659a06d75ad3fe992c7d7393e |
urwid_2.1.2-2build1.dsc | 2.1 KiB | c1366a92d3e1a29b397e9ead59fd638f840170e8984f45b80b4c6f3bcc0484a7 |
Available diffs
- diff from 2.1.2-2 (in Debian) to 2.1.2-2build1 (298 bytes)
Binary packages built by this source
- python-urwid-doc: curses-based UI/widget library (common documentation)
Urwid is a console user interface library that includes many features
useful for text console application developers including:
.
* Fluid interface resizing (xterm window resizing/fbset on Linux console)
* Web application display mode using Apache and CGI
* Support for UTF-8, simple 8-bit and CJK encodings
* Multiple text alignment and wrapping modes built-in
* Ability to create user-defined text layout classes
* Simple markup for setting text attributes
* Powerful list box that handles scrolling between different widget types
* List box contents may be managed with a user-defined class
* Flexible edit box for editing many different types of text
* Buttons, check boxes and radio boxes
* Customizable layout for all widgets
* Easy interface for creating HTML screen shots
.
This is the common documentation package.
- python3-urwid: curses-based UI/widget library for Python 3
Urwid is a console user interface library that includes many features
useful for text console application developers including:
.
* Fluid interface resizing (xterm window resizing/fbset on Linux console)
* Web application display mode using Apache and CGI
* Support for UTF-8, simple 8-bit and CJK encodings
* Multiple text alignment and wrapping modes built-in
* Ability to create user-defined text layout classes
* Simple markup for setting text attributes
* Powerful list box that handles scrolling between different widget types
* List box contents may be managed with a user-defined class
* Flexible edit box for editing many different types of text
* Buttons, check boxes and radio boxes
* Customizable layout for all widgets
* Easy interface for creating HTML screen shots
.
This is the Python 3 version of the package.
- python3-urwid-dbgsym: debug symbols for python3-urwid