https://github.com/suminb/urwid-stackedwidget
A urwid widget container that presents one child widget at a time
https://github.com/suminb/urwid-stackedwidget
Last synced: 8 months ago
JSON representation
A urwid widget container that presents one child widget at a time
- Host: GitHub
- URL: https://github.com/suminb/urwid-stackedwidget
- Owner: suminb
- License: mit
- Created: 2014-09-17T14:49:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T18:13:35.000Z (over 6 years ago)
- Last Synced: 2025-02-02T08:11:21.314Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===================
urwid-stackedwidget
===================
``urwid-stackedwidget`` is a widget container that presents one child widget at a time. It provides the following features:
- To have multiple widgets in memory
- To show only one of them at a time
- To switch to a different widget
.. image:: https://github.com/suminb/urwid-stackedwidget/blob/master/assets/stackedwidgets.png
Installation
============
::
pip install urwid-stackedwidget
CI & Coverage
=============
.. image:: https://travis-ci.org/suminb/urwid-stackedwidget.svg?branch=master
:target: https://travis-ci.org/suminb/urwid-stackedwidget
.. image:: https://coveralls.io/repos/suminb/urwid-stackedwidget/badge.png?branch=master
:target: https://coveralls.io/r/suminb/urwid-stackedwidget?branch=master