summaryrefslogtreecommitdiff
path: root/PKG-INFO
blob: 1b608b32e78ce0e7d4143495134b35cc3e2963c1 (plain)
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
Metadata-Version: 1.1
Name: urwid
Version: 2.1.0
Summary: A full-featured console (xterm et al.) user interface library
Home-page: http://urwid.org/
Author: Ian Ward
Author-email: ian@excess.org
License: LGPL
Description: 
        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
        - 24-bit (true color), 256 color, and 88 color mode support
        - Compatible with Python 2.7, 3.4+ and PyPy
        
        Home Page:
          http://urwid.org/
        
        Installation
        ============
        
        To install using pip
        
        .. code:: bash
           
           pip install urwid
        
        Alternatively if you are on Debian or Ubuntu
        
        .. code:: bash
        
           apt-get install python-urwid
        
        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
        
        Supported Python versions
        =========================
        
        - 2.7
        - 3.4
        - 3.5
        - 3.6
        - 3.7
        - 3.8
        - pypy
        
        Authors
        =======
        
        Creator
        -------
        
        `wardi <//github.com/wardi>`_
        
        Maintainers
        -----------
        
        `and3rson <//github.com/and3rson>`_,
        `tonycpsu <//github.com/tonycpsu>`_,
        `ulidtko <//github.com/ulidtko>`_
        
        Contributors
        ------------
        
        `aathan <//github.com/aathan>`_,
        `abadger <//github.com/abadger>`_,
        `aglyzov <//github.com/aglyzov>`_,
        `akosthekiss <//github.com/akosthekiss>`_,
        `alexozer <//github.com/alexozer>`_,
        `andersk <//github.com/andersk>`_,
        `aszlig <//github.com/aszlig>`_,
        `atsampson <//github.com/atsampson>`_,
        `BkPHcgQL3V <//github.com/BkPHcgQL3V>`_,
        `BlindB0 <//github.com/BlindB0>`_,
        `bukzor <//github.com/bukzor>`_,
        `eevee <//github.com/eevee>`_,
        `federicotdn <//github.com/federicotdn>`_,
        `garrison <//github.com/garrison>`_,
        `geier <//github.com/geier>`_,
        `grugq <//github.com/grugq>`_,
        `hkoof <//github.com/hkoof>`_,
        `hootnot <//github.com/hootnot>`_,
        `horazont <//github.com/horazont>`_,
        `inducer <//github.com/inducer>`_,
        `ismail-s <//github.com/ismail-s>`_,
        `italomaia-bk <//github.com/italomaia-bk>`_,
        `ivanov <//github.com/ivanov>`_,
        `Julian <//github.com/Julian>`_,
        `jwilk <//github.com/jwilk>`_,
        `kajojify <//github.com/kajojify>`_,
        `Kamik423 <//github.com/Kamik423>`_,
        `kkrolczyk <//github.com/kkrolczyk>`_,
        `marienz <//github.com/marienz>`_,
        `matthijskooijman <//github.com/matthijskooijman>`_,
        `mbarkhau <//github.com/mbarkhau>`_,
        `mgiusti <//github.com/mgiusti>`_,
        `mikemccracken <//github.com/mikemccracken>`_,
        `nocarryr <//github.com/nocarryr>`_,
        `ntamas <//github.com/ntamas>`_,
        `olleolleolle <//github.com/olleolleolle>`_,
        `pazz <//github.com/pazz>`_,
        `pniedzwiedzinski <//github.com/pniedzwiedzinski>`_,
        `raek <//github.com/raek>`_,
        `richrd <//github.com/richrd>`_,
        `rndusr <//github.com/rndusr>`_,
        `robla <//github.com/robla>`_,
        `rr- <//github.com/rr->`_,
        `seleem1337 <//github.com/seleem1337>`_,
        `SenchoPens <//github.com/SenchoPens>`_,
        `shyal <//github.com/shyal>`_,
        `sitaktif <//github.com/sitaktif>`_,
        `tdryer <//github.com/tdryer>`_,
        `techtonik <//github.com/techtonik>`_,
        `tu500 <//github.com/tu500>`_,
        `usrlocalben <//github.com/usrlocalben>`_,
        `wackywendell <//github.com/wackywendell>`_,
        `wernight <//github.com/wernight>`_,
        `westurner <//github.com/westurner>`_,
        `whospal <//github.com/whospal>`_,
        `Wilfred <//github.com/Wilfred>`_,
        `winbornejw <//github.com/winbornejw>`_,
        `xnox <//github.com/xnox>`_,
        `yanzixiang <//github.com/yanzixiang>`_
        
        
        .. |pypi| image:: http://img.shields.io/pypi/v/urwid.svg
            :alt: current version on PyPi
            :target: https://pypi.python.org/pypi/urwid
        
        .. |docs| image:: https://readthedocs.org/projects/urwid/badge/
            :alt: docs link
            :target: http://urwid.readthedocs.org/en/latest/
        
        .. |travis| image:: https://travis-ci.org/urwid/urwid.svg?branch=master
            :alt: build status
            :target: https://travis-ci.org/urwid/urwid/
        
        .. |coveralls| image:: https://coveralls.io/repos/github/urwid/urwid/badge.svg
            :alt: test coverage
            :target: https://coveralls.io/github/urwid/urwid
        
Keywords: curses ui widget scroll listbox user interface text layout console ncurses
Platform: unix-like
Classifier: Development Status :: 5 - Production/Stable
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
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: PyPy