/usr/lib/python2.7/dist-packages/guiqwt-3.0.3.egg-info/PKG-INFO is in python-guiqwt 3.0.3-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 68 69 70 71 72 | Metadata-Version: 1.1
Name: guiqwt
Version: 3.0.3
Summary: guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
Home-page: https://github.com/PierreRaybaut/guiqwt
Author: Pierre Raybaut
Author-email: pierre.raybaut@gmail.com
License: CeCILL V2
Description: guiqwt: Python tools for curve and image plotting
=================================================
.. image:: http://pythonhosted.org/guiqwt/_images/panorama.png
See `documentation`_ for more details on the library and `changelog`_ for
recent history of changes.
Copyright © 2009-2015 CEA, Pierre Raybaut, licensed under the terms of the
`CECILL License`_.
.. _documentation: http://pythonhosted.org/guiqwt/
.. _changelog: https://github.com/PierreRaybaut/guiqwt/blob/master/CHANGELOG.md
.. _CECILL License: https://github.com/PierreRaybaut/guiqwt/blob/master/Licence_CeCILL_V2-en.txt
Overview
--------
Based on `PythonQwt`_ (a pure Python/PyQt reimplementation of the curve
plotting Qwt C++ library, included in guiqwt base source code) and on the
scientific modules NumPy and SciPy, ``guiqwt`` is a Python library providing
efficient 2D data-plotting features (curve/image visualization and related
tools) for interactive computing and signal/image processing application
development. It is based on Qt graphical user interfaces library, and
currently supports both ``PyQt4`` and ``PyQt5``.
Extension to `PythonQwt`_:
* set of tools for curve and image plotting
* GUI-based application development helpers
.. _PythonQwt: https://pypi.python.org/pypi/PythonQwt
Building, installation, ...
---------------------------
The following packages are **required**: `PyQt4`_ (or `PyQt5`_),
`PythonQwt`_, `guidata`_, `NumPy`_, `SciPy`_ and `Pillow`_.
.. _PyQt4: https://pypi.python.org/pypi/PyQt4
.. _PyQt5: https://pypi.python.org/pypi/PyQt5
.. _PythonQwt: https://pypi.python.org/pypi/PythonQwt
.. _guidata: https://pypi.python.org/pypi/guidata
.. _NumPy: https://pypi.python.org/pypi/NumPy
.. _SciPy: https://pypi.python.org/pypi/SciPy
.. _Pillow: https://pypi.python.org/pypi/Pillow
See the `README`_ and `documentation`_ for more details.
.. _README: https://github.com/PierreRaybaut/guiqwt/blob/master/README.md
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering
Classifier: Development Status :: 5 - Production/Stable
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 :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
|