
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.