This package allows for convex quadratic programming in Numerical Python. 
It is built around the qld code written by K.Schittkowski of the 
University of Bayreuth, Germany, and can be freely distributed. 

Prerequisites:
- g77
- gcc
- Python with version > 1.5
- Numeric Python version > 23

Install:
- su root
- make install
- exit from su
- make test (optional)

Manual:
- start python
- import QP
- help(QP.qp)