File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22qwt-6.1.2
33qwt /tests /demo.png
44PythonQwt.chm
5+ PythonQwt.chm.zip
56doc.zip
7+ doctmp /
68
79# Created by https://www.gitignore.io/api/python
810
Original file line number Diff line number Diff line change 2929
3030DESCRIPTION = 'Qt plotting widgets for Python'
3131LONG_DESCRIPTION = """\
32+ PythonQwt: Qt plotting widgets for Python
33+ =========================================
34+
35+ .. image:: http://pythonhosted.org/PythonQwt/_images/panorama.png
36+
3237The ``PythonQwt`` package is a 2D-data plotting library using Qt graphical
3338user interfaces for the Python programming language. It is compatible with
3439both ``PyQt4`` and ``PyQt5`` (``PySide`` is currently not supported but it
4449The ``PythonQwt`` package consists of a single Python package named `qwt`
4550which is a pure Python implementation of Qwt C++ library with some
4651limitations: efforts were concentrated on basic plotting features, leaving
47- higher level features to the `guiqwt` library."""
52+ higher level features to the `guiqwt` library.
53+
54+ See `README`_ and `documentation`_ for more details on the library and `changelog`_ for recent history of changes.
55+
56+ .. _README: https://github.com/PierreRaybaut/PythonQwt/blob/master/README.md
57+ .. _documentation: http://pythonhosted.org/PythonQwt/
58+ .. _changelog: https://github.com/PierreRaybaut/PythonQwt/blob/master/CHANGELOG.md
59+ """
4860KEYWORDS = ''
4961CLASSIFIERS = []
5062if 'beta' in version or 'b' in version :
You can’t perform that action at this time.
0 commit comments