Metadata-Version: 1.1
Name: urwid_utils
Version: 0.0.4
Summary: A collection of simple, straightforward, but extensible utilities for the urwid package.
Home-page: https://github.com/stnbu/urwid_utils
Author: Mike Burr
Author-email: mburr@unintuitive.org
License: MIT
Download-URL: https://github.com/stnbu/urwid_utils/archive/master.zip
Description: ``urwid_utils`` provides some light wrappers, and object-oriented interfaces to some parts of `urwid
        <http://urwid.org/>`_ that are otherwise less-so.
        
        urwid_utils.colors
             Mostly color-related constants.
        
        urwid_utils.keys
             Mostly key/escape sequence related constants.
        
        urwid_utils.const
             Miscellaneous constants.
        
        urwid_utils.palette
             An object-oriented interface to the "palette" objects used by ``urwid``.
        
        urwid_utils.dialog
             Very simple, straightforward dialog widgets: Yes/No, text value retrieval, etc.
        
        urwid_utils.util
             Mostly internal-used utilities.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires: urwid
Provides: urwid_utils
