Metadata-Version: 1.0
Name: urwid
Version: 0.9.9.1
Summary: A console UI library featuring fluid interface resizing, UTF-8 support, multiple text layouts, simple attribute markup, powerful scrolling list boxes and flexible interface design.
Home-page: http://excess.org/urwid/
Author: Ian Ward
Author-email: ian@excess.org
License: LGPL
Download-URL: http://excess.org/urwid/urwid-0.9.9.1.tar.gz
Description: Urwid is a console user interface library.  It includes many features
        useful for text console application developers including:
        
        - Fluid interface resizing (xterm window resizing / fbset on Linux console)
        - Support for UTF-8, simple 8-bit and CJK encodings
        - 256 and 88 color mode support
        - Multiple text alignment and wrapping modes built-in
        - Ability to create user-defined text layout classes
        - Simple markup for setting text attributes
        - Powerful list box that handles scrolling between different widget types
        - List box contents may be managed with a user-defined class
        - Flexible edit box for editing many different types of text
        - Buttons, check boxes and radio buttons
        - Customizable layout for all widgets
        - Web application display mode using Apache and CGI
        - Easy interface for creating HTML screen shots
        
        
        Home Page:
          http://excess.org/urwid/
        
        Example Program Screenshots:
          http://excess.org/urwid/examples.html
        
Keywords: curses ui widget scroll listbox user interface text layout consolt ncurses
Platform: unix-like
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Widget Sets
