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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
.. image:: https://travis-ci.org/urwid/urwid.png?branch=master
:alt: build status
:target: https://travis-ci.org/urwid/urwid/
.. image:: https://coveralls.io/repos/github/urwid/urwid/badge.svg
:alt: build coverage
:target: https://coveralls.io/github/urwid/urwid
`Development version documentation <http://urwid.readthedocs.org/en/latest/>`_
.. content-start
About
=====
Urwid is a console user interface library for Python.
It includes many features useful for text console application developers including:
- Applications resize quickly and smoothly
- Automatic, programmable text alignment and wrapping
- Simple markup for setting text attributes within blocks of text
- Powerful list box with programmable content for scrolling all widget types
- Your choice of event loops: Twisted, Glib, Tornado or select-based loop
- Pre-built widgets include edit boxes, buttons, check boxes and radio buttons
- Display modules include raw, curses, and experimental LCD and web displays
- Support for UTF-8, simple 8-bit and CJK encodings
- 256 and 88 color mode support
- Compatible with Python 2.6, 2.7, 3.2+ and PyPy
Home Page:
http://urwid.org/
Testing
=======
To run tests locally, install & run `tox`. You must have
appropriate Python versions installed to run `tox` for
each of them.
To test code in all Python versions:
.. code:: bash
tox # Test all versions specified in tox.ini:
tox -e py36 # Test Python 3.6 only
tox -e py27,py36,pypy # Test Python 2.7, Python 3.6 & pypy
Contributors
============
- `wardi <//github.com/wardi>`_
- `aszlig <//github.com/aszlig>`_
- `mgiusti <//github.com/mgiusti>`_
- `and3rson <//github.com/and3rson>`_
- `pazz <//github.com/pazz>`_
- `wackywendell <//github.com/wackywendell>`_
- `eevee <//github.com/eevee>`_
- `marienz <//github.com/marienz>`_
- `rndusr <//github.com/rndusr>`_
- `matthijskooijman <//github.com/matthijskooijman>`_
- `Julian <//github.com/Julian>`_
- `techtonik <//github.com/techtonik>`_
- `garrison <//github.com/garrison>`_
- `ivanov <//github.com/ivanov>`_
- `abadger <//github.com/abadger>`_
- `aglyzov <//github.com/aglyzov>`_
- `ismail-s <//github.com/ismail-s>`_
- `horazont <//github.com/horazont>`_
- `robla <//github.com/robla>`_
- `usrlocalben <//github.com/usrlocalben>`_
- `geier <//github.com/geier>`_
- `federicotdn <//github.com/federicotdn>`_
- `jwilk <//github.com/jwilk>`_
- `rr- <//github.com/rr->`_
- `tonycpsu <//github.com/tonycpsu>`_
- `westurner <//github.com/westurner>`_
- `grugq <//github.com/grugq>`_
- `inducer <//github.com/inducer>`_
- `winbornejw <//github.com/winbornejw>`_
|