1- # python-qwt
1+ # PythonQwt
22
33## Purpose and Motivation
44
5- The `` python-qwt `` project was initiated to solve -at least temporarily-
5+ The `` PythonQwt `` project was initiated to solve -at least temporarily-
66the obsolescence issue of ` PyQwt ` (the Python-Qwt C++ bindings library)
77which is no longer maintained. The idea was to translate the original
88Qwt C++ code to Python and then to optimize some parts of the code by
99writing new modules based on NumPy and other libraries.
1010
11- The `` python-qwt `` package consists of a single Python package named
11+ The `` PythonQwt `` package consists of a single Python package named
1212` qwt ` and of a few other files (examples, doc, ...).
1313
1414## Copyrights
@@ -17,7 +17,7 @@ The ``python-qwt`` package consists of a single Python package named
1717 - Copyright © 2002 Uwe Rathmann, for the original Qwt C++ code
1818 - Copyright © 2015 Pierre Raybaut, for the Qwt C++ to Python
1919translation and optimization
20- - Copyright © 2015 Pierre Raybaut, for the python-qwt specific and
20+ - Copyright © 2015 Pierre Raybaut, for the PythonQwt specific and
2121exclusive Python material
2222
2323#### PyQt, PySide and Python2/Python3 compatibility modules
@@ -27,7 +27,7 @@ exclusive Python material
2727#### Some examples
2828 - Copyright © 2003-2009 Gerard Vermeulen, for the original PyQwt code
2929 - Copyright © 2015 Pierre Raybaut, for the PyQt5/PySide port and
30- further developments (e.g. ported to python-qwt API)
30+ further developments (e.g. ported to PythonQwt API)
3131
3232## License
3333
@@ -50,7 +50,7 @@ Only the following plot items are currently implemented in `qwt` (the
5050only plot items needed by ` guiqwt ` ): ` QwtPlotItem ` (base class),
5151` QwtPlotItem ` , ` QwtPlotMarker ` , ` QwtPlotSeriesItem ` and ` QwtPlotCurve ` .
5252
53- See "Overview" section in [ documentation] ( http://pythonhosted.org/python-qwt / )
53+ See "Overview" section in [ documentation] ( http://pythonhosted.org/PythonQwt / )
5454for more details on API limitations when comparing to Qwt.
5555
5656## Dependencies
@@ -78,4 +78,4 @@ from qwt import tests
7878tests.run()
7979```
8080
81- or from the command line: ` python-qwt -tests` .
81+ or from the command line: ` PythonQwt -tests` .
0 commit comments