|
1 | 1 | python-qwt |
2 | 2 | ========== |
3 | 3 |
|
4 | | - Written by Pierre Raybaut |
| 4 | + Purpose and Motivation |
5 | 5 |
|
6 | 6 | The ``python-qwt`` project was initiated to solve -at least temporarily- |
7 | 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. |
| 8 | + which is no longer maintained. The idea was to translate the original |
| 9 | + Qwt C++ code to Python and then to optimize some parts of the code by |
| 10 | + writing new modules based on NumPy and other libraries. |
11 | 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, Copyright (C) 2002 Uwe Rathmann). The rest of the |
18 | | - code was wrote from scratch and is licensed under the terms of the MIT |
19 | | - License (see qwt/LICENSE). |
| 12 | + The ``python-qwt`` package consists of a single Python package named |
| 13 | + `qwt` and of a few other files (examples, doc, ...). |
| 14 | + |
| 15 | + Copyrights |
| 16 | + |
| 17 | + Main code base |
| 18 | + Copyright (c) 2002 Uwe Rathmann, for the original Qwt C++ code |
| 19 | + Copyright (c) 2015 Pierre Raybaut, for the Qwt C++ to Python |
| 20 | + translation and optimization |
| 21 | + Copyright (c) 2015 Pierre Raybaut, for the python-qwt specific and |
| 22 | + exclusive Python material |
| 23 | + |
| 24 | + PyQt, PySide and Python2/Python3 compatibility modules |
| 25 | + Copyright (c) 2009-2013 Pierre Raybaut |
| 26 | + Copyright (c) 2013-2015 The Spyder Development Team |
| 27 | + |
| 28 | + License |
| 29 | + |
| 30 | + The `qwt` Python package was partly (>95%) translated from Qwt C++ |
| 31 | + library: the associated code is distributed under the terms of the LGPL |
| 32 | + license. The rest of the code was either wrote from scratch or strongly |
| 33 | + inspired from MIT licensed third-party software. |
| 34 | + See included LICENSE file for more details about licensing terms. |
20 | 35 |
|
21 | 36 | Overview |
22 | 37 |
|
|
0 commit comments