File: README.rst

package info (click to toggle)
python-urwid-utils 0.1.2.dev2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: python: 445; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
===========
urwid_utils
===========

``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`` was created by `Michael Burr <https://github.com/stnbu>`_, and
is currently maintained by `Tony Cebzanov <https://github.com/tonycpsu>`_.

Sub-Modules
-----------

urwid_utils.colors
     Mostly color-related constants.

urwid_utils.const
     Miscellaneous constants.

urwid_utils.dialog
    Very simple, straightforward dialog widgets: Yes/No, text value retrieval,
    etc.

urwid_utils.keys
     Mostly key/escape sequence related constants.

urwid_utils.palette
     An object-oriented interface to the "palette" objects used by ``urwid``.

urwid_utils.util
     Mostly internal-used utilities.