File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 1- qwt
2- ===
1+ python- qwt
2+ ==========
33
4- Copyright © 2014-2015 Pierre Raybaut
5- Licensed under the terms of the MIT License (see qwt/LICENSE)
4+ Written by Pierre Raybaut
65
6+ The ``python-qwt`` project was initiated to solve -at least temporarily-
7+ the obsolescence issue of `PyQwt` (the Python-Qwt C++ bindings library)
8+ which is no longer maintained. The idea was to translate the Qwt C++ code
9+ to Python and then to optimize some parts of the code by writing new
10+ modules based on NumPy and other libraries.
11+
12+ The ``python-qwt`` project consists of a single Python package named `qwt`
13+ and of a few other files (examples, doc, ...).
14+
15+ The `qwt` Python package was partly (95%) translated from Qwt C++ library:
16+ the associated code is licensed under the terms of the Qwt license 1.0
17+ (see qwt/QwtLicense). The rest of the code was wrote from scratch and is
18+ licensed under the terms of the MIT License (see qwt/LICENSE).
719
820 Overview
921
@@ -35,4 +47,4 @@ Licensed under the terms of the MIT License (see qwt/LICENSE)
3547
3648 From the source package:
3749 python setup.py install
38-
50+
You can’t perform that action at this time.
0 commit comments