An open API service indexing awesome lists of open source software.

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

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