Skip to content

Commit 98c1e88

Browse files
committed
Updated README following Issue #4
1 parent 289b09a commit 98c1e88

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
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+

0 commit comments

Comments
 (0)