/usr/lib/python2.7/dist-packages/urwid-1.1.1.egg-info/PKG-INFO is in python-urwid 1.1.1-1build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 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 | Metadata-Version: 1.1
Name: urwid
Version: 1.1.1
Summary: A full-featured console (xterm et al.) user interface library
Home-page: http://excess.org/urwid/
Author: Ian Ward
Author-email: ian@excess.org
License: LGPL
Download-URL: http://excess.org/urwid/urwid-1.1.1.tar.gz
Description: Urwid is a console user interface library.  It includes many features
        useful for text console application developers including:
        
        - Applcations 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 or built-in 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
        - Python 3.2 support
        
        Home Page:
          http://excess.org/urwid/
        
        Documentation:
          http://excess.org/urwid/docs/
        
        Example Program Screenshots:
          http://excess.org/urwid/examples.html
        
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.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
 |