/usr/lib/python2.7/dist-packages/pyface-4.5.2.egg-info/PKG-INFO is in python-pyface 4.5.2-1.
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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | Metadata-Version: 1.1
Name: pyface
Version: 4.5.2
Summary: traits-capable windowing framework
Home-page: https://docs.enthought.com/pyface
Author: ETS Developers
Author-email: enthought-dev@enthought.com
License: BSD
Download-URL: https://github.com/enthought/pyface
Description: ==========================================
pyface: traits-capable windowing framework
==========================================
The pyface project contains a toolkit-independent GUI abstraction layer,
which is used to support the "visualization" features of the Traits package.
Thus, you can write code in terms of the Traits API (views, items, editors,
etc.), and let pyface and your selected toolkit and back-end take care of
the details of displaying them.
The following GUI backends are supported:
- wxPython
- PyQt
- PySide
**Warning:** In Pyface version 5.0 the default GUI backend will change from
``wx`` to ``qt4``.
Documentation
-------------
* `Online Documentation <http://docs.enthought.com/pyface/>`_.
* `API Documentation <http://docs.enthought.com/pyface/api/pyface.html>`_.
Prerequisites
-------------
Pyface depends on:
* a GUI toolkit: one of PySide, PyQt or WxPython
* `Traits <https://github.com/enthought/traits>`_
* Pygments for syntax highlighting in the Qt code editor widget.
* some widgets may have additional optional dependencies. For example, the
IPython shell widgets require IPython to be installed.
Platform: Windows
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Platform: Solaris
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
|