Metadata-Version: 1.1
Name: urwid-stackedwidget
Version: 0.1.2
Summary: A widget container that presents one child widget at a time.
Home-page: https://github.com/suminb/urwid-stackedwidget
Author: Sumin Byeon
Author-email: suminb@gmail.com
License: MIT
Description: ===================
        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
        
        
        
        Installation
        ============
        
        ::
        
            pip install urwid-stackedwidget
        
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
