
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
additional-urwid-widgets
Advanced tools
Some (in my opinion) useful widgets that extend the python library 'urwid'.
The python library urwid
contains many basic widgets, but lacks (in my opinion) of "more specialized" widgets, such as a date picker.
This project provides such "more specialized" widgets.
The project can be installed via pip.
There are several approaches to install a package via the terminal (as discribed here):
Setup a virtual env to install the package (recommended):
python3 venv env
source ./env/bin/activate
python3 -m pip install additional-urwid-widgets
Install the package to the user folder:
python3 -m pip install --user additional-urwid-widgets
Install to the system folder (not recommended):
python3 -m pip install additional-urwid-widgets
See the corresponding wiki entries of the widgets for more information.
DatePicker
A (rudimentary) date picker.
IndicativeListBox
A urwid.ListBox
with additional bars to indicate hidden list items.
IntegerPicker
A selector for integer numbers.
MessageDialog
Wraps urwid.Overlay
to show a message and expects a reaction from the user.
SelectableRow
Wraps urwid.Columns
to make it selectable and adds behavior.
FAQs
Some (in my opinion) useful widgets that extend the python library 'urwid'.
We found that additional-urwid-widgets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.